Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 684eb9b4d2f39c90ea98b851c5db0f28 > files > 12

jeta-1.0-5.fc14.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'] = 1;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the first stable release of the Jeta
SSH Module version H3 (1.0).

Jeta is the Horde wrapper around various Java SSH applets.  It allows users
to login via a terminal window to the server on which the Horde application is
running.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Initial stable release.
FM;

$this->notes['name'] = 'Jeta';
$this->notes['list'] = 'dev';
$this->notes['fm']['project'] = 'jeta';
$this->notes['fm']['branch'] = 'Default';