diff options
Diffstat (limited to 'doc/source/changelog.rst')
| -rw-r--r-- | doc/source/changelog.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 80d9751..b2de1c5 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst | |||
| @@ -1,6 +1,38 @@ | |||
| 1 | Changelog | 1 | Changelog |
| 2 | ========= | 2 | ========= |
| 3 | 3 | ||
| 4 | 0.2.0 - `Elephant Rally <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.3.0>`__ - 2018/01/18 | ||
| 5 | --------------------------------------------------------------------------------------------------------- | ||
| 6 | |||
| 7 | New features | ||
| 8 | ^^^^^^^^^^^^ | ||
| 9 | |||
| 10 | - `Glob <https://en.wikipedia.org/wiki/Glob_%28programming%29>`__ support in ``sp.configuration_file`` | ||
| 11 | - Whitelist/blacklist functions in ``eval`` | ||
| 12 | - ``phpinfo`` shows is the configuration is valid or not | ||
| 13 | |||
| 14 | Bug fixes | ||
| 15 | ^^^^^^^^^ | ||
| 16 | |||
| 17 | - Off-by-one in configuration parsing fixed | ||
| 18 | - Minor cookie-encryption related memory leaks fixes | ||
| 19 | - Various crashes spotted by `fr33tux <https://fr33tux.org/>`__ fixes | ||
| 20 | - Configuration files with windows EOL are correctly handled | ||
| 21 | |||
| 22 | Improvements | ||
| 23 | ^^^^^^^^^^^^ | ||
| 24 | |||
| 25 | - General code clean-up | ||
| 26 | - Documentation overhaul | ||
| 27 | - Compilation on FreeBSD and CentOS | ||
| 28 | - Select which cookies to encrypt via regular expressions | ||
| 29 | - Match on return values from user-defined functions | ||
| 30 | |||
| 31 | External contributions | ||
| 32 | ^^^^^^^^^^^^^^^^^^^^^^ | ||
| 33 | |||
| 34 | - Simplification and clean up of our linked-list implementation by `smagnin <https://github.com/smagnin>`__ | ||
| 35 | |||
| 4 | 0.1.0 - `Mighty Mammoth <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.1.0>`__ - 2017/12/21 | 36 | 0.1.0 - `Mighty Mammoth <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.1.0>`__ - 2017/12/21 |
| 5 | --------------------------------------------------------------------------------------------------------- | 37 | --------------------------------------------------------------------------------------------------------- |
| 6 | 38 | ||
