summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog14
-rw-r--r--doc/source/changelog.rst17
-rw-r--r--src/php_snuffleupagus.h2
3 files changed, 32 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index db89cc1..fc9e0b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
1snuffleupagus (0.5.1) UNRELEASED; urgency=medium
2
3 [ jvoisin ]
4 * Add support for syslog
5 * Improve OSX support
6 * Improve marginally of php8+ compatibility
7 * Improve php7.4 compatibility
8 * Improve the default ruleset
9 * Improve the documentation
10 * Improve the gitlab CI
11
12 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Sat, 20 Jun 2020 12:30:00 +0200
13
14
1snuffleupagus (0.5.0) UNRELEASED; urgency=medium 15snuffleupagus (0.5.0) UNRELEASED; urgency=medium
2 16
3 [ kkadosh ] 17 [ kkadosh ]
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index 55b5c7e..a72b737 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -1,6 +1,23 @@
1Changelog 1Changelog
2========= 2=========
3 3
40.5.1 - `Order of the Elephant <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.5.1>`__ 2020/06/20
5--------------------------------------------------------------------------------------------------------------
6
7New features
8^^^^^^^^^^^^
9* Add support for syslog
10
11
12Improvements
13^^^^^^^^^^^^
14* Improve OSX support
15* Improve marginally of php8+ compatibility
16* Improve php7.4 compatibility
17* Improve the default ruleset
18* Improve the documentation
19* Improve the gitlab CI
20
4 21
50.5.0 - `Elephant Flats <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.5.0>`__ 2019/06/12 220.5.0 - `Elephant Flats <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.5.0>`__ 2019/06/12
6-------------------------------------------------------------------------------------------------------------- 23--------------------------------------------------------------------------------------------------------------
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h
index 5a02e93..b42c300 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -1,7 +1,7 @@
1#ifndef PHP_SNUFFLEUPAGUS_H 1#ifndef PHP_SNUFFLEUPAGUS_H
2#define PHP_SNUFFLEUPAGUS_H 2#define PHP_SNUFFLEUPAGUS_H
3 3
4#define PHP_SNUFFLEUPAGUS_VERSION "0.5.0" 4#define PHP_SNUFFLEUPAGUS_VERSION "0.5.1"
5#define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus" 5#define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus"
6#define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System" 6#define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System"
7#define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus" 7#define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus"