1+ sqlmap (0.6.2-1) stable; urgency=low
2+
3+ * Major bug fix to correctly dump tables entries when --stop is not
4+ specified;
5+ * Major bug fix so that the users' privileges enumeration now works
6+ properly also on MySQL < 5.0;
7+ * Major improvement to correctly enumerate tables, columns and dump
8+ tables entries on Oracle and on PostgreSQL when the database name is
9+ not 'public' schema or a system database;
10+ * Minor enhancement to be able to dump entries also on MySQL < 5.0 when
11+ database name, table name and column(s) are provided;
12+ * Various minor fixes and code restyling.
13+
14+ -- Bernardo Damele A. G. <
[email protected] > Sat, 1 Nov 2008 10:00:00 +0100
15+
16+
117sqlmap (0.6.1-1) stable; urgency=low
218
319 * Major bug fix to blind SQL injection bisection algorithm to handle an
@@ -17,7 +33,7 @@ sqlmap (0.6.1-1) stable; urgency=low
1733 not forcing the entries' order alphabetically anymore;
1834 * Minor bug fix to correctly handle parameters' value with % character.
1935
20- -- Bernardo Damele A. G. <
[email protected] > Fri,
10 Oct 2008 10:00:00 +0100
36+ -- Bernardo Damele A. G. <
[email protected] > Fri,
20 Oct 2008 10:00:00 +0100
2137
2238
2339sqlmap (0.6-1) stable; urgency=low
@@ -78,7 +94,7 @@ sqlmap (0.6-1) stable; urgency=low
7894 * Renamed some command line options;
7995 * Added a conversion library;
8096 * Added code schema and reminders for future developments;
81- * Added Copyright comment and $Id$ svn property to all Python files ;
97+ * Added Copyright comment and $Id$;
8298 * Updated the command line layout and help messages;
8399 * Updated some docstrings;
84100 * Updated documentation files.
0 commit comments