33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
<?php
|
|
/* Security release? */
|
|
$notes['security'] = true;
|
|
|
|
/* Mailing list release notes. */
|
|
$notes['changes'] = <<<ML
|
|
The Horde Team is pleased to announce the final release of the Horde
|
|
Application Framework version 5.2.23.
|
|
|
|
The Horde Application Framework is a flexible, modular, general-purpose web
|
|
application framework written in PHP. It provides an extensive array of
|
|
components that are targeted at the common problems and tasks involved in
|
|
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.
|
|
|
|
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
|
|
|
|
Thanks to Sulistyo Hidayat for reporting the vulnerability.
|
|
|
|
The major changes compared to the Horde version 5.2.21 are:
|
|
* Fixed javascript injection vulnerability on the mobile login page.
|
|
* Small bug fixes and improvements.
|
|
ML;
|
|
|
|
$notes['name'] = 'Horde';
|
|
$notes['branch'] = 'Horde 5';
|
|
return $notes;
|