[ Index ] |
|
Code source de Horde 3.1.3 |
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'] = 8; 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 Horde 20 Application Framework version 3.1.3. 21 22 This is a bugfix release that also fixes a cross site scripting vulnerability 23 and improves protection against phishing attempts. 24 25 Many thanks to the "immerda project group" (http://www.immmerda.ch) and Marc 26 Ruef for reporting these problems and working with us to test the fixes. 27 28 The Horde Application Framework is a modular, general-purpose web application 29 framework written in PHP. It provides an extensive array of libraries that 30 are targeted at the common problems and tasks involved in developing modern 31 web applications. 32 33 Major changes compared to Horde 3.1.2 are: 34 * Security Fixes 35 - Closed an XSS problem in index.php and improved protection against 36 phishing attempts. 37 * Bugfixes and improvements 38 - Added Kolab group ACL support. 39 - Improved import of date and time fields. 40 - Fixed synchronization support. 41 - Updated Catalan, German and Slovenian translations. 42 ML; 43 44 /* Freshmeat release notes, not more than 600 characters. */ 45 $this->notes['fm']['changes'] = <<<FM 46 This is a bugfix release that also fixes a cross site scripting vulnerability 47 and improves protection against phishing attempts. 48 Kolab group ACL support has been added, import of date and time fields has 49 been improved, and synchronization support has been fixed. 50 Catalan, German and Slovenian translations have been updated. 51 FM; 52 53 $this->notes['name'] = 'Horde'; 54 $this->notes['fm']['project'] = 'horde'; 55 $this->notes['fm']['branch'] = 'Horde 3';
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |