summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog24
1 files changed, 19 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index fc9e0b0..3177034 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
1snuffleupagus (0.6.0) UNRELEASED; urgency=medium
2
3 [ jvoisin ]
4 * More constification
5 * Snuffleupagus should now be able to get client's ip addresses in more cases
6 * Documented compatibility with Heroku
7 * Improved logging
8 * Added a couple of tests
9
10 [ wargio ]
11 * allow empty configurations
12
13 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Fri, 06 Nov 2020 17:45:00 +0200
14
15
1snuffleupagus (0.5.1) UNRELEASED; urgency=medium 16snuffleupagus (0.5.1) UNRELEASED; urgency=medium
2 17
3 [ jvoisin ] 18 [ jvoisin ]
@@ -11,7 +26,6 @@ snuffleupagus (0.5.1) UNRELEASED; urgency=medium
11 26
12 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Sat, 20 Jun 2020 12:30:00 +0200 27 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Sat, 20 Jun 2020 12:30:00 +0200
13 28
14
15snuffleupagus (0.5.0) UNRELEASED; urgency=medium 29snuffleupagus (0.5.0) UNRELEASED; urgency=medium
16 30
17 [ kkadosh ] 31 [ kkadosh ]
@@ -37,7 +51,7 @@ snuffleupagus (0.4.1) UNRELEASED; urgency=medium
37 * Improve and clarify the documentation 51 * Improve and clarify the documentation
38 * Add support for PHP7.3 52 * Add support for PHP7.3
39 * Improve the coverage, we have now reached 99% of coverage 53 * Improve the coverage, we have now reached 99% of coverage
40 * Improve the `mb_string` hooking logic 54 * Improve the `mb_string` hooking logic
41 * The script that check uploaded file is now available in PHP 55 * The script that check uploaded file is now available in PHP
42 * Fix segfault on 32-bit for PHP7.3 56 * Fix segfault on 32-bit for PHP7.3
43 * Fix segfault when using `sloppy_comparison` feature with array 57 * Fix segfault when using `sloppy_comparison` feature with array
@@ -67,11 +81,11 @@ snuffleupagus (0.3.1) UNRELEASED; urgency=medium
67 81
68 * Disable XXE and harden PRNG by default 82 * Disable XXE and harden PRNG by default
69 * Use SameSite on PHP's session cookie in the default rules 83 * Use SameSite on PHP's session cookie in the default rules
70 * Relax a bit what files can be included in the default rules 84 * Relax a bit what files can be included in the default rules
71 * Add the possibility to ignore files hashes when generating rules 85 * Add the possibility to ignore files hashes when generating rules
72 * The filename filter is now accepting phar paths 86 * The filename filter is now accepting phar paths
73 * The harden rand_feature is not ignoring parameters anymore in function calls 87 * The harden rand_feature is not ignoring parameters anymore in function calls
74 * Fix possible crashes/hangs when using php-fpm's pools 88 * Fix possible crashes/hangs when using php-fpm's pools
75 * Fix an infinite loop on echo hook 89 * Fix an infinite loop on echo hook
76 * Fix an issue with filename filter 90 * Fix an issue with filename filter
77 * Fix some documentation issues 91 * Fix some documentation issues