diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-02 07:09:57 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-02 07:09:57 +0000 |
| commit | a9b4a030d159738f59e1d782dbf0d17b1a90115f (patch) | |
| tree | 47c5ae62b25f57e7129b4c62bb4d2ffca55f22ae /plugins/password/package.xml | |
| parent | 6515a57bc35f675616d92eae312e67cbedf3225a (diff) | |
- hMail driver: Add possibility to connect to remote host (patch from Roland Liebl)
git-svn-id: https://svn.roundcube.net/trunk@4165 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/package.xml')
| -rw-r--r-- | plugins/password/package.xml | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/plugins/password/package.xml b/plugins/password/package.xml index 38aa9c12a..862fdd341 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-10-07</date> + <date>2010-11-02</date> <time>09:00:00</time> <version> - <release>2.0</release> + <release>2.1</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> -- Fixed SQL Injection in SQL driver when using %p or %o variables in query (#1487034) +- hMail driver: Add possibility to connect to remote host </notes> <contents> <dir baseinstalldir="/" name="/"> @@ -200,5 +200,21 @@ - Added password_ldap_lchattr option (#1486927) </notes> </release> + <release> + <date>2010-10-07</date> + <time>09:00:00</time> + <version> + <release>2.0</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> +- Fixed SQL Injection in SQL driver when using %p or %o variables in query (#1487034) + </notes> + </release> </changelog> </package> |
