From e9cb71769ae7a4c189fb2ecadc52b20bb8980166 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 27 Aug 2022 17:34:24 +0200 Subject: Bump the changelog --- debian/changelog | 15 +++++++++++++++ doc/source/changelog.rst | 23 +++++++++++++++++++++++ src/php_snuffleupagus.h | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 034a34d..a3ad95c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +snuffleupagus (0.8.3) UNRELEASED; urgency=low + [ jvoisin ] + * Mix the stacktrace in the sha256 for the filename of .dump() + * Add the ability to dump the parameter passed to `eval` + * Add the ability to match on `eval`'s parameter + * Add optional extended checks for `readonly_exec` + * Add config error for ini rules with identical key + * Add disabled functions return type to config export + * Make it actually possible to configure sloppy comparison on latests PHP7 + * Allow file:// prefix in include() wich readonly_exec mode + * Fix a possible crash when exporting function list + * Fix a minor memory leak when parsing cookie-related configuration + + -- jvoisin Sat, 27 Aug 2022 17:30:00 +0200 + snuffleupagus (0.8.2) UNRELEASED; urgency=low [ jvoisin ] * Fix compilation when ZTS is used diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index a406953..d5d6ba7 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,6 +1,29 @@ Changelog ========= +0.8.3 - `Surus `__ 2022/08/27 +------------------------------------------------------------------------------------------- + +New features +^^^^^^^^^^^^ +* Add the ability to dump the parameter passed to `eval` +* Add the ability to match on `eval`'s parameter +* Add optional extended checks for `readonly_exec` +* Add config error for ini rules with identical key +* Add disabled functions return type to config export + +Breaking Changes +^^^^^^^^^^^^^^^^ +* Mix the stacktrace in the sha256 for the filename of .dump() + +Bug fixes +^^^^^^^^^ +* Make it actually possible to configure sloppy comparison on latests PHP7 +* Allow file:// prefix in include() wich readonly_exec mode +* Fix a possible crash when exporting function list +* Fix a minor memory leak when parsing cookie-related configuration + + 0.8.2 - `Surus `__ 2022/05/20 ------------------------------------------------------------------------------------------- diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 3eeb9db..7c534a8 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.8.2" +#define PHP_SNUFFLEUPAGUS_VERSION "0.8.3" #define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus" #define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System & Julien (jvoisin) Voisin & SektionEins GmbH" #define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus" -- cgit v1.3