From da22e823098a74bb390288234adb9b5ff439a285 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 23 Feb 2012 10:29:55 +0000 Subject: [PATCH] minor fix --- doc/ChangeLog | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 945d9a543..8d23e2ae3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,10 +1,7 @@ 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 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 LIMIT/OFFSET like mechanism(s) (e.g. Microsoft SQL Server, Sybase, etc.) (Miroslav) @@ -20,9 +17,6 @@ sqlmap (1.0-1) stable; urgency=low * Implemented multi-processor hash cracking routine(s) on Linux OS (Miroslav) * Implemented advanced detection techniques for inband and time-based 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 session mechanism (Miroslav) * Substantial code optimization and smaller memory footprint (Miroslav)