29 lines
957 B
Plaintext
29 lines
957 B
Plaintext
<?php
|
|
/* Security release? */
|
|
$notes['security'] = false;
|
|
|
|
/* Mailing list release notes. */
|
|
$notes['changes'] = <<<ML
|
|
The Horde Team is pleased to announce the final release of the Turba Contact
|
|
Manager version H5 (4.2.29).
|
|
|
|
Turba is the Horde contact management application. Leveraging the Horde
|
|
framework to provide seamless integration with IMP and other Horde
|
|
applications, it supports contacts in SQL, LDAP, Kolab, IMSP, and Facebook
|
|
address books, and works as a CardDAV server. For more information on Turba,
|
|
visit http://www.horde.org/apps/turba.
|
|
|
|
For upgrading instructions, please see
|
|
http://www.horde.org/apps/turba/docs/UPGRADING
|
|
|
|
For detailed installation and configuration instructions, please see
|
|
http://www.horde.org/apps/turba/docs/INSTALL
|
|
|
|
The major changes compared to the Turba version H5 (4.2.28) are:
|
|
* Fix regression in accessing virtual address books.
|
|
ML;
|
|
|
|
$notes['name'] = 'Turba';
|
|
$notes['branch'] = 'Horde 5';
|
|
return $notes;
|