minor fix

This commit is contained in:
Miroslav Stampar 2012-02-23 10:29:55 +00:00
parent 2866aaf4cf
commit da22e82309

View File

@ -1,10 +1,7 @@
sqlmap (1.0-1) stable; urgency=low sqlmap (1.0-1) stable; urgency=low
* Implemented support for Unicode and/or international characters (Miroslav)
* Implemented support for automatic decoding of page content through detected * Implemented support for automatic decoding of page content through detected
charset (Miroslav) charset (Miroslav)
* Fixed problems with display of binary data (Miroslav)
* Fixed major bug with resuming of time-based injection data (Miroslav)
* Implemented mechanism for proper data dumping on DBMSes not supporting * Implemented mechanism for proper data dumping on DBMSes not supporting
LIMIT/OFFSET like mechanism(s) (e.g. Microsoft SQL Server, Sybase, etc.) LIMIT/OFFSET like mechanism(s) (e.g. Microsoft SQL Server, Sybase, etc.)
(Miroslav) (Miroslav)
@ -20,9 +17,6 @@ sqlmap (1.0-1) stable; urgency=low
* Implemented multi-processor hash cracking routine(s) on Linux OS (Miroslav) * Implemented multi-processor hash cracking routine(s) on Linux OS (Miroslav)
* Implemented advanced detection techniques for inband and time-based * Implemented advanced detection techniques for inband and time-based
injections by usage of standard deviation method (Miroslav) injections by usage of standard deviation method (Miroslav)
* Added verification phase in time-based data retrieval (Miroslav)
* Added support for automatic speed-up of inband injection detection through
ORDER BY mechanism (Miroslav)
* Old resume files are now deprecated and replaced by faster SQLite based * Old resume files are now deprecated and replaced by faster SQLite based
session mechanism (Miroslav) session mechanism (Miroslav)
* Substantial code optimization and smaller memory footprint (Miroslav) * Substantial code optimization and smaller memory footprint (Miroslav)