Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 92c976836c70bb0acaded0db0a8fa1b6 > files > 18

horde-chora-2.1-3mdv2010.0.noarch.rpm

<?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 Chora
Repository Viewer version H3 (2.1).

Chora is built upon the Horde Application Framework and provides a read-only
browser interface to any number of version control repositories.  Advanced
features include a visual branch view of the repository's history,
pretty-printed output, annotation, patchsets and basic statistics.

The major changes compared to the Chora H3 (2.0) versions are:
    * Log entries are shown for each revision in a diff
    * Links to the previous revision in the annotate view
    * Multiple repositories are shown in a dropdown menu.
    * Dynamic sorting in browse views, and dynamic sorting and
      searching in the history view.
    * Control access to each repository with Horde Permissions
    * Authentication for subversion repositories
    * Performance improvements
    * Better accessibility
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
This release includes more information in annotate and diff views, adds dynamic
sorting and searching of information in the browse and history views, allows
controlling permissions on individual repositories, and adds better performance
and accessibility than the previous version.
FM;

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