summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorBeF2022-07-20 12:15:07 +0200
committerGitHub2022-07-20 12:15:07 +0200
commit2aed4220c2d019cc9b46fec70cfd79d249498e14 (patch)
treee7cc3d1d4db617fc5ab1dbcc60f2366407eb5da5 /debian/changelog
parent72109c9bf016145364b19162a5ff998fc5858a9c (diff)
parent75595945d1d868fbd6db743809ca8a3eb5de3113 (diff)
Merge pull request #1 from jvoisin/pr1
pr for fetching upstream
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 51ca43d..034a34d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,39 @@
1snuffleupagus (0.8.2) UNRELEASED; urgency=low
2 [ jvoisin ]
3 * Fix compilation when ZTS is used
4 * Fix a possible infinite loop
5
6 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Sun, 20 Apr 2022 22:00:00 +0200
7
8snuffleupagus (0.8.1) UNRELEASED; urgency=low
9 [ jvoisin ]
10 * Fix the version number
11 * Fix a test on PHP7
12
13 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Sun, 16 Apr 2022 19:45:00 +0200
14
15snuffleupagus (0.8.0) UNRELEASED; urgency=low
16 [ jvoisin ]
17 * Compatibility with PHP8.1
18 * Check for unsupported PHP version
19 * Backport of Suhosin-ng patches:
20 * Maximum stack depth/recursion limit
21 * Maximum length for session id
22 * $_SERVER strip/encode
23 * Configuration dump
24 * Support for conditional rules
25 * INI settings protection
26 * Output SP logs to stderr
27 * Ported Suhosin rules to SP
28 * Massive simplification of the configuration parser
29 * Better memory management
30 * Removal of internal calls to `call_user_func`
31 * Increased portability of the default rules access different version of PHP
32 * Start SP as late as possible, to hook as many things as possible
33 * XML and Session support are now checked at runtime instead of at compile time
34
35 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Sun, 15 Apr 2022 18:00:00 +0200
36
1snuffleupagus (0.7.1) UNRELEASED; urgency=low 37snuffleupagus (0.7.1) UNRELEASED; urgency=low
2 [ jvoisin ] 38 [ jvoisin ]
3 * Fixed possible memory-leaks when hooking via regular expressions 39 * Fixed possible memory-leaks when hooking via regular expressions