From 9b8086946944917a415123ca23a0885c8ea94acb Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 6 Sep 2016 18:24:22 +0200 Subject: [PATCH] Released nag-4.2.11 --- nag/composer.json | 4 ++-- nag/docs/CHANGES | 6 +++--- nag/lib/Application.php | 2 +- nag/package.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nag/composer.json b/nag/composer.json index f8760e33784..fb81753e733 100644 --- a/nag/composer.json +++ b/nag/composer.json @@ -21,8 +21,8 @@ "role": "lead" } ], - "version": "4.2.10", - "time": "2016-07-01", + "version": "4.2.11", + "time": "2016-09-06", "repositories": [ { "type": "pear", diff --git a/nag/docs/CHANGES b/nag/docs/CHANGES index 53c82767bb0..546b7097128 100644 --- a/nag/docs/CHANGES +++ b/nag/docs/CHANGES @@ -1,6 +1,6 @@ ------------ -v4.2.11-git ------------ +------- +v4.2.11 +------- [mjr] Fix sorting recurring tasks by due date (Bug #14403). diff --git a/nag/lib/Application.php b/nag/lib/Application.php index a5f69bad849..9e023d47c28 100644 --- a/nag/lib/Application.php +++ b/nag/lib/Application.php @@ -43,7 +43,7 @@ class Nag_Application extends Horde_Registry_Application /** */ - public $version = 'H5 (4.2.11-git)'; + public $version = 'H5 (4.2.11)'; /** * Global variables defined: diff --git a/nag/package.xml b/nag/package.xml index 52c0234449d..02a8bb6bcda 100644 --- a/nag/package.xml +++ b/nag/package.xml @@ -22,7 +22,7 @@ chuck@horde.org false - 2016-07-02 + 2016-09-06 4.2.11 4.2.0 @@ -1737,7 +1737,7 @@ stable stable - 2016-07-01 + 2016-09-06 GPL-2.0 * [mjr] Fix sorting recurring tasks by due date (Bug #14403).