diff options
| author | jvoisin | 2018-08-31 16:51:02 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-31 16:51:02 +0200 |
| commit | 721adb907fa4636693695024d3ed7ca8602db261 (patch) | |
| tree | 2621036fc7b21f8f1aa386da48d6c61d2ddccd4f /doc/source/changelog.rst | |
| parent | 206ffa3fb3fd72c6a2eb45194fb176535a91288c (diff) | |
Bump the changelogv0.4.0
Diffstat (limited to 'doc/source/changelog.rst')
| -rw-r--r-- | doc/source/changelog.rst | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 18f6433..534537f 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst | |||
| @@ -1,6 +1,45 @@ | |||
| 1 | Changelog | 1 | Changelog |
| 2 | ========= | 2 | ========= |
| 3 | 3 | ||
| 4 | 0.4.0 - `Oliphant Chuckerbutty <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.4.0>`__ 2018/08/31 | ||
| 5 | -------------------------------------------------------------------------------------------------------------- | ||
| 6 | |||
| 7 | New features | ||
| 8 | ^^^^^^^^^^^^ | ||
| 9 | |||
| 10 | - Add the possibility to whitelist `stream | ||
| 11 | wrappers <https://secure.php.net/manual/en/intro.stream.php>`__ | ||
| 12 | - Snuffleupagus is now using php's logging mechanisms, instead of | ||
| 13 | outputting its log directly into the syslog. | ||
| 14 | - PHP is now prevented from ever disabling certificate verification | ||
| 15 | thanks to a few lines in our default configuration. | ||
| 16 | |||
| 17 | |||
| 18 | Improvements | ||
| 19 | ^^^^^^^^^^^^ | ||
| 20 | |||
| 21 | - Significant code simplification for cookies handling | ||
| 22 | thanks to `Remi Collet <http://famillecollet.com>`__ | ||
| 23 | - Our ``sloppy comparison`` feature is now complete | ||
| 24 | - Snuffleupagus won't start with an invalid config anymore, | ||
| 25 | except if the ``sp.allow_broken_configuration`` is set. | ||
| 26 | - It's now possible to place virtual-patches on the return value | ||
| 27 | of user-defined functions. | ||
| 28 | - Since Snuffleupagus is used by more and more organisations, | ||
| 29 | we added a bunch of them in our propaganda page. | ||
| 30 | |||
| 31 | Bug fixes | ||
| 32 | ^^^^^^^^^ | ||
| 33 | |||
| 34 | - Add some missing pieces of documentation and fix some links | ||
| 35 | - Fix the ``make install`` command | ||
| 36 | - Fix various compilation warnings | ||
| 37 | - Snuffleupagus is now running on platforms that aren't using | ||
| 38 | the glibc, thanks to an external contributor `Antoine Tenart | ||
| 39 | <https://ack.tf>`__ | ||
| 40 | |||
| 41 | |||
| 42 | |||
| 4 | 0.3.1 - `Elephant Arch <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.3.1>`__ 2018/08/20 | 43 | 0.3.1 - `Elephant Arch <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.3.1>`__ 2018/08/20 |
| 5 | ------------------------------------------------------------------------------------------------------ | 44 | ------------------------------------------------------------------------------------------------------ |
| 6 | 45 | ||
