[ Index ]
 

Code source de IMP H3 (4.1.5)

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/docs/ -> RELEASE_NOTES (source)

   1  <?php
   2  /**
   3   * Release focus. Possible values:
   4   * 0 - N/A
   5   * 1 - Initial freshmeat announcement
   6   * 2 - Documentation
   7   * 3 - Code cleanup
   8   * 4 - Minor feature enhancements
   9   * 5 - Major feature enhancements
  10   * 6 - Minor bugfixes
  11   * 7 - Major bugfixes
  12   * 8 - Minor security fixes
  13   * 9 - Major security fixes
  14   */
  15  $this->notes['fm']['focus'] = 6;
  16  
  17  /* Mailing list release notes. */
  18  $this->notes['ml']['changes'] = <<<ML
  19  The Horde Team is pleased to announce the final release of the IMP Webmail
  20  Client version H3 (4.1.5).
  21  
  22  IMP, the Internet Messaging Program, is one of the most popular webmail
  23  applications available. It allows universal, web-based access to IMAP and POP3
  24  mail servers and provides a full range of features normally found only in
  25  desktop email clients.
  26  
  27  Major changes compared to the IMP H3 (4.1.4) version are:
  28      * Many small bug fixes and improvements.
  29      * Updated Czech, Estonian, German, Polish, Spanish, and Simplified Chinese
  30        translations.
  31  ML;
  32  
  33  /* Freshmeat release notes, not more than 600 characters. */
  34  $this->notes['fm']['changes'] = <<<FM
  35  Many small bug fixes and improvements have been made.
  36  Czech, Estonian, German, Polish, Spanish, and Simplified Chinese translations
  37  have been updated.
  38  FM;
  39  
  40  $this->notes['name'] = 'IMP';
  41  $this->notes['fm']['project'] = 'imp';
  42  $this->notes['fm']['branch'] = 'Horde 3';


Généré le : Thu Nov 29 12:30:07 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics