summaryrefslogtreecommitdiff
path: root/doc/source/changelog.rst
diff options
context:
space:
mode:
authorjvoisin2018-08-31 16:51:02 +0200
committerjvoisin2018-08-31 16:51:02 +0200
commit721adb907fa4636693695024d3ed7ca8602db261 (patch)
tree2621036fc7b21f8f1aa386da48d6c61d2ddccd4f /doc/source/changelog.rst
parent206ffa3fb3fd72c6a2eb45194fb176535a91288c (diff)
Bump the changelogv0.4.0
Diffstat (limited to 'doc/source/changelog.rst')
-rw-r--r--doc/source/changelog.rst39
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 @@
1Changelog 1Changelog
2========= 2=========
3 3
40.4.0 - `Oliphant Chuckerbutty <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.4.0>`__ 2018/08/31
5--------------------------------------------------------------------------------------------------------------
6
7New 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
18Improvements
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
31Bug 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
40.3.1 - `Elephant Arch <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.3.1>`__ 2018/08/20 430.3.1 - `Elephant Arch <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.3.1>`__ 2018/08/20
5------------------------------------------------------------------------------------------------------ 44------------------------------------------------------------------------------------------------------
6 45