summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-08-19 22:27:21 +0200
committerBen Fuhrmannek2014-08-19 22:27:21 +0200
commit820a9bab3b844126a1add2519b7e58cf5b36a555 (patch)
tree3d8b22ee96f5cff0d8de28b8cfe36012a358fe56
parent9d00bb4b438d5cb21ea8fc038892ddf8563a9c26 (diff)
updated changelog after merge
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index b565bab..cc95a01 100644
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,11 @@
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
13 - reimplemented suhosin_get_raw_cookies()
14 - fixed potential segfault for disable_display_errors=fail (only on ARM)
15 - fixed potential NULL-pointer dereference with func.blacklist and logging
16 - logging timestamps are localtime instead of gmt now (thanks to mkrokos)
12 17
132014-06-10 - 0.9.36 182014-06-10 - 0.9.36
14 19