summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d0ab5e0..51ca43d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
1snuffleupagus (0.7.1) UNRELEASED; urgency=low
2 [ jvoisin ]
3 * Fixed possible memory-leaks when hooking via regular expressions
4 * Modernise the code by removing usage of `strtok`
5 * Prevent a possible crash during configuration reloading
6 * Fix the default rules to catch dangerous `chmod` calls
7 * Improve compatibility with various `libpcre` configurations/versions
8 * Improve the default rules' compatibility with php8
9 * Prevent XXE in php8 as well
10 * Improve a bit the verbosity of the logs
11 * Add a rules file for php8
12
13
1snuffleupagus (0.7.0) UNRELEASED; urgency=medium 14snuffleupagus (0.7.0) UNRELEASED; urgency=medium
2 [ jvoisin ] 15 [ jvoisin ]
3 * PHP8 support 16 * PHP8 support