From 080c71b903bc6c9fa7b024e4cc7cdfe6d5d5f81f Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 2 Jun 2010 16:19:43 +0000 Subject: [PATCH] Updated documentation --- doc/ChangeLog | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 97841735f..a5b60eb6e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,13 +1,22 @@ sqlmap (0.9-1) stable; urgency=low * Added support to directly connect to the database without passing via - a SQL injection (Bernardo and Miroslav). - * Added support for --roles for Oracle (Bernardo). + a SQL injection, -d switch (Bernardo and Miroslav). + * Added support to enumerate roles on Oracle, --roles switch (Bernardo). + * Implemented feature to speedup the enumeration of table names + (Miroslav). + * Extended old '--dump -C' functionality to be able to search for + specific database(s), table(s) and column(s), --search switch + (Bernardo). + * Added support to fetch unicode data (Miroslav). * Added safe URL feature, --safe-url and --safe-freq (Miroslav). + * Added --use-between switch to use BETWEEN syntax in inferencial + statement and bypass firewalls filtering '>' character (Bernardo and + Miroslav). * Support for customizable HTTP redirections (Bernardo). - * Implemented feature to speedup the enumeration of table names (Miroslav). - * Major code refactoring (Bernardo). * Several bugs fixed (Bernardo and Miroslav). + * Major code refactoring (Bernardo). + * User's manual updated (Bernardo). -- Bernardo Damele A. G. Day, DD MMM 2010 10:00:00 +0000