Skip to content

Commit

Permalink
Prepare releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 29, 2013
1 parent 3adc970 commit 5a70f8a
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 55 deletions.
12 changes: 5 additions & 7 deletions ansel/docs/RELEASE_NOTES
Expand Up @@ -10,12 +10,12 @@
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MAJORFEATURE);
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORBUG, Horde_Release::FOCUS_MINORFEATURE);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Ansel Photo
Management and Web Gallery application version H5 (3.0.0).
Management and Web Gallery application version H5 (3.0.1).

Ansel is a full featured photo management application. With it, you can
organize your photos in any number of galleries and subgalleries, share
Expand All @@ -26,15 +26,13 @@ http://www.horde.org/apps/ansel.
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/ansel/docs/INSTALL

Major changes compared to the Ansel H4 versions are:
* Compatible with Horde 5.
* Improved support for SQLite.
Major changes compared to the Ansel version H5 (3.0.0) are:
* Small bugfixes and improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Compatible with Horde 5.
Improved support for SQLite.
Small bugfixes and improvements.
FM;

$this->notes['name'] = 'Ansel';
Expand Down
14 changes: 9 additions & 5 deletions horde/docs/RELEASE_NOTES
Expand Up @@ -10,12 +10,12 @@
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MAJORBUG);
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORSECURITY, Horde_Release::FOCUS_MINORFEATURE);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Horde
Application Framework version 5.1.4.
Application Framework version 5.1.5.

The Horde Application Framework is a flexible, modular, general-purpose web
application framework written in PHP. It provides an extensive array of
Expand All @@ -30,13 +30,17 @@ http://www.horde.org/apps/horde/docs/UPGRADING
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/horde/docs/INSTALL

The major changes compared to the Horde version 5.1.3 are:
* Fixed fatal error in the ActiveSync preferences.
The major changes compared to the Horde version 5.1.4 are:
* Fixed XSS and CSRF vulnerabilties.
* Added command line script to delete user data.
* Small improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Fixed fatal error in the ActiveSync preferences.
Fixed XSS and CSRF vulnerabilties.
Added command line script to delete user data.
Small improvements.
FM;

$this->notes['name'] = 'Horde';
Expand Down
16 changes: 7 additions & 9 deletions imp/docs/RELEASE_NOTES
Expand Up @@ -10,12 +10,12 @@
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORBUG, Horde_Release::FOCUS_MINORFEATURE);
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORSECURITY, Horde_Release::FOCUS_MINORBUG, Horde_Release::FOCUS_MINORFEATURE);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Internet Mail
Program (IMP) version H5 (6.1.4).
Program (IMP) version H5 (6.1.5).

IMP, the Internet Mail Program, is one of the most popular and widely deployed
open source webmail applications in the world. It allows universal, web-based
Expand All @@ -29,18 +29,16 @@ http://www.horde.org/apps/imp/docs/UPGRADING
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/imp/docs/INSTALL

The major changes compared to IMP version H5 (6.1.3) are:
* Improved sizing of popup windows.
* Access to all reply methods in smartphone mode.
* Fixed sending messages with Internet Explorer 8.
The major changes compared to IMP version H5 (6.1.4) are:
* Fixed XSS vulnerabilty.
* Several improvements and fixes for attachment handling.
* Further bugfixes and improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Improved sizing of popup windows.
Access to all reply methods in smartphone mode.
Fixed sending messages with Internet Explorer 8.
Fixed XSS vulnerabilty.
Several improvements and fixes for attachment handling.
Further bugfixes and improvements.
FM;

Expand Down
12 changes: 5 additions & 7 deletions ingo/docs/RELEASE_NOTES
Expand Up @@ -10,12 +10,12 @@
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORBUG);
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORSECURITY);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Ingo Email
Filter Rules Manager version H5 (3.1.2).
Filter Rules Manager version H5 (3.1.3).

Ingo is an email-filter management application. It is fully internationalized,
integrated with Horde and the IMP Webmail client, and supports both server-side
Expand All @@ -28,15 +28,13 @@ http://www.horde.org/apps/ingo/docs/UPGRADING
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/ingo/docs/INSTALL

The major changes compared to Ingo version H5 (3.1.1) are:
* Fixed advanced options for Sieve vacation rules.
* Fixed disabling features by locking preferences.
The major changes compared to Ingo version H5 (3.1.2) are:
* Fixed XSS vulnerabilty.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Fixed advanced options for Sieve vacation rules.
Fixed disabling features by locking preferences.
Fixed XSS vulnerabilty.
FM;

$this->notes['name'] = 'Ingo';
Expand Down
16 changes: 9 additions & 7 deletions kronolith/docs/RELEASE_NOTES
Expand Up @@ -10,12 +10,12 @@
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE, Horde_Release::FOCUS_MINORBUG);
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORSECURITY, Horde_Release::FOCUS_MINORBUG, Horde_Release::FOCUS_MINORFEATURE);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Kronolith
Calendar Application version H5 (4.1.3).
Calendar Application version H5 (4.1.4).

Kronolith is the Horde calendar application. It provides web-based calendars
backed by a SQL database or a Kolab server. Supported features include Ajax and
Expand All @@ -31,15 +31,17 @@ http://www.horde.org/apps/kronolith/docs/UPGRADING
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/kronolith/docs/INSTALL

The major changes compared to the Kronolith version H5 (4.1.2) are:
* Display link to CalDAV help text in calendar dialog.
* Small bugfixes.
The major changes compared to the Kronolith version H5 (4.1.3) are:
* Fixed XSS and CSRF vulnerabilties.
* Fixed some issues with recurring events.
* Small bugfixes and improvements.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Display link to CalDAV help text in calendar dialog.
Small bugfixes.
Fixed XSS and CSRF vulnerabilties.
Fixed some issues with recurring events.
Small bugfixes and improvements.
FM;

$this->notes['name'] = 'Kronolith';
Expand Down
12 changes: 7 additions & 5 deletions mnemo/docs/RELEASE_NOTES
Expand Up @@ -10,12 +10,12 @@
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE);
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORSECURITY, Horde_Release::FOCUS_MINORBUG);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Mnemo Note
Manager version H5 (4.1.1).
Manager version H5 (4.1.2).

The Mnemo Note Manager is the Horde notes/memos application. It allows users to
keep web-based notes and freeform text. Notes may be shared with other users
Expand All @@ -29,13 +29,15 @@ 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 Mnemo version H5 (4.1.0) are:
* Added support for improved history API.
The major changes compared to the Mnemo version H5 (4.1.1) are:
* Fixed XSS vulnerabilty.
* Small bugfixes.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Added support for improved history API.
Fixed XSS vulnerabilty.
Small bugfixes.
FM;

$this->notes['name'] = 'Mnemo';
Expand Down
10 changes: 7 additions & 3 deletions nag/docs/RELEASE_NOTES
Expand Up @@ -10,12 +10,12 @@
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORBUG);
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORSECURITY, Horde_Release::FOCUS_MINORBUG);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Nag Task List
Manager version H5 (4.1.2).
Manager version H5 (4.1.3).

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 @@ -29,12 +29,16 @@ 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.1.1) are:
The major changes compared to the Nag version H5 (4.1.2) are:
* Fixed XSS vulnerabilty.
* Fixed editing tasks via CalDAV.
* Small bugfixes.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Fixed XSS vulnerabilty.
Fixed editing tasks via CalDAV.
Small bugfixes.
FM;

Expand Down
12 changes: 7 additions & 5 deletions turba/docs/RELEASE_NOTES
Expand Up @@ -10,12 +10,12 @@
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORBUG);
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORSECURITY, Horde_Release::FOCUS_MINORBUG, Horde_Release::FOCUS_MINORFEATURE);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Turba Contact
Manager version H5 (4.1.2).
Manager version H5 (4.1.3).

Turba is the Horde contact management application. Leveraging the Horde
framework to provide seamless integration with IMP and other Horde
Expand All @@ -29,13 +29,15 @@ http://www.horde.org/apps/turba/docs/UPGRADING
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/turba/docs/INSTALL

The major changes compared to the Turba version H5 (4.1.1) are:
* Small bugfixes.
The major changes compared to the Turba version H5 (4.1.2) are:
* Fixed XSS vulnerabilty.
* Small bugfixes and improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Small bugfixes.
Fixed XSS vulnerabilty.
Small bugfixes and improvements.
FM;

$this->notes['name'] = 'Turba';
Expand Down
10 changes: 3 additions & 7 deletions wicked/docs/RELEASE_NOTES
Expand Up @@ -10,12 +10,12 @@
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MAJORFEATURE, Horde_Release::FOCUS_MINORBUG);
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE, Horde_Release::FOCUS_MINORBUG);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Wicked wiki
application version H5 (2.0.0).
application version H5 (2.0.1).

Wicked is a wiki application for the Horde Framework. It uses PEAR's Text_Wiki
library for the actual wiki markup parsing and rendering. It supports Creole,
Expand All @@ -25,16 +25,12 @@ Wicked, visit http://www.horde.org/apps/wicked.
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/wicked/docs/INSTALL

The major changes compared to the Wicked H4 versions are:
* Compatible with Horde 5.
* Request CAPTCHA when creating pages.
The major changes compared to the Wicked version H5 (2.0.0) are:
* Small bugfixes and improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Compatible with Horde 5.
Request CAPTCHA when creating pages.
Small bugfixes and improvements.
FM;

Expand Down

0 comments on commit 5a70f8a

Please sign in to comment.