File: RELEASE_NOTES

package info (click to toggle)
php-horde-passwd 5.0.7-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 3,412 kB
  • sloc: php: 2,017; xml: 1,136; javascript: 29; makefile: 18; sh: 3
file content (28 lines) | stat: -rw-r--r-- 781 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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 Passwd Horde
password changing application version H5 (5.0.7).

Passwd provides support for changing passwords via the Horde authentication
system or various password backends.

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 Passwd version H5 (5.0.6) are:
    * Fixed open redirects.
    * Officially support PHP 7.
ML;


$notes['name'] = 'Passwd';
$notes['list'] = 'sork';
$notes['branch'] = 'Horde 5';
return $notes;