Skip to content

Commit

Permalink
Prepare release candidates.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 11, 2014
1 parent 7a0a7fd commit bf26932
Show file tree
Hide file tree
Showing 14 changed files with 93 additions and 96 deletions.
21 changes: 9 additions & 12 deletions horde/docs/RELEASE_NOTES
Expand Up @@ -10,11 +10,11 @@
* 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_MINORBUG);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the second beta release of the Horde
The Horde Team is pleased to announce the first release candidate of the Horde
Application Framework version 5.2.0.

The Horde Application Framework is a flexible, modular, general-purpose web
Expand All @@ -24,27 +24,24 @@ developing modern web applications. It is the basis for a large number of
production-level web applications, notably the Horde Groupware suites. For more
information on Horde or the Horde Groupware suites, visit http://www.horde.org.

This is a preview version that should not be used on production systems. This
version is considered feature complete but there might still be a few bugs.
You should not use this preview version over existing production data.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome, though some strings
might still change before the final release.
Barring any problems, this code will be released as Horde 5.2.0. We encourage
widespread testing and feedback via the mailing lists or our bug tracking
system. Updated translations are very welcome, strings should not change
before the final release.

For upgrading instructions, please see
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.2.0beta1 are:
* Distinguish application-specific from global login page.
The major changes compared to the Horde version 5.2.0beta2 are:
* Small bugfixes.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Distinguish application-specific from global login page.
Small bugfixes.
FM;

$this->notes['name'] = 'Horde';
Expand Down
8 changes: 4 additions & 4 deletions horde/package.xml
Expand Up @@ -28,9 +28,9 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2014-06-04</date>
<date>2014-06-11</date>
<version>
<release>5.2.0beta3</release>
<release>5.2.0RC1</release>
<api>5.2.0</api>
</version>
<stability>
Expand Down Expand Up @@ -3898,12 +3898,12 @@
</release>
<release>
<version>
<release>5.2.0beta3</release>
<release>5.2.0RC1</release>
<api>5.2.0</api></version>
<stability>
<release>beta</release>
<api>beta</api></stability>
<date>2014-06-04</date>
<date>2014-06-11</date>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [jan] Add configuration for searching user DNs in LDAP groups (Bug #12128).
Expand Down
2 changes: 2 additions & 0 deletions ingo/docs/CHANGES
Expand Up @@ -2,6 +2,8 @@
v3.2.0-git
----------

[jan] Update Polish translation (Maciej Uhlig <maciej.uhlig@us.edu.pl>).
[jan] Update Japanese translation (Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>).


-----------
Expand Down
23 changes: 10 additions & 13 deletions ingo/docs/RELEASE_NOTES
Expand Up @@ -10,39 +10,36 @@
* 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_MINORFEATURE);

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

Ingo is an email-filter management application. It is fully internationalized,
integrated with Horde and the IMP Webmail client, and supports both server-side
(Sieve, Procmail, Maildrop) and client-side (IMAP) message filtering. For more
information on Ingo, visit http://www.horde.org/apps/ingo.

This is a preview version that should not be used on production systems. This
version is considered feature complete but there might still be a few bugs.
You should not use this preview version over existing production data.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome, though some strings
might still change before the final release.
Barring any problems, this code will be released as Ingo H5 (3.2.0). We
encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome, strings should not
change before the final release.

For upgrading instructions, please see
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.2.0beta1) are:
* Small bugfixes.
The major changes compared to Ingo version H5 (3.2.0beta2) are:
* Updated translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Small bugfixes.
Updated translations.
FM;

$this->notes['name'] = 'Ingo';
Expand Down
14 changes: 8 additions & 6 deletions ingo/package.xml
Expand Up @@ -22,9 +22,9 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2014-06-04</date>
<date>2014-06-11</date>
<version>
<release>3.2.0beta3</release>
<release>3.2.0RC1</release>
<api>3.2.0</api>
</version>
<stability>
Expand All @@ -33,7 +33,8 @@
</stability>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
* [jan] Update Polish translation (Maciej Uhlig &lt;maciej.uhlig@us.edu.pl&gt;).
* [jan] Update Japanese translation (Hiromi Kimura &lt;hiromi@tac.tsukuba.ac.jp&gt;).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1439,15 +1440,16 @@
</release>
<release>
<version>
<release>3.2.0beta3</release>
<release>3.2.0RC1</release>
<api>3.2.0</api></version>
<stability>
<release>beta</release>
<api>beta</api></stability>
<date>2014-06-04</date>
<date>2014-06-11</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
* [jan] Update Polish translation (Maciej Uhlig &lt;maciej.uhlig@us.edu.pl&gt;).
* [jan] Update Japanese translation (Hiromi Kimura &lt;hiromi@tac.tsukuba.ac.jp&gt;).
</notes>
</release>
</changelog>
Expand Down
2 changes: 2 additions & 0 deletions kronolith/docs/CHANGES
Expand Up @@ -2,6 +2,8 @@
v4.2.0-git
----------

[jan] Fix hover style in year view (Bug #13057).
[jan] Update Polish translation (Maciej Uhlig <maciej.uhlig@us.edu.pl>).


-----------
Expand Down
25 changes: 11 additions & 14 deletions kronolith/docs/RELEASE_NOTES
Expand Up @@ -14,8 +14,8 @@ $this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE, Horde_Rel

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

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 @@ -25,29 +25,26 @@ management, alarms, recurring events, and a sophisticated day/week view which
handles arbitrary numbers of overlapping events. For more information on
Kronolith, visit http://www.horde.org/apps/kronolith.

This is a preview version that should not be used on production systems. This
version is considered feature complete but there might still be a few bugs.
You should not use this preview version over existing production data.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome, though some strings
might still change before the final release.
Barring any problems, this code will be released as Kronolith H5 (4.2.0). We
encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome, strings should not
change before the final release.

For upgrading instructions, please see
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 Kronolith version H5 (4.2.0beta1) are:
* Synchronize attendees via CalDAV.
* Small bugfixes.
The major changes compared to Kronolith version H5 (4.2.0beta2) are:
* Updated translations.
* Small bugfix.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Synchronize attendees via CalDAV.
Small bugfixes.
Updated translations.
Small bugfix.
FM;

$this->notes['name'] = 'Kronolith';
Expand Down
14 changes: 8 additions & 6 deletions kronolith/package.xml
Expand Up @@ -22,9 +22,9 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2014-06-04</date>
<date>2014-06-11</date>
<version>
<release>4.2.0beta3</release>
<release>4.2.0RC1</release>
<api>4.2.0</api>
</version>
<stability>
Expand All @@ -33,7 +33,8 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix hover style in year view (Bug #13057).
* [jan] Update Polish translation (Maciej Uhlig &lt;maciej.uhlig@us.edu.pl&gt;).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -2359,15 +2360,16 @@
</release>
<release>
<version>
<release>4.2.0beta3</release>
<release>4.2.0RC1</release>
<api>4.2.0</api></version>
<stability>
<release>beta</release>
<api>beta</api></stability>
<date>2014-06-04</date>
<date>2014-06-11</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix hover style in year view (Bug #13057).
* [jan] Update Polish translation (Maciej Uhlig &lt;maciej.uhlig@us.edu.pl&gt;).
</notes>
</release>
</changelog>
Expand Down
2 changes: 2 additions & 0 deletions mnemo/docs/CHANGES
Expand Up @@ -2,6 +2,8 @@
v4.2.0-git
----------

[jan] Update Polish translation (Maciej Uhlig <maciej.uhlig@us.edu.pl>).
[jan] Update Japanese translation (Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>).


------------
Expand Down
27 changes: 10 additions & 17 deletions mnemo/docs/RELEASE_NOTES
Expand Up @@ -10,44 +10,37 @@
* 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_MINORFEATURE);

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

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
via shared notepads. It requires the Horde Application Framework and an SQL
database or Kolab server for backend storage. For more information on Mnemo,
visit http://www.horde.org/apps/mnemo.

This is a preview version that should not be used on production systems. This
version is considered feature complete but there might still be a few bugs.
You should not use this preview version over existing production data.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome, though some strings
might still change before the final release.
Barring any problems, this code will be released as Mnemo H5 (4.2.0). We
encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome, strings should not
change before the final release.

For upgrading instructions, please see
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 H5 (4.1) versions are:
* Replaced categories with tags.
* Added Oracle support.
* Further improvements.
The major changes compared to the Mnemo version H5 (4.2.0alpha1) are:
* Updated translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Replaced categories with tags.
Added Oracle support.
Further improvements.
Updated translations.
FM;

$this->notes['name'] = 'Mnemo';
Expand Down
14 changes: 8 additions & 6 deletions mnemo/package.xml
Expand Up @@ -16,9 +16,9 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2014-05-05</date>
<date>2014-06-11</date>
<version>
<release>4.2.0alpha2</release>
<release>4.2.0RC1</release>
<api>4.0.0</api>
</version>
<stability>
Expand All @@ -27,7 +27,8 @@
</stability>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
* [jan] Update Polish translation (Maciej Uhlig &lt;maciej.uhlig@us.edu.pl&gt;).
* [jan] Update Japanese translation (Hiromi Kimura &lt;hiromi@tac.tsukuba.ac.jp&gt;).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1157,15 +1158,16 @@
</release>
<release>
<version>
<release>4.2.0alpha2</release>
<release>4.2.0RC1</release>
<api>4.0.0</api></version>
<stability>
<release>alpha</release>
<api>alpha</api></stability>
<date>2014-05-06</date>
<date>2014-06-11</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
* [jan] Update Polish translation (Maciej Uhlig &lt;maciej.uhlig@us.edu.pl&gt;).
* [jan] Update Japanese translation (Hiromi Kimura &lt;hiromi@tac.tsukuba.ac.jp&gt;).
</notes>
</release>
</changelog>
Expand Down
2 changes: 2 additions & 0 deletions turba/docs/CHANGES
Expand Up @@ -2,6 +2,8 @@
v4.2.0-git
----------

[jan] Update Polish translation (Maciej Uhlig <maciej.uhlig@us.edu.pl>).
[jan] Update Japanese translation (Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>).


-----------
Expand Down

0 comments on commit bf26932

Please sign in to comment.