summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorkka2018-07-18 15:01:49 +0200
committerkka2018-07-19 13:25:57 +0200
commit2a5accbb7c12b2d4a16359914c18ccf856251f53 (patch)
treefbe3d9d583482f071bc023e12d5bf9883944e7a8 /debian
parent087faeef01dcf94188a7c2f1015e3aed83a6a20b (diff)
Bump the changelog
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog15
1 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4aeca19..b61b6fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
1snuffleupagus (0.3.0) UNRELEASED; urgency=medium
2
3 * Session cookies can now be encrypted
4 * Some occurrences of type juggling can now be eradicated
5 * It's now possible to hook echo and print
6 * The .filename() filter is now matching on the file where the function is called instead on the one where it's defined.
7 * Vastly optimize the way native functions are hooked
8 * The format of the logs has been streamlined to ease their processing
9 * Better handling of filters for built-in functions
10 * Fix various possible integer overflows
11 * Fix an annoying memory leak
12
13 -- kkadosh <snuffleupagus@nbs-system.com> Tue, 17 Jul 2018 15:00:00 +0200
14
1snuffleupagus (0.2.2) UNRELEASED; urgency=medium 15snuffleupagus (0.2.2) UNRELEASED; urgency=medium
2 * Add some assertions in the code 16 * Add some assertions in the code
3 * The `.dump()` filter is now supported for `unserialize`, `readonly_exec`, and `eval` black/whitelist 17 * The `.dump()` filter is now supported for `unserialize`, `readonly_exec`, and `eval` black/whitelist
@@ -11,7 +25,6 @@ snuffleupagus (0.2.2) UNRELEASED; urgency=medium
11 25
12 -- jvoisin <snuffleupagus@nbs-system.com> Tue, 12 Mar 2018 10:00:00 +0200 26 -- jvoisin <snuffleupagus@nbs-system.com> Tue, 12 Mar 2018 10:00:00 +0200
13 27
14
15snuffleupagus (0.2.1) UNRELEASED; urgency=medium 28snuffleupagus (0.2.1) UNRELEASED; urgency=medium
16 * The testsuite can now be successfully run as root 29 * The testsuite can now be successfully run as root
17 * Fix a double execution when snuffleupagus is used with some other extensions 30 * Fix a double execution when snuffleupagus is used with some other extensions