summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorjvoisin2022-05-15 18:07:23 +0200
committerjvoisin2022-05-15 18:08:12 +0200
commitc0e72a25f32e4916ac5eda8cb47888fd0a200b23 (patch)
tree29ad4b8bdf5b540e14e1157dee9fa128a3f9ca19 /debian/changelog
parentb3f52547fb2a3a1192711c54315590b2b108c280 (diff)
Bump the changelogv0.8.0
Diffstat (limited to '')
-rw-r--r--debian/changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 51ca43d..831a0f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
1snuffleupagus (0.8.0) UNRELEASED; urgency=low
2 [ jvoisin ]
3 * Compatibility with PHP8.1
4 * Check for unsupported PHP version
5 * Backport of Suhosin-ng patches:
6 * Maximum stack depth/recursion limit
7 * Maximum length for session id
8 * $_SERVER strip/encode
9 * Configuration dump
10 * Support for conditional rules
11 * INI settings protection
12 * Output SP logs to stderr
13 * Ported Suhosin rules to SP
14 * Massive simplification of the configuration parser
15 * Better memory management
16 * Removal of internal calls to `call_user_func`
17 * Increased portability of the default rules access different version of PHP
18 * Start SP as late as possible, to hook as many things as possible
19 * XML and Session support are now checked at runtime instead of at compile time
20
21 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Sun, 15 Apr 2022 18:00:00 +0200
22
1snuffleupagus (0.7.1) UNRELEASED; urgency=low 23snuffleupagus (0.7.1) UNRELEASED; urgency=low
2 [ jvoisin ] 24 [ jvoisin ]
3 * Fixed possible memory-leaks when hooking via regular expressions 25 * Fixed possible memory-leaks when hooking via regular expressions