Skip to content

Commit

Permalink
Bump the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Sep 20, 2023
1 parent 688fe2f commit cb3d7ae
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <julien.voisin+snuffleupagus@dustri.org> Wed, 20 Sep 2023 15:25:00 +0200

snuffleupagus (0.9.0) UNRELEASED; urgency=low
[ jvoisin ]
* Compatibility with PHP8.2
Expand Down
19 changes: 19 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

0.10.0 - `Babar the Elephant <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.10.0>`__ 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 <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.9.0>`__ 2023/01/03
---------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/php_snuffleupagus.h
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cb3d7ae

Please sign in to comment.