summaryrefslogtreecommitdiff
path: root/plugins/password/package.xml
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-07 07:07:14 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-07 07:07:14 +0000
commitaa1cc39566e4737963083587ac0b262a1a08c11c (patch)
tree88d454dbfba46cff29c80dc1ea97e1f9cace2dc4 /plugins/password/package.xml
parent5136a73296c05235f9b6dbb1b2f30f8be4a73b74 (diff)
- Fixed SQL Injection in SQL driver when using %p or %o variables in query (#1487034)
git-svn-id: https://svn.roundcube.net/trunk@4058 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/package.xml')
-rw-r--r--plugins/password/package.xml20
1 files changed, 17 insertions, 3 deletions
diff --git a/plugins/password/package.xml b/plugins/password/package.xml
index 1b754d9d3..38aa9c12a 100644
--- a/plugins/password/package.xml
+++ b/plugins/password/package.xml
@@ -15,10 +15,10 @@
<email>alec@alec.pl</email>
<active>yes</active>
</lead>
- <date>2010-09-30</date>
+ <date>2010-10-07</date>
<time>09:00:00</time>
<version>
- <release>1.9</release>
+ <release>2.0</release>
<api>1.6</api>
</version>
<stability>
@@ -27,7 +27,7 @@
</stability>
<license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
<notes>
-- Added password_ldap_lchattr option (#1486927)
+- Fixed SQL Injection in SQL driver when using %p or %o variables in query (#1487034)
</notes>
<contents>
<dir baseinstalldir="/" name="/">
@@ -186,5 +186,19 @@
- Added extended error messages in Poppassd driver (#1486704)
</notes>
</release>
+ <release>
+ <version>
+ <release>1.9</release>
+ <api>1.6</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
+ <notes>
+- Added password_ldap_lchattr option (#1486927)
+ </notes>
+ </release>
</changelog>
</package>