Make --keep-alive public

This commit is contained in:
Bernardo Damele
2010-06-30 11:29:35 +00:00
parent 8625763c07
commit d40a238335
4 changed files with 9 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ sqlmap (0.9-1) stable; urgency=low
(Bernardo).
* Added support to fetch unicode data (Bernardo and Miroslav).
* Added support for SOAP based web services requests (Bernardo).
* Added support to use persistent HTTP(s) connection for speed
improvement, --keep-alive switch (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