cvs: pear /PEAR_PackageUpdate package.php
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsfarell1209415274@cvsserver> |
farell Mon Apr 28 20:41:14 2008 UTC
Modified files:
/pear/PEAR_PackageUpdate package.php
Log:
Sad new : Scott will be marked as inactive on next release 1.0.0 planned for May 1st (in 2 days)
http://cvs.php.net/viewvc.cgi/pear/PEAR_PackageUpdate/package.php?r1=1.8&r2=1.9&diff_format=u
Index: pear/PEAR_PackageUpdate/package.php
diff -u pear/PEAR_PackageUpdate/package.php:1.8 pear/PEAR_PackageUpdate/package.php:1.9
--- pear/PEAR_PackageUpdate/package.php:1.8 Sun Apr 27 16:04:33 2008
+++ pear/PEAR_PackageUpdate/package.php Mon Apr 28 20:41:13 2008
@@ -18,7 +18,7 @@
* @author Laurent Laville <[email protected]>
* @copyright 2007-2008 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: package.php,v 1.8 2008/04/27 16:04:33 farell Exp $
+ * @version CVS: $Id: package.php,v 1.9 2008/04/28 20:41:13 farell Exp $
* @link http://pear.php.net/package/PEAR_PackageUpdate
* @since File available since Release 0.6.0
* @ignore
@@ -51,12 +51,18 @@
No bug found !
* news
-- default configuration file (.ppurc|ppurc.ini) is loaded/saved from/into PEAR
-configuration directory (PEAR 1.7.0+ cfg_dir directive)
+- default configuration file (.ppurc|ppurc.ini) is loaded from and saved into PEAR
+configuration directory (PEAR 1.7.0+ cfg_dir directive) if available.
* QA
- require now at least PEAR installer 1.5.4 rather than 1.4.8
(security vulnerability fixes)
+- Scott Mattocks is marked as inactive on his request, because he did not have
+time to give attention to this package it deserve. Thanks Scott for your past works
+on this package, and make this cool features a reality for the community.
+- Test Suite used now the .phpt test case rather than phpunit, just in case of a
+crash, and recovery of PEAR configuration (suggestion given by Christian Weiske
+already in same condition for PEAR_Info).
');
$p2->addInstallAs('Cli.php', 'PackageUpdate/Cli.php');
$p2->generateContents();