Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 4, 2018
1 parent fd99f57 commit 5225e1d
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 45 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"version": "4.2.18",
"time": "2017-11-14",
"time": "2018-07-04",
"repositories": [
{
"type": "pear",
Expand Down Expand Up @@ -73,4 +73,4 @@
"Nag": "lib/"
}
}
}
}
9 changes: 5 additions & 4 deletions docs/RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $notes['security'] = true;
/* Mailing list release notes. */
$notes['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Nag Task List
Manager version H5 (4.2.17).
Manager version H5 (4.2.18).

Nag is a web-based application built upon the Horde Application Framework which
provides a simple, clean interface for managing online task lists (i.e., todo
Expand All @@ -19,9 +19,10 @@ http://www.horde.org/apps/nag/docs/UPGRADING
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/nag/docs/INSTALL

The major changes compared to the Nag version H5 (4.2.16) are:
* Fixed unauthorized export of task lists.
* Officially support PHP 7.
The major changes compared to the Nag version H5 (4.2.17) are:
* Fix a number of EAS related issues.
* Fix notice when re-exporting tasks without priority.
* Fix regression in exporting single tags to iCalendar CATEGORIES
ML;

$notes['name'] = 'Nag';
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
state:
release: stable
api: stable
date: 2017-09-21
date: 2018-07-04
license:
identifier: GPL-2.0
uri: http://www.horde.org/licenses/gpl
Expand Down
76 changes: 38 additions & 38 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2017-11-14</date>
<date>2018-07-04</date>
<version>
<release>4.2.18</release>
<api>4.2.0</api>
Expand Down Expand Up @@ -1020,7 +1020,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [cjh] Start application-specific constants at 100 and prefix them with NAG_.
* [cjh] Add a Horde summary API function.
Expand Down Expand Up @@ -1056,7 +1056,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Add Hungarian translation (Laszlo L. Tornoci &lt;torlasz@xenia.sote.hu&gt;).
* [jan] Add Simplified Chinese translation (Peter Wang &lt;whw@oulink.net&gt;).
Expand Down Expand Up @@ -1121,7 +1121,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Add Greek translation (Stefanos I. Dimitriou &lt;sdimitri@teiath.gr&gt;).
* [jan] Add print task button (mac).
Expand All @@ -1148,7 +1148,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Add Indonesian language (Slamin &lt;slamin@unej.ac.id&gt;).
* [jan] Add Arabic (Syria) translation (Platinum Development Team &lt;devteam@platinum-sy.net&gt;).
Expand All @@ -1166,7 +1166,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Add Polish translation (Piotr Kuczynski &lt;pkuczynski@hypode.pl&gt;).
* [cjh] Fix changing of task attributes that have not been set previously (rvs@angara.ru, Bug #569).
Expand All @@ -1182,7 +1182,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Close XSS when setting the parent frame&apos;s page title by javascript (cjh).
</notes>
Expand All @@ -1197,7 +1197,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [cjh] GUIDs now only contain nag: and the task ID - sharename is not needed.
* [cjh] Task IDs are now 32-character unique strings, to be useable as GUIDs. The SQL table definition has changed; conversion scripts are in scripts/.
Expand Down Expand Up @@ -1230,7 +1230,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Add special black-on-white styles for message printing.
* [cjh] Users can now specify a secondary sort column (Andrew Coleman &lt;mercury@appisolutions.net&gt;).
Expand All @@ -1249,7 +1249,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Tweak layout of the summary block.
</notes>
Expand All @@ -1264,7 +1264,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Add Latvian translation (Janis Eisaks &lt;jancs@dv.lv&gt;).
</notes>
Expand All @@ -1279,7 +1279,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Add Polish translation (Piotr Kuczynski &lt;pkuczynski@hypode.pl&gt;).
* [cjh] Add My Tasklists menu entry.
Expand All @@ -1295,7 +1295,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [cjh] UIDs need to be stored in the History system with a nag: prefix and with the tasklist_id so as not to confuse different instances of the same task (if two users both have a task on their seperate tasklists, they should have unique histories for that task).
* [jan] Fix upgrade script to create unique IDs.
Expand All @@ -1311,7 +1311,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Allow to select the "Unfiled" category in the portal block (Mathieu Clabaut &lt;mathieu.clabaut@free.fr&gt;, Bug #1237).
* [cjh] Don&apos;t highlight the New Task menu item when editing tasks.
Expand All @@ -1330,7 +1330,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [cjh] Add a PostgreSQL upgrade script (Bug #1780).
* [cjh] Use bind variables in the SQL driver (selsky@columbia.edu, Bug #1681).
Expand All @@ -1351,7 +1351,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Allow to import more than one task from vTodo data at once.
</notes>
Expand All @@ -1366,7 +1366,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [cjh] Close several XSS vulnerabilities with task and tasklist data.
</notes>
Expand All @@ -1381,7 +1381,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Add Portuguese translation (Manuel Menezes de Sequeira &lt;Manuel.Sequeira&gt;).
* [jan] Add preference to send email notifications to users when tasks have been added, edited, or deleted in their calendars (kevin_myer@iu13.org, Request #2332).
Expand All @@ -1407,7 +1407,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [ben] Better support for MS-SQL.
</notes>
Expand All @@ -1422,7 +1422,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Only load completed/incomplete tasks from backend where sufficient (Request #2387).
* [jan] Don&apos;t show tooltips for tasks without read permissions (Bug #3836).
Expand All @@ -1440,7 +1440,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Show error message if imported file didn&apos;t contain tasks.
* [jan] Add categories from imported contacts to the user&apos;s categories.
Expand All @@ -1459,7 +1459,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Show alarms for overdue tasks too.
* [jan] Add Catalan translation (Jordi Giralt &lt;projecte.k2@upcnet.es&gt;).
Expand All @@ -1475,7 +1475,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] SECURITY: Fix privilege escalation in Horde API.
* [cjh] SECURITY: Fix missing ownership validation on share changes.
Expand All @@ -1492,7 +1492,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [cjh] Add preferences for turning due dates on by default, setting the default due date&apos;s number of days in the future, and setting the default due date&apos;s time.
* [cjh] Add vCalendar 2.0 alarm export (munzli@olmero.ch, Bug #4851).
Expand Down Expand Up @@ -1525,7 +1525,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Implement WebDAV access.
* [jan] Add exportTasklist() API method.
Expand All @@ -1544,7 +1544,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] SECURITY: Fix privilege escalation in Horde API.
* [cjh] SECURITY: Fix missing ownership validation on share changes.
Expand All @@ -1565,7 +1565,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [bak] Move tasklists into per-owner subdirectories when viewed through WebDAV. (Request #6595)
* [cjh] Apply fix for http://dev.rubyonrails.org/ticket/11473 to prototype.js (Request #6590).
Expand All @@ -1585,7 +1585,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [cjh] Improve resource usage in datatree_to_sql share migration script (Bug #6740).
* [jan] Allow to import all fields that can be exported.
Expand All @@ -1602,7 +1602,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Log moving of tasks in the history backend (Bug #3207).
* [jan] Fix deleting all tasks over WebDAV (Bug #7004).
Expand All @@ -1627,7 +1627,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Change group field in shares table to work with LDAP groups (Bug #6883).
* [jan] Log completion date if adding a completed task (Bug #7275).
Expand All @@ -1645,7 +1645,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [cjh] Add a PostgreSQL-specific upgrade script for 2.2 to 2.3.
* [cjh] Fix fatal error when completing tasks (Bug #7400).
Expand All @@ -1662,7 +1662,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Don&apos;t allow to set alarms if no due date has been set.
* [cjh] Work around BC break with Horde versions before 3.2 (Bug #7820).
Expand All @@ -1682,7 +1682,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [mms] Upgrade prototype.js to v1.6.1.
* [jan] Fix synchronization with output compression enabled (Bug #7769).
Expand All @@ -1700,7 +1700,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Add and fix Oracle-specific SQL scripts.
* [jan] Fix importing due date attribute from iCalendar (Bug #8644).
Expand All @@ -1718,7 +1718,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Set an alarm to one minute, if users try to set an alarm without time.
* [jan] Add missing preference for not sending update notifications to yourself (Joel Smith &lt;js-horde@jk1.net&gt;, Request #8978).
Expand All @@ -1735,7 +1735,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Remove stray closing tag when displaying the date of completion.
* [mjr] Do not remove history entries when removing user data (Bug #8755).
Expand All @@ -1751,7 +1751,7 @@
<api/>
</stability>
<date/>
<license uri=""></license>
<license uri="" />
<notes>
* [jan] Add upgrade scripts for next-generation SQL share driver.
</notes>
Expand Down Expand Up @@ -2691,7 +2691,7 @@
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-09-21</date>
<date>2018-07-04</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mjr] Fix handling of recurring task completion over EAS.
Expand Down

0 comments on commit 5225e1d

Please sign in to comment.