Skip to content

Commit

Permalink
Development mode for nag-4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 21, 2015
1 parent 5986e9b commit 0d66ff9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
6 changes: 6 additions & 0 deletions nag/docs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
----------
v4.2.7-git
----------



------
v4.2.6
------
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.6)';
public $version = 'H5 (4.2.7-git)';

/**
* Global variables defined:
Expand Down
21 changes: 15 additions & 6 deletions nag/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</lead>
<date>2015-10-21</date>
<version>
<release>4.2.6</release>
<release>4.2.7</release>
<api>4.2.0</api>
</version>
<stability>
Expand All @@ -33,11 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Update Italian translation.
* [mjr] Fix indentation level when searching (Bug #14138).
* [mjr] Remove object reference from Content when object is deleted (Bug #14112).
* [mjr] Remove tags from Content when tagged object is deleted (Bug #14112).
* [jan] Fix linking to external tasks from smartmobile view.
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1666,5 +1662,18 @@
* [jan] Fix linking to external tasks from smartmobile view.
</notes>
</release>
<release>
<version>
<release>4.2.7</release>
<api>4.2.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2015-10-20</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit 0d66ff9

Please sign in to comment.