From 5101071e681034a31c77a5e8e601583027fa4b7a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 14 Dec 2007 01:31:51 +0000 Subject: [PATCH] bumped version to 1.0.1 --- ChangeLog.txt | 14 ++++++++++++++ litemysql.lib.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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.