summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 31d66eb..20c7711 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
1snuffleupagus (0.4.0) UNRELEASED; urgency=medium
2
3 * Add the possibility to whitelist `stream wrappers`
4 * Snuffleupagus is now using php's logging mechanisms, instead of outputting its log directly into the syslog.
5 * PHP is now prevented from ever disabling certificate verification thanks to a few lines in our default configuration.
6 * Significant code simplification for cookies handling
7 * Our `sloppy comparison` feature is now complete
8 * Snuffleupagus won't start with an invalid config anymore, except if the `sp.allow_broken_configuration` is set.
9 * It's now possible to place virtual-patches on the return value of user-defined functions.
10 * Since Snuffleupagus is used by more and more organisations, we added a bunch of them in our propaganda page.
11 * Add some missing pieces of documentation and fix some links
12 * Fix the `make install` command
13 * Fix various compilation warnings
14 * Snuffleupagus is now running on platforms that aren't using the glibc
15
16 -- jvoisin <snuffleupagus@nbs-system.com> Fri, 31 Aug 2018 16:50:00 +0200
17
1snuffleupagus (0.3.1) UNRELEASED; urgency=medium 18snuffleupagus (0.3.1) UNRELEASED; urgency=medium
2 19
3 * Disable XXE and harden PRNG by default 20 * Disable XXE and harden PRNG by default