diff options
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 22 |
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 @@ | |||
| 1 | snuffleupagus (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 | |||
| 1 | snuffleupagus (0.7.1) UNRELEASED; urgency=low | 23 | snuffleupagus (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 |
