Skip to content

Commit

Permalink
Prepare bundle releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 6, 2015
1 parent ee525ce commit 3ff4cfb
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 16 deletions.
4 changes: 4 additions & 0 deletions bundles/groupware/docs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
v5.2.10-git
-----------

Files Changes
-------------
[mjr] SECURITY: Fix XSS vulnerability when viewing directory contents
(Discovered by http://www.beyondsecurity.com/ssd.html).


------
Expand Down
14 changes: 9 additions & 5 deletions bundles/groupware/docs/RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/* Security release? */
$notes['security'] = false;
$notes['security'] = true;

/* Mailing list release notes. */
$notes['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Horde Groupware
version 5.2.9.
version 5.2.10.

Horde Groupware is a free, enterprise ready, browser based collaboration
suite. Users can manage and share calendars, contacts, tasks, notes, files, and
Expand All @@ -17,9 +17,13 @@ http://www.horde.org/apps/groupware/docs/UPGRADING
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/groupware/docs/INSTALL

The major changes compared to the Horde Groupware version 5.2.8 are:
* Release to fix application versions in package file. No other changes from
version 5.2.8.
Thanks to an anonymous researcher working with Beyond Security's SecuriTeam
Secure Disclosure program <http://www.beyondsecurity.com/ssd.html> for
discovering the vulnerability.

The major changes compared to the Horde Groupware version 5.2.9 are:
* SECURITY: Fix XSS vulnerability in Files application when viewing
directory contents.
ML;

$notes['name'] = 'Horde Groupware';
Expand Down
6 changes: 3 additions & 3 deletions bundles/groupware/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</stability>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
* [mjr] Update Gollem.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -83,7 +83,7 @@
<package>
<name>gollem</name>
<channel>pear.horde.org</channel>
<min>3.0.4</min>
<min>3.0.5</min>
<max>4.0.0alpha1</max>
<exclude>4.0.0alpha1</exclude>
</package>
Expand Down Expand Up @@ -613,7 +613,7 @@
<date>2015-08-02</date>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
* [mjr] Update Gollem.
</notes>
</release>
</changelog>
Expand Down
4 changes: 4 additions & 0 deletions bundles/webmail/docs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
v5.2.10-git
-----------

Files Changes
-------------
[mjr] SECURITY: Fix XSS vulnerability when viewing directory contents
(Discovered by http://www.beyondsecurity.com/ssd.html).


------
Expand Down
15 changes: 9 additions & 6 deletions bundles/webmail/docs/RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/* Security release? */
$notes['security'] = false;
$notes['security'] = true;

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

Horde Groupware Webmail Edition is a free, enterprise ready, browser based
communication suite. Users can read, send and organize email messages with four
Expand All @@ -19,11 +19,14 @@ http://www.horde.org/apps/webmail/docs/UPGRADING
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/webmail/docs/INSTALL

The major changes compared to the Horde Groupware Webmail Edition version 5.2.8
are:
Thanks to an anonymous researcher working with Beyond Security's SecuriTeam
Secure Disclosure program <http://www.beyondsecurity.com/ssd.html> for
discovering the vulnerability.

* Release to fix application versions in package file. No other changes from
version 5.2.8.
The major changes compared to the Horde Groupware Webmail Edition version 5.2.9
are:
* SECURITY: Fix XSS vulnerability in Files application when viewing
directory contents.
ML;

$notes['name'] = 'Horde Groupware Webmail Edition';
Expand Down
4 changes: 2 additions & 2 deletions bundles/webmail/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</stability>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
* [mjr] Update Gollem.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -667,7 +667,7 @@
<date>2015-08-02</date>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
* [mjr] Update Gollem.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 3ff4cfb

Please sign in to comment.