summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-10-16 15:19:47 +0200
committerBen Fuhrmannek2014-10-16 15:19:47 +0200
commit89d6f90fd7c9a25fcca296e643176b7837241fbd (patch)
treeae6869b2799fca8656ef0893c472e710ec571d6b
parentceae4a36d86933c2da23b7e83fa6ee55cc202a99 (diff)
changelog update
-rw-r--r--Changelog13
1 files changed, 8 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index cc95a01..449714d 100644
--- a/Changelog
+++ b/Changelog
@@ -9,11 +9,14 @@
9 configure --enable-suhosin-experimental, e.g. MSSQL. 9 configure --enable-suhosin-experimental, e.g. MSSQL.
10 - disallow_ws now matches all single-byte whitespace characters 10 - disallow_ws now matches all single-byte whitespace characters
11 - remove_binary and disallow_binary now optionally allow UTF-8. 11 - remove_binary and disallow_binary now optionally allow UTF-8.
12 - introduced suhosin.upload.allow_utf8 12 - Introduced suhosin.upload.allow_utf8 (experimental)
13 - reimplemented suhosin_get_raw_cookies() 13 - Reimplemented suhosin_get_raw_cookies()
14 - fixed potential segfault for disable_display_errors=fail (only on ARM) 14 - Fixed potential segfault for disable_display_errors=fail (only on ARM)
15 - fixed potential NULL-pointer dereference with func.blacklist and logging 15 - Fixed potential NULL-pointer dereference with func.blacklist and logging
16 - logging timestamps are localtime instead of gmt now (thanks to mkrokos) 16 - Logging timestamps are localtime instead of gmt now (thanks to mkrokos)
17 - Added new array index filter (character whitelist/blacklist)
18 - Added option to suppress date/time for suhosin file logging (suhosin.log.file.time=0)
19 - Added simple script to create binary Debian package
17 20
182014-06-10 - 0.9.36 212014-06-10 - 0.9.36
19 22