summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index ad2438f..a603fb7 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,10 @@
3 - Added SQL injection protection for Mysqli and several test cases 3 - Added SQL injection protection for Mysqli and several test cases
4 - Added wildcard matching for SQL username 4 - Added wildcard matching for SQL username
5 - Added check for SQL username to only contain valid characters (>= ASCII 32) 5 - Added check for SQL username to only contain valid characters (>= ASCII 32)
6 - Test cases for user_prefix and user_postfix
7 - Added experimental PDO support
8 - SQL checks other than mysql (Mysqli + old-style) must be enabled with
9 configure --enable-suhosin-experimental, e.g. MSSQL.
6 10
72014-06-10 - 0.9.36 112014-06-10 - 0.9.36
8 12