From 3d81f609626ea60fe7519de3bcdbe345f8f1764e Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sun, 2 Nov 2008 19:29:50 +0000 Subject: [PATCH] Updated documentation --- doc/ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index cd0c4edd5..23ed061f9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -4,8 +4,12 @@ sqlmap (0.6.2-1) stable; urgency=low specified; * Major bug fix so that the users' privileges enumeration now works properly also on both MySQL < 5.0 and MySQL >= 5.0; - * Major bug fix when the request is POST to also send the url parameters + * Major bug fix when the request is POST to also send the GET parameters if any have been provided; + * Major bug fix so that when the expected value of a query (count + variable) is an integer and for some reason the resumed value from + session file is a string or a binary file, the query is executed again + and and its new output saved to the session file; * Major improvement to correctly enumerate tables, columns and dump tables entries on Oracle and on PostgreSQL when the database name is not 'public' schema or a system database; @@ -13,7 +17,7 @@ sqlmap (0.6.2-1) stable; urgency=low database name, table name and column(s) are provided; * Updated the database management system fingerprint checks to correctly identify MySQL 5.1.x, MySQL 6.0.x and PostgreSQL 8.3; - * Minor code restyling. + * More user-friendly warnin messages. -- Bernardo Damele A. G. Sat, 1 Nov 2008 10:00:00 +0100