Updated documentation

This commit is contained in:
Bernardo Damele 2008-11-02 19:29:50 +00:00
parent 206191d164
commit 3d81f60962

View File

@ -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. <bernardo.damele@gmail.com> Sat, 1 Nov 2008 10:00:00 +0100