From cb3d7aed877ce2a0952c00f1950d57c72d664b49 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 20 Sep 2023 15:21:03 +0200 Subject: Bump the changelog --- debian/changelog | 9 +++++++++ doc/source/changelog.rst | 19 +++++++++++++++++++ src/php_snuffleupagus.h | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0d73819..feed240 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +snuffleupagus (0.10.0) UNRELEASED; urgency=low + [ jvoisin ] + * Compatibility with PHP8.3 + * Add `sp.log_max_len` to limit the maximum size of the log messages + * Add an example configuration for Xenforo 2.2.12 + * Url encode functions arguments when logging them + + -- jvoisin Wed, 20 Sep 2023 15:25:00 +0200 + snuffleupagus (0.9.0) UNRELEASED; urgency=low [ jvoisin ] * Compatibility with PHP8.2 diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index aa039e4..7d70498 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,6 +1,25 @@ Changelog ========= +0.10.0 - `Babar the Elephant `__ 2023/09/20 +---------------------------------------------------------------------------------------------------------- + +New features +^^^^^^^^^^^^ +* Compatibility with PHP8.3 +* 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 +^^^^^^^^^^^^^^^^ +* Url encode functions arguments when logging them + +Bug fixes +^^^^^^^^^ +* Fix a possible NULL-byte truncation when outputting parameters in the logs +* Make readonly_exec play nice on readonly filesystems + + 0.9.0 - `Elephant seal `__ 2023/01/03 --------------------------------------------------------------------------------------------------- diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 229c1b9..53cf1da 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.9.0" +#define PHP_SNUFFLEUPAGUS_VERSION "0.10.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