cvs: pear /PEAR_PackageUpdate_Web package.php

[email protected] ("Laurent Laville")
Newsgroups php.pear.cvs
Message-ID <cvsfarell1209586404@cvsserver>
farell		Wed Apr 30 20:13:24 2008 UTC

  Modified files:              
    /pear/PEAR_PackageUpdate_Web	package.php 
  Log:
  prepare upcoming release 1.0.0 for the 2 years birthday package
  
http://cvs.php.net/viewvc.cgi/pear/PEAR_PackageUpdate_Web/package.php?r1=1.3&r2=1.4&diff_format=u
Index: pear/PEAR_PackageUpdate_Web/package.php
diff -u pear/PEAR_PackageUpdate_Web/package.php:1.3 pear/PEAR_PackageUpdate_Web/package.php:1.4
--- pear/PEAR_PackageUpdate_Web/package.php:1.3	Sun Nov 25 22:18:14 2007
+++ pear/PEAR_PackageUpdate_Web/package.php	Wed Apr 30 20:13:24 2008
@@ -16,9 +16,9 @@
  * @category  PEAR
  * @package   PEAR_PackageUpdate_Web
  * @author    Laurent Laville <[email protected]>
- * @copyright 2007 The PHP Group
+ * @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.3 2007/11/25 22:18:14 farell Exp $
+ * @version   CVS: $Id: package.php,v 1.4 2008/04/30 20:13:24 farell Exp $
  * @link      http://pear.php.net/package/PEAR_PackageUpdate
  * @since     File available since Release 0.4.0
  * @ignore
@@ -37,24 +37,26 @@
     'simpleoutput' => true,
     'clearcontents' => false,
     'changelogoldtonew' => false,
-    'ignore' => array('package.php')
+    'ignore' => array(__FILE__)
     );
 
 $p2 = &PEAR_PackageFileManager2::importOptions($packagefile, $options);
 $p2->setPackageType('php');
 $p2->addRelease();
 $p2->generateContents();
-$p2->setReleaseVersion('0.4.0');
+$p2->setReleaseVersion('1.0.0');
 $p2->setAPIVersion('1.0.0');
-$p2->setReleaseStability('beta');
-$p2->setAPIStability('beta');
-$p2->setNotes('* IMPORTANT
-This beta version will be the last one before final stable release 1.0.0
+$p2->setReleaseStability('stable');
+$p2->setAPIStability('stable');
+$p2->setNotes('
+Two years after proposal and first release (0.1.0), here are now the final stable version.
+
+No major changes since 0.4.0
 
 * changes
-- copyright notice bumped to 2007
-- removed PPU resource from main class.
-- prevent updating new copy of a package if it was not installed first
+- copyright bumped to 2008
+- phpdoc @since tag give version and release date information
+- make it XHTML 1.0 Strict compliant
 ');
 
 if (isset($_GET['make'])
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.