Skip to content

Commit 3d81f60

Browse files
committed
Updated documentation
1 parent 206191d commit 3d81f60

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/ChangeLog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@ sqlmap (0.6.2-1) stable; urgency=low
44
specified;
55
* Major bug fix so that the users' privileges enumeration now works
66
properly also on both MySQL < 5.0 and MySQL >= 5.0;
7-
* Major bug fix when the request is POST to also send the url parameters
7+
* Major bug fix when the request is POST to also send the GET parameters
88
if any have been provided;
9+
* Major bug fix so that when the expected value of a query (count
10+
variable) is an integer and for some reason the resumed value from
11+
session file is a string or a binary file, the query is executed again
12+
and and its new output saved to the session file;
913
* Major improvement to correctly enumerate tables, columns and dump
1014
tables entries on Oracle and on PostgreSQL when the database name is
1115
not 'public' schema or a system database;
1216
* Minor improvement to be able to dump entries on MySQL < 5.0 when
1317
database name, table name and column(s) are provided;
1418
* Updated the database management system fingerprint checks to correctly
1519
identify MySQL 5.1.x, MySQL 6.0.x and PostgreSQL 8.3;
16-
* Minor code restyling.
20+
* More user-friendly warnin messages.
1721

1822
-- Bernardo Damele A. G. <bernardo.damele@gmail.com> Sat, 1 Nov 2008 10:00:00 +0100
1923

0 commit comments

Comments
 (0)