diff options
| author | kka | 2018-07-18 15:01:49 +0200 |
|---|---|---|
| committer | kka | 2018-07-18 15:01:49 +0200 |
| commit | 0a4f1e221026c61369c916163c502be139e70196 (patch) | |
| tree | 946f5677f0929a70e4da2644043cc85200abda17 /debian | |
| parent | ca21a749469b46ccafce86faca1092a93a21c8c6 (diff) | |
Bump the changelogv0.3.0
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 15 |
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 @@ | |||
| 1 | snuffleupagus (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 | |||
| 1 | snuffleupagus (0.2.2) UNRELEASED; urgency=medium | 15 | snuffleupagus (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 | |||
| 15 | snuffleupagus (0.2.1) UNRELEASED; urgency=medium | 28 | snuffleupagus (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 |
