Skip to content

Commit

Permalink
Released passwd-5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 5, 2014
1 parent c510243 commit 72c06b5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions passwd/composer.json
Expand Up @@ -17,18 +17,18 @@
}
],
"version": "5.0.2",
"time": "2013-08-27",
"time": "2014-09-05",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.3.0,<=6.0.0alpha1",
"pear-pear.horde.org/horde": ">=5.0.0@stable,<=6.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Auth": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Core": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Core": ">=2.11.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Exception": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Injector": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Util": ">=2.0.0@stable,<=3.0.0alpha1@stable",
Expand Down
6 changes: 3 additions & 3 deletions passwd/docs/CHANGES
@@ -1,6 +1,6 @@
----------
v5.0.2-git
----------
------
v5.0.2
------

[jan] Fix syntax error in HTTP driver (Bug #13464).
[mms] Re-add 'userdn' hook.
Expand Down
2 changes: 1 addition & 1 deletion passwd/lib/Application.php
Expand Up @@ -47,5 +47,5 @@ class Passwd_Application extends Horde_Registry_Application
/**
* The version of passwd as shown in the admin view
*/
public $version = 'H5 (5.0.2-git)';
public $version = 'H5 (5.0.2)';
}
5 changes: 2 additions & 3 deletions passwd/package.xml
Expand Up @@ -16,8 +16,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2013-08-27</date>
<time>16:08:42</time>
<date>2014-09-05</date>
<version>
<release>5.0.2</release>
<api>5.0.0</api>
Expand Down Expand Up @@ -708,7 +707,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2013-08-27</date>
<date>2014-09-05</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix syntax error in HTTP driver (Bug #13464).
Expand Down

0 comments on commit 72c06b5

Please sign in to comment.