summaryrefslogtreecommitdiff
path: root/doc/source/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/changelog.rst')
-rw-r--r--doc/source/changelog.rst69
1 files changed, 43 insertions, 26 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index a72b737..b4b87b8 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -1,8 +1,25 @@
1Changelog 1Changelog
2========= 2=========
3 3
40.5.1 - `Order of the Elephant <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.5.1>`__ 2020/06/20 40.6.0 - `Elephant in the room <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.6.0>`__ 2020/11/06
5-------------------------------------------------------------------------------------------------------------- 5----------------------------------------------------------------------------------------------------------
6
7New features
8^^^^^^^^^^^^
9* Allow empty configurations
10
11Improvements
12^^^^^^^^^^^^
13
14* More constification
15* Snuffleupagus should now be able to get client's ip addresses in more cases
16* Documented compatibility with Heroku
17* Improved logging
18* Added a couple of tests
19
20
210.5.1 - `Order of the Elephant <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.5.1>`__ 2020/06/20
22-----------------------------------------------------------------------------------------------------------
6 23
7New features 24New features
8^^^^^^^^^^^^ 25^^^^^^^^^^^^
@@ -19,8 +36,8 @@ Improvements
19* Improve the gitlab CI 36* Improve the gitlab CI
20 37
21 38
220.5.0 - `Elephant Flats <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.5.0>`__ 2019/06/12 390.5.0 - `Elephant Flats <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.5.0>`__ 2019/06/12
23-------------------------------------------------------------------------------------------------------------- 40----------------------------------------------------------------------------------------------------
24 41
25Improvements 42Improvements
26^^^^^^^^^^^^ 43^^^^^^^^^^^^
@@ -45,8 +62,8 @@ Bug fixes
45 62
46 63
47 64
480.4.1 - `Loxodonta <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.4.1>`__ 2018/12/21 650.4.1 - `Loxodonta <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.4.1>`__ 2018/12/21
49-------------------------------------------------------------------------------------------------------------- 66-----------------------------------------------------------------------------------------------
50 67
51Improvements 68Improvements
52^^^^^^^^^^^^ 69^^^^^^^^^^^^
@@ -66,8 +83,8 @@ Bug fixes
66 83
67 84
68 85
690.4.0 - `Oliphant Chuckerbutty <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.4.0>`__ 2018/08/31 860.4.0 - `Oliphant Chuckerbutty <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.4.0>`__ 2018/08/31
70-------------------------------------------------------------------------------------------------------------- 87-----------------------------------------------------------------------------------------------------------
71 88
72New features 89New features
73^^^^^^^^^^^^ 90^^^^^^^^^^^^
@@ -105,8 +122,8 @@ Bug fixes
105 122
106 123
107 124
1080.3.1 - `Elephant Arch <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.3.1>`__ 2018/08/20 1250.3.1 - `Elephant Arch <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.3.1>`__ 2018/08/20
109------------------------------------------------------------------------------------------------------ 126---------------------------------------------------------------------------------------------------
110 127
111Improvements 128Improvements
112^^^^^^^^^^^^ 129^^^^^^^^^^^^
@@ -128,21 +145,21 @@ Bug fixes
128- Fix the Arch Linux's PKGBUILD 145- Fix the Arch Linux's PKGBUILD
129 146
130 147
1310.3.0 - `Dentalium elephantinum <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.3.0>`__ 2018/07/17 1480.3.0 - `Dentalium elephantinum <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.3.0>`__ 2018/07/17
132--------------------------------------------------------------------------------------------------------------- 149------------------------------------------------------------------------------------------------------------
133 150
134New features 151New features
135^^^^^^^^^^^^ 152^^^^^^^^^^^^
136 153
137- Session cookies can now be `encrypted <https://github.com/nbs-system/snuffleupagus/pull/178>`__ 154- Session cookies can now be `encrypted <https://github.com/jvoisin/snuffleupagus/pull/178>`__
138- Some occurrences of `type juggling <https://github.com/nbs-system/snuffleupagus/pull/186>`__ can now be eradicated 155- Some occurrences of `type juggling <https://github.com/jvoisin/snuffleupagus/pull/186>`__ can now be eradicated
139- It's `now possible <https://github.com/nbs-system/snuffleupagus/pull/187>`__ to hook `echo` and `print` 156- It's `now possible <https://github.com/jvoisin/snuffleupagus/pull/187>`__ to hook `echo` and `print`
140 157
141Improvements 158Improvements
142^^^^^^^^^^^^ 159^^^^^^^^^^^^
143 160
144- The `.filename()` filter is `now matching <https://github.com/nbs-system/snuffleupagus/pull/167>`__ on the file where the function is called instead on the one where it's defined. 161- The `.filename()` filter is `now matching <https://github.com/jvoisin/snuffleupagus/pull/167>`__ on the file where the function is called instead on the one where it's defined.
145- Vastly `optimize <https://github.com/nbs-system/snuffleupagus/issues/166>`__ the way we hook native functions 162- Vastly `optimize <https://github.com/jvoisin/snuffleupagus/issues/166>`__ the way we hook native functions
146- The format of the logs has been streamlined to ease their processing 163- The format of the logs has been streamlined to ease their processing
147 164
148 165
@@ -151,11 +168,11 @@ Bug fixes
151 168
152- Better handling of filters for built-in functions 169- Better handling of filters for built-in functions
153- Fix various possible integer overflows 170- Fix various possible integer overflows
154- Fix an `annoying memory leak <https://github.com/nbs-system/snuffleupagus/issues/192#issuecomment-404538124>`__ impacting mostly `mod_php` 171- Fix an `annoying memory leak <https://github.com/jvoisin/snuffleupagus/issues/192#issuecomment-404538124>`__ impacting mostly `mod_php`
155 172
156 173
1570.2.2 - `Elephant Moraine <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.2>`__ 2018/04/12 1740.2.2 - `Elephant Moraine <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.2.2>`__ 2018/04/12
158--------------------------------------------------------------------------------------------------------- 175------------------------------------------------------------------------------------------------------
159 176
160New features 177New features
161^^^^^^^^^^^^ 178^^^^^^^^^^^^
@@ -177,8 +194,8 @@ Bug fixes
177- Fix a crash related to variadic functions 194- Fix a crash related to variadic functions
178 195
179 196
1800.2.1 - `Elephant Point <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.1>`__ 2018/02/07 1970.2.1 - `Elephant Point <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.2.1>`__ 2018/02/07
181------------------------------------------------------------------------------------------------------- 198----------------------------------------------------------------------------------------------------
182 199
183Bug fixes 200Bug fixes
184^^^^^^^^^ 201^^^^^^^^^
@@ -194,8 +211,8 @@ Improvements
194- Improve a bit the portability of the code 211- Improve a bit the portability of the code
195- Minor code simplification 212- Minor code simplification
196 213
1970.2.0 - `Elephant Rally <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.0>`__ - 2018/01/18 2140.2.0 - `Elephant Rally <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.2.0>`__ - 2018/01/18
198--------------------------------------------------------------------------------------------------------- 215------------------------------------------------------------------------------------------------------
199 216
200New features 217New features
201^^^^^^^^^^^^ 218^^^^^^^^^^^^
@@ -226,7 +243,7 @@ External contributions
226 243
227- Simplification and clean up of our linked-list implementation by `smagnin <https://github.com/smagnin>`__ 244- Simplification and clean up of our linked-list implementation by `smagnin <https://github.com/smagnin>`__
228 245
2290.1.0 - `Mighty Mammoth <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.1.0>`__ - 2017/12/21 2460.1.0 - `Mighty Mammoth <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.1.0>`__ - 2017/12/21
230--------------------------------------------------------------------------------------------------------- 247------------------------------------------------------------------------------------------------------
231 248
232- Initial release 249- Initial release