File: RELEASE_NOTES

package info (click to toggle)
mnemo2 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,400 kB
  • ctags: 854
  • sloc: php: 2,718; xml: 842; sql: 211; makefile: 65
file content (47 lines) | stat: -rw-r--r-- 1,761 bytes parent folder | download
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
45
46
47
<?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'] = 5;

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

The Mnemo Note Manager is the Horde notes/memos application.  It provides
web-based notes and freeform text, similar to the PalmOS Note application and
shared notepads.  It requires the Horde Application Framework and an SQL
database or Kolab server for backend storage.

Mnemo version H3 (2.2) is a major upgrade in the 2.x release series, including
these enhancements:
    * Support for saving notes as PDF files.
    * Support for encrypted notes.
    * Inline search of the note list
    * WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance.
    * Full Kolab webclient support
    * All notepads are now shown in a collapsible panel with easy access to
      managing your notepads and choosing which notes to view.
    * and much more.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
New in this release: Support for saving notes as PDF files; support for encrypted notes; inline search of the note list; WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance; full Kolab webclient support; and many bug fixes and small enhancements.
FM;

$this->notes['name'] = 'Mnemo';
$this->notes['list'] = 'horde';
$this->notes['fm']['project'] = 'mnemo';
$this->notes['fm']['branch'] = 'Horde 3';