From 721adb907fa4636693695024d3ed7ca8602db261 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 31 Aug 2018 16:51:02 +0200 Subject: Bump the changelog --- doc/source/changelog.rst | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'doc/source') 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 @@ Changelog ========= +0.4.0 - `Oliphant Chuckerbutty `__ 2018/08/31 +-------------------------------------------------------------------------------------------------------------- + +New features +^^^^^^^^^^^^ + +- Add the possibility to whitelist `stream + wrappers `__ +- Snuffleupagus is now using php's logging mechanisms, instead of + outputting its log directly into the syslog. +- PHP is now prevented from ever disabling certificate verification + thanks to a few lines in our default configuration. + + +Improvements +^^^^^^^^^^^^ + +- Significant code simplification for cookies handling + thanks to `Remi Collet `__ +- Our ``sloppy comparison`` feature is now complete +- Snuffleupagus won't start with an invalid config anymore, + except if the ``sp.allow_broken_configuration`` is set. +- It's now possible to place virtual-patches on the return value + of user-defined functions. +- Since Snuffleupagus is used by more and more organisations, + we added a bunch of them in our propaganda page. + +Bug fixes +^^^^^^^^^ + +- Add some missing pieces of documentation and fix some links +- Fix the ``make install`` command +- Fix various compilation warnings +- Snuffleupagus is now running on platforms that aren't using + the glibc, thanks to an external contributor `Antoine Tenart + `__ + + + 0.3.1 - `Elephant Arch `__ 2018/08/20 ------------------------------------------------------------------------------------------------------ -- cgit v1.3