summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 034a34d..a3ad95c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
1snuffleupagus (0.8.3) UNRELEASED; urgency=low
2 [ jvoisin ]
3 * Mix the stacktrace in the sha256 for the filename of .dump()
4 * Add the ability to dump the parameter passed to `eval`
5 * Add the ability to match on `eval`'s parameter
6 * Add optional extended checks for `readonly_exec`
7 * Add config error for ini rules with identical key
8 * Add disabled functions return type to config export
9 * Make it actually possible to configure sloppy comparison on latests PHP7
10 * Allow file:// prefix in include() wich readonly_exec mode
11 * Fix a possible crash when exporting function list
12 * Fix a minor memory leak when parsing cookie-related configuration
13
14 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Sat, 27 Aug 2022 17:30:00 +0200
15
1snuffleupagus (0.8.2) UNRELEASED; urgency=low 16snuffleupagus (0.8.2) UNRELEASED; urgency=low
2 [ jvoisin ] 17 [ jvoisin ]
3 * Fix compilation when ZTS is used 18 * Fix compilation when ZTS is used