Skip to content

Commit

Permalink
New release notes format.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 1, 2014
1 parent 9dbbf78 commit 9ef86b5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 72 deletions.
31 changes: 6 additions & 25 deletions bundles/groupware/docs/RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
<?php
/**
* Release focus. Possible values:
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORSECURITY, Horde_Release::FOCUS_MINORBUG, Horde_Release::FOCUS_MINORFEATURE);
/* Security release? */
$notes['security'] = false;

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

Expand Down Expand Up @@ -41,15 +31,6 @@ Tasks changes:
* Fixed editing tasks via CalDAV.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Fixed XSS and CSRF vulnerabilities.
Added command line script to delete user data.
Fixed some issues with recurring events.
Fixed editing tasks via CalDAV.
Bugfixes and improvements.
FM;

$this->notes['name'] = 'Horde Groupware';
$this->notes['list'] = 'horde';
$this->notes['fm']['project'] = 'horde-groupware';
$notes['name'] = 'Horde Groupware';
$notes['list'] = 'horde';
return $notes;
27 changes: 6 additions & 21 deletions bundles/kolab_webmail/docs/RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
<?php
/**
* Release focus. Possible values:
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_INITIAL);
/* Security release? */
$notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
$notes['changes'] = <<<ML
The Horde Team is pleased to announce the alpha release of the Horde
Kolab Edition version 4.0.0.

Expand All @@ -27,11 +17,6 @@ For detailed installation and configuration instructions, please see
http://www.horde.org/apps/kolab_webmail/docs/INSTALL
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Initial release.
FM;

$this->notes['name'] = 'Horde Kolab Edition';
$this->notes['list'] = 'kolab-users@kolab.org';
$this->notes['fm']['project'] = 'kolab-webmail';
$notes['name'] = 'Horde Kolab Edition';
$notes['list'] = 'kolab-users@kolab.org';
return $notes;
32 changes: 6 additions & 26 deletions bundles/webmail/docs/RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
<?php
/**
* Release focus. Possible values:
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORSECURITY, Horde_Release::FOCUS_MINORBUG, Horde_Release::FOCUS_MINORFEATURE);
/* Security release? */
$notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
$notes['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Horde Groupware
Webmail Edition version 5.1.3.

Expand Down Expand Up @@ -47,16 +37,6 @@ Tasks changes:
* Fixed editing tasks via CalDAV.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Fixed XSS and CSRF vulnerabilities.
Added command line script to delete user data.
Several improvements and fixes for email attachment handling.
Fixed some issues with recurring events.
Fixed editing tasks via CalDAV.
Bugfixes and improvements.
FM;

$this->notes['name'] = 'Horde Groupware Webmail Edition';
$this->notes['list'] = 'horde';
$this->notes['fm']['project'] = 'horde-webmail';
$notes['name'] = 'Horde Groupware Webmail Edition';
$notes['list'] = 'horde';
return $notes;

0 comments on commit 9ef86b5

Please sign in to comment.