From 1c7598c432551d0c49c2c57f249ccd5ccabce638 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 19 Aug 2025 20:54:00 +0200 Subject: Bump the changelog --- debian/changelog | 12 ++++++++++++ doc/source/changelog.rst | 25 +++++++++++++++++++++---- src/php_snuffleupagus.h | 2 +- 3 files changed, 34 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index f5b67c3..4d48990 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +snuffleupagus (0.12.0) UNRELEASED; urgency=low + [ jvoisin ] + * Unify the default rules across all php versions + * Snuffleupagus will no longer report outdated PHP versions + * Fix a possible cookie-related crash + * Fix a NULL-pointer dereference + * Fix a minor portability issue + * Improve modern Debian support + * Improved documentation + + -- jvoisin Tue, 19 Aug 2025 21:00:00 +0200 + snuffleupagus (0.11.0) UNRELEASED; urgency=low [ jvoisin ] * Compatibility with PHP8.4 diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index a0d3f4a..490a7ea 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,7 +1,26 @@ Changelog ========= -0.11.0 - ` Mastodon `__ 2024/09/06 +0.12.0 - `Stegodontidae `__ 2025/08/19 +----------------------------------------------------------------------------------------------------- + +New features +^^^^^^^^^^^^ +* Unify the default rules across all php versions + +Breaking Changes +^^^^^^^^^^^^^^^^ +* Snuffleupagus will no longer report outdated PHP versions + +Bug fixes +^^^^^^^^^ +* Fix a possible cookie-related crash +* Fix a NULL-pointer dereference +* Fix a minor portability issue +* Improve modern Debian support +* Improved documentation + +0.11.0 - `Mastodon `__ 2024/09/06 ------------------------------------------------------------------------------------------------- New features @@ -11,8 +30,6 @@ New features * Improve scripts/generate_rules.php with regard to functions from global space prefixed with \ * Add option to specify the allowed "php" wrapper types -Breaking Changes -^^^^^^^^^^^^^^^^ Bug fixes ^^^^^^^^^ @@ -37,7 +54,7 @@ New features * Add `sp.log_max_len` to limit the maximum size of the log messages * Add an example configuration for Xenforo 2.2.12 -Breaking Changes +Breaking C2hanges ^^^^^^^^^^^^^^^^ * Url encode functions arguments when logging them diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index b738ae8..be37cfa 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.11.0" +#define PHP_SNUFFLEUPAGUS_VERSION "0.12.0" #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