From 04474e32321530a1cee5bdfe6c4748dbfc509eb3 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sun, 2 Nov 2008 22:20:02 +0000 Subject: [PATCH] Updated ChangeLog --- doc/ChangeLog | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 2d7d29c47..1b7df8037 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -6,10 +6,12 @@ sqlmap (0.6.2-1) stable; urgency=low properly also on both MySQL < 5.0 and MySQL >= 5.0; * Major bug fix when the request is POST to also send the GET parameters if any have been provided; + * Major bug fix to correctly update sqlmap to the latest stable release + with command line --update; * 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; + variable) is an integer and, for some reasons, its resumed value from + the session file is a string or a binary file, the query is executed + again and its new output saved to the session file; * Minor 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;