Skip to content

Commit

Permalink
Released nag-4.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 21, 2017
1 parent 877b89f commit cb34dc1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions nag/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"role": "lead"
}
],
"version": "4.2.16",
"time": "2017-08-15",
"version": "4.2.17",
"time": "2017-09-21",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": "^5.3",
"php": "^5.3 || ^7",
"pear-pear.horde.org/content": "^2.0.5@stable",
"pear-pear.horde.org/horde": "^5@stable",
"pear-pear.horde.org/Horde_Auth": "^2@stable",
Expand Down
6 changes: 3 additions & 3 deletions nag/docs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-----------
v4.2.17-git
-----------
-------
v4.2.17
-------

[jan] SECURITY: Fix unauthorized access to task exports.
[jan] Fix regression when exporting single tags to iCalendar CATEGORIES.
Expand Down
2 changes: 1 addition & 1 deletion nag/lib/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Nag_Application extends Horde_Registry_Application

/**
*/
public $version = 'H5 (4.2.17-git)';
public $version = 'H5 (4.2.17)';

/**
* Global variables defined:
Expand Down
4 changes: 2 additions & 2 deletions nag/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<email>chuck@horde.org</email>
<active>false</active>
</lead>
<date>2017-08-15</date>
<date>2017-09-21</date>
<version>
<release>4.2.17</release>
<api>4.2.0</api>
Expand Down Expand Up @@ -1831,7 +1831,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-08-15</date>
<date>2017-09-21</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] SECURITY: Fix unauthorized access to task exports.
Expand Down

0 comments on commit cb34dc1

Please sign in to comment.