diff options
| author | jvoisin | 2021-08-02 19:29:45 +0200 |
|---|---|---|
| committer | jvoisin | 2021-08-02 19:29:45 +0200 |
| commit | e17f7f0c664b46fe6c3593115f1889c853b08794 (patch) | |
| tree | b20b126b3941120a928458708e30d440b81aaee2 /doc | |
| parent | e62f226c3ed885808c832040872fc2d73ca46dac (diff) | |
Bump the changelogv0.7.1
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/changelog.rst | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 307c92c..39b65cf 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst | |||
| @@ -1,8 +1,22 @@ | |||
| 1 | Changelog | 1 | Changelog |
| 2 | ========= | 2 | ========= |
| 3 | 3 | ||
| 4 | 0.7.1 - `Proboscidea <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.7.0>`__ 2021/08/02 | ||
| 5 | ------------------------------------------------------------------------------------------------- | ||
| 6 | |||
| 7 | * Fixed possible memory-leaks when hooking via regular expressions | ||
| 8 | * Modernise the code by removing usage of `strtok` | ||
| 9 | * Prevent a possible crash during configuration reloading | ||
| 10 | * Fix the default rules to catch dangerous `chmod` calls | ||
| 11 | * Improve compatibility with various `libpcre` configurations/versions | ||
| 12 | * Improve the default rules' compatibility with php8 | ||
| 13 | * Prevent XXE in php8 as well | ||
| 14 | * Improve a bit the verbosity of the logs | ||
| 15 | * Add a rules file for php8 | ||
| 16 | |||
| 17 | |||
| 4 | 0.7.0 - `Los Elefantes <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.7.0>`__ 2021/01/02 | 18 | 0.7.0 - `Los Elefantes <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.7.0>`__ 2021/01/02 |
| 5 | ---------------------------------------------------------------------------------------------------------- | 19 | --------------------------------------------------------------------------------------------------- |
| 6 | 20 | ||
| 7 | New features | 21 | New features |
| 8 | ^^^^^^^^^^^^ | 22 | ^^^^^^^^^^^^ |
