diff options
Diffstat (limited to 'plugins/password/package.xml')
| -rw-r--r-- | plugins/password/package.xml | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/plugins/password/package.xml b/plugins/password/package.xml index 862fdd341..a14fb0c0c 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-11-02</date> - <time>09:00:00</time> + <date></date> + <time></time> <version> - <release>2.1</release> + <release>2.2</release> <api>1.6</api> </version> <stability> @@ -27,7 +27,8 @@ </stability> <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license> <notes> -- hMail driver: Add possibility to connect to remote host +- hMail driver: add username_domain detection (#1487100) +- hMail driver: HTML tags in logged messages should be stripped off (#1487099) </notes> <contents> <dir baseinstalldir="/" name="/"> @@ -216,5 +217,21 @@ - Fixed SQL Injection in SQL driver when using %p or %o variables in query (#1487034) </notes> </release> + <release> + <date>2010-11-02</date> + <time>09:00:00</time> + <version> + <release>2.1</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> +- hMail driver: Add possibility to connect to remote host + </notes> + </release> </changelog> </package> |
