diff --git a/ChangeLog.txt b/ChangeLog.txt index ac5b050..729ecdc 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,17 @@ +LiteMySQL 1.0.1 +----------------------------------- +Date: 14-Dec-2007 + +- Fixed an issue with conditions building + which didn't properly escapse special + characters, leaving yourself open to + remote SQL injection if passing direct + user-input into a condition. + +----------------------------------- + + + LiteMySQL 1.0 ----------------------------------- Date: 13-Dec-2007 diff --git a/litemysql.lib.php b/litemysql.lib.php index c49f393..bc8b1d4 100644 --- a/litemysql.lib.php +++ b/litemysql.lib.php @@ -2,7 +2,7 @@ /* - Class: LiteMySQL v1.0 + Class: LiteMySQL v1.0.1 http://code.google.com/p/litemysql/ Simple & easy to use class to automate the repetative & boring stuff.