diff options
| author | jvoisin | 2018-01-18 13:14:55 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-18 13:14:55 +0100 |
| commit | a97f1ef6c0760cea23c2cd2d02bce0c1a246a687 (patch) | |
| tree | 247811ee5652d441f02e984e60835a85ab3fddd3 /debian | |
| parent | 0b36d6ab1d91cdfca0ddc686a8b2ed930505210d (diff) | |
Update the release process wrt. Debian packages
Diffstat (limited to '')
| -rw-r--r-- | debian/changelog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6d301b8..fc07a71 100644 --- a/debian/changelog +++ b/debian/changelog | |||
| @@ -1,4 +1,22 @@ | |||
| 1 | snuffleupagus (0.1) UNRELEASED; urgency=medium | 1 | snuffleupagus (0.2.0) UNRELEASED; urgency=medium |
| 2 | |||
| 3 | * Glob support in `sp.configuration_file` | ||
| 4 | * Whitelist/blacklist functions in `eval` | ||
| 5 | * `phpinfo` shows is the configuration is valid or not | ||
| 6 | * Off-by-one in configuration parsing fixed | ||
| 7 | * Minor cookie-encryption related memory leaks fixes | ||
| 8 | * Various crashes fixes | ||
| 9 | * Configuration files with windows EOL are correctly handled | ||
| 10 | * General code clean-up | ||
| 11 | * Documentation overhaul | ||
| 12 | * Compilation on FreeBSD and CentOS | ||
| 13 | * Select which cookies to encrypt via regular expressions | ||
| 14 | * Match on return values from user-defined functions | ||
| 15 | * Simplification and clean up of our linked-list implementation | ||
| 16 | |||
| 17 | -- jvoisin <snuffleupagus@nbs-system.com> Tue, 18 Jan 2018 13:00:00 +0200 | ||
| 18 | |||
| 19 | snuffleupagus (0.1.0) UNRELEASED; urgency=medium | ||
| 2 | 20 | ||
| 3 | * Initial release. | 21 | * Initial release. |
| 4 | 22 | ||
