File: RELEASE_NOTES

package info (click to toggle)
turba2 2.1.3-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 5,736 kB
  • ctags: 1,500
  • sloc: php: 6,663; xml: 998; sql: 180; makefile: 63; sh: 46; perl: 17
file content (44 lines) | stat: -rw-r--r-- 1,467 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?php
/**
 * Release focus. Possible values:
 * 0 - N/A
 * 1 - Initial freshmeat announcement
 * 2 - Documentation
 * 3 - Code cleanup
 * 4 - Minor feature enhancements
 * 5 - Major feature enhancements
 * 6 - Minor bugfixes
 * 7 - Major bugfixes
 * 8 - Minor security fixes
 * 9 - Major security fixes
 */
$this->notes['fm']['focus'] = 6;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Turba Contact
Manager version H3 (2.1.3).

Turba is the Horde contact management application. It is a production level
address book, and makes heavy use of the Horde framework to provide
integration with IMP and other Horde applications. It supports SQL, LDAP,
Kolab, and IMSP address books.

Major changes compared to the Turba H3 (2.1.2) version are:
    * Remember the lastly selected address book during the session.
    * Updated Brazilian Portuguese, Dutch, German, and Traditional Chinese
      translations.
    * Small bugfixes and improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
The lastly selected address book is remembered during the session now.
Brazilian Portuguese, Dutch, German, and Traditional Chinese translations have
been updated.
Small bugfixes and improvements have been made.
FM;

$this->notes['name'] = 'Turba';
$this->notes['fm']['project'] = 'turba';
$this->notes['fm']['branch'] = 'Horde 3';