diff options
| author | kka | 2019-06-12 16:28:21 +0200 |
|---|---|---|
| committer | kka | 2019-06-12 16:28:21 +0200 |
| commit | 17f66c21c61483dd84670c7716052cf7506f75a7 (patch) | |
| tree | 062d6e11d5cf0c959d9f5d76c289212e51610ce0 /doc/source | |
| parent | b2ca882ee7d04df026a0506f3734b62d6b533686 (diff) | |
bump the changelog
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/changelog.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 3ad3df6..55b5c7e 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst | |||
| @@ -2,6 +2,32 @@ Changelog | |||
| 2 | ========= | 2 | ========= |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | 0.5.0 - `Elephant Flats <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.5.0>`__ 2019/06/12 | ||
| 6 | -------------------------------------------------------------------------------------------------------------- | ||
| 7 | |||
| 8 | Improvements | ||
| 9 | ^^^^^^^^^^^^ | ||
| 10 | |||
| 11 | - Tighten a bit a command-injection prevention rule in the default rules set | ||
| 12 | - Increased the portability of the testsuite | ||
| 13 | - Improved documentation | ||
| 14 | - Usual code cleanup | ||
| 15 | - Snuffleupagus will throw an informative error when compiled for PHP5 | ||
| 16 | - Snuffleupagus will throw an informative error when compiled without PCRE support | ||
| 17 | - The testsuite is now run on Alpine, Fedora, Debian and Ubuntu. | ||
| 18 | - Some rules against now-known vulnerabilities/techniques were added | ||
| 19 | |||
| 20 | |||
| 21 | Bug fixes | ||
| 22 | ^^^^^^^^^ | ||
| 23 | |||
| 24 | - PHP7.4 is fully supported, without any compilation warning | ||
| 25 | - Snuffleupagus can now be used with PHP compiled without sessions support as a builtin (which is the case on Alpine). | ||
| 26 | - Fix a compilation warning on FreeBSD | ||
| 27 | - Cookies hardening is now supported on PHP7.3+ | ||
| 28 | |||
| 29 | |||
| 30 | |||
| 5 | 0.4.1 - `Loxodonta <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.4.1>`__ 2018/12/21 | 31 | 0.4.1 - `Loxodonta <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.4.1>`__ 2018/12/21 |
| 6 | -------------------------------------------------------------------------------------------------------------- | 32 | -------------------------------------------------------------------------------------------------------------- |
| 7 | 33 | ||
