summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--doc/source/changelog.rst13
2 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96efa95..b291628 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,8 @@ Many thanks to:
129- The [Suhosin project](https://suhosin.org) for being a __huge__ source of inspiration 129- The [Suhosin project](https://suhosin.org) for being a __huge__ source of inspiration
130- [NBS System](https://www.nbs-system.com) for initially sponsoring the development 130- [NBS System](https://www.nbs-system.com) for initially sponsoring the development
131- [Suhosin-ng](https://github.com/sektioneins/suhosin-ng) for their 131- [Suhosin-ng](https://github.com/sektioneins/suhosin-ng) for their
132 experimentations and [contributions](https://github.com/jvoisin/snuffleupagus/commits?author=bef), 132 [experimentations](https://github.com/sektioneins/suhosin-ng/wiki/News)
133 and [contributions](https://github.com/jvoisin/snuffleupagus/commits?author=bef),
133 as well as [NLNet](https://nlnet.nl/project/Suhosin-NG/) for sponsoring it 134 as well as [NLNet](https://nlnet.nl/project/Suhosin-NG/) for sponsoring it
134- All [our contributors](https://github.com/jvoisin/snuffleupagus/graphs/contributors) 135- All [our contributors](https://github.com/jvoisin/snuffleupagus/graphs/contributors)
135 136
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index 39b65cf..6eaccd2 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -1,6 +1,19 @@
1Changelog 1Changelog
2========= 2=========
3 3
40.8.0 - Woolly Mammoth
5----------------------
6
7- Massive simplification of the configuration parser
8- Better memory management
9- Removal of internal calls to `call_user_func`
10- Check for unsupported PHP version
11- Compatibility with PHP8.1
12- Suhosin features backports:
13 - Maximum stack depth/recursion limit
14 - Maximum length for session id
15
16
40.7.1 - `Proboscidea <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.7.0>`__ 2021/08/02 170.7.1 - `Proboscidea <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.7.0>`__ 2021/08/02
5------------------------------------------------------------------------------------------------- 18-------------------------------------------------------------------------------------------------
6 19