summaryrefslogtreecommitdiff
path: root/plugins/password/package.xml
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-02-24 10:17:19 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-02-24 10:17:19 +0000
commit121ae23a83555b34c28b9967113a0cdf1755387a (patch)
tree8fe7044c54773f041b2111808ff11e973e801a90 /plugins/password/package.xml
parent85fefe3e33be4824377161c4587ec4141bfc57f4 (diff)
- Fixed drivers namespace issues
git-svn-id: https://svn.roundcube.net/trunk@5902 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/package.xml')
-rw-r--r--plugins/password/package.xml23
1 files changed, 19 insertions, 4 deletions
diff --git a/plugins/password/package.xml b/plugins/password/package.xml
index 45688e118..c2a3442dd 100644
--- a/plugins/password/package.xml
+++ b/plugins/password/package.xml
@@ -17,8 +17,8 @@
</lead>
<date>2011-11-23</date>
<version>
- <release>2.4</release>
- <api>1.6</api>
+ <release>3.0</release>
+ <api>2.0</api>
</version>
<stability>
<release>stable</release>
@@ -26,8 +26,7 @@
</stability>
<license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
<notes>
-- Added option to use punycode or unicode for domain names (#1488103)
-- Save Samba password hashes in capital letters (#1488197)
+- Fixed drivers namespace issues
</notes>
<contents>
<dir baseinstalldir="/" name="/">
@@ -287,5 +286,21 @@
- Improve generated crypt() passwords (#1488136)
</notes>
</release>
+ <release>
+ <date>2011-11-23</date>
+ <version>
+ <release>2.4</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 option to use punycode or unicode for domain names (#1488103)
+- Save Samba password hashes in capital letters (#1488197)
+ </notes>
+ </release>
</changelog>
</package>