From: Arthur Axel 'fREW' Schmidt Date: Tue, 21 Dec 2010 17:53:00 +0000 (-0600) Subject: Release 1.72 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64b9e432608ec503eae190c0590188a59d86b38b;p=scpubgit%2FQ-Branch.git Release 1.72 --- diff --git a/Changes b/Changes index d3eceb4..6ae389d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.72 2010-12-21 +---------------------------- - Extra checks of search arguments for possible SQL injection attacks - Remove excess parentheses in debug SQL - Fix parsing of foo.* in SQLA::Tree diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 7fcea73..45d0425 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.71'; +our $VERSION = '1.72'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases