From f796c63b7a7381644fa51d5dbf7df43293cfdddd Mon Sep 17 00:00:00 2001 From: hamza (hes) ES SAHELY Date: Mon, 20 Aug 2018 15:10:45 +0200 Subject: Bump the changlog --- debian/changelog | 16 ++++++++++++++++ doc/source/changelog.rst | 23 +++++++++++++++++++++++ src/php_snuffleupagus.h | 2 +- 3 files changed, 40 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b61b6fe..31d66eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +snuffleupagus (0.3.1) UNRELEASED; urgency=medium + + * Disable XXE and harden PRNG by default + * Use SameSite on PHP's session cookie in the default rules + * Relax a bit what files can be included in the default rules + * Add the possibility to ignore files hashes when generating rules + * The filename filter is now accepting phar paths + * The harden rand_feature is not ignoring parameters anymore in function calls + * Fix possible crashes/hangs when using php-fpm's pools + * Fix an infinite loop on echo hook + * Fix an issue with filename filter + * Fix some documentation issues + * Fix the Arch Linux's PKGBUILD + + -- he2ss Tue, 20 Aug 2018 15:00:00 +0200 + snuffleupagus (0.3.0) UNRELEASED; urgency=medium * Session cookies can now be encrypted diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index d1e88ed..18f6433 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,6 +1,29 @@ Changelog ========= +0.3.1 - `Elephant Arch `__ 2018/08/20 +------------------------------------------------------------------------------------------------------ + +Improvements +^^^^^^^^^^^^ + +- Disable XXE and harden PRNG by default +- Use ``SameSite`` on PHP's session cookie in the default rules +- Relax a bit what files can be included in the default rules +- Add the possibility to ignore files hashes when generating rules +- The ``filename`` filter is now accepting phar paths + +Bug fixes +^^^^^^^^^ + +- The harden rand_feature is not ignoring parameters anymore in function calls +- Fix possible crashes/hangs when using php-fpm's pools +- Fix an infinite loop on ``echo`` hook +- Fix an issue with ``filename`` filter +- Fix some documentation issues +- Fix the Arch Linux's PKGBUILD + + 0.3.0 - `Dentalium elephantinum `__ 2018/07/17 --------------------------------------------------------------------------------------------------------------- diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 9b13b5b..96f9dd4 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h @@ -1,7 +1,7 @@ #ifndef PHP_SNUFFLEUPAGUS_H #define PHP_SNUFFLEUPAGUS_H -#define PHP_SNUFFLEUPAGUS_VERSION "0.3.0" +#define PHP_SNUFFLEUPAGUS_VERSION "0.3.1" #define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus" #define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System" #define PHP_SNUFFLEUPAGUS_URL "https://github.com/nbs-system/snuffleupagus" -- cgit v1.3