Skip to content

Commit

Permalink
Released nag-4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 29, 2013
1 parent e2d44de commit dba2684
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions nag/docs/CHANGES
@@ -1,6 +1,6 @@
----------
v4.1.3-git
----------
------
v4.1.3
------

[jan] SECURITY: Fix XSS vulnerabilities when deleting task lists.
[jan] Fix updating alarm if completing a task recurrence.
Expand Down
2 changes: 1 addition & 1 deletion nag/lib/Application.php
Expand Up @@ -41,7 +41,7 @@ class Nag_Application extends Horde_Registry_Application

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

/**
* Global variables defined:
Expand Down
5 changes: 2 additions & 3 deletions nag/package.xml
Expand Up @@ -22,8 +22,7 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2013-08-27</date>
<time>15:59:46</time>
<date>2013-10-29</date>
<version>
<release>4.1.3</release>
<api>4.1.0</api>
Expand Down Expand Up @@ -1419,7 +1418,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2013-08-27</date>
<date>2013-10-29</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] SECURITY: Fix XSS vulnerabilities when deleting task lists.
Expand Down

0 comments on commit dba2684

Please sign in to comment.