<?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'] = 8;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the official release of the Chora CVS
Viewer version 1.2.2.

Chora is the module in the Horde application framework that provides a
read-only WWW interface to any number of CVS repositories. Advanced features
include a visual branch view of the repository history, pretty-printing output
via the Horde framework, annotation, and output compression.

Changes in this release:
    - A hole in the diff code that allowed malicious input has been closed.
    - Annotating on systems that allow whitespace in user names was fixed.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
A hole in the diff code that allowed malicious input has been closed.
Annotating on systems that allow whitespace in user names was fixed.
FM;

$this->notes['name'] = 'Chora';
$this->notes['fm']['project'] = 'chora';
$this->notes['fm']['branch'] = 'Stable 1.x';
