cvs: pear /PEAR_PackageUpdate_Web package.php package2.xml

[email protected] ("Laurent Laville")
Newsgroups php.pear.cvs
Message-ID <cvsfarell1209630160@cvsserver>
farell		Thu May  1 08:22:40 2008 UTC

  Modified files:              
    /pear/PEAR_PackageUpdate_Web	package.php package2.xml 
  Log:
  stable release 1.0.0
  
http://cvs.php.net/viewvc.cgi/pear/PEAR_PackageUpdate_Web/package.php?r1=1.4&r2=1.5&diff_format=u
Index: pear/PEAR_PackageUpdate_Web/package.php
diff -u pear/PEAR_PackageUpdate_Web/package.php:1.4 pear/PEAR_PackageUpdate_Web/package.php:1.5
--- pear/PEAR_PackageUpdate_Web/package.php:1.4	Wed Apr 30 20:13:24 2008
+++ pear/PEAR_PackageUpdate_Web/package.php	Thu May  1 08:22:40 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.4 2008/04/30 20:13:24 farell Exp $
+ * @version   CVS: $Id: package.php,v 1.5 2008/05/01 08:22:40 farell Exp $
  * @link      http://pear.php.net/package/PEAR_PackageUpdate
  * @since     File available since Release 0.4.0
  * @ignore
@@ -57,8 +57,16 @@
 - copyright bumped to 2008
 - phpdoc @since tag give version and release date information
 - make it XHTML 1.0 Strict compliant
+
+* QA
+- require now at least PEAR installer 1.5.4 rather than 1.4.8
+(security vulnerability fixes)
+- change minimum PPU package dependency
 ');
 
+$p2->setPearinstallerDep('1.5.4');
+$p2->addPackageDepWithChannel('required', 'PEAR_PackageUpdate', 'pear.php.net', '1.0.0');
+
 if (isset($_GET['make'])
     || (isset($_SERVER['argv']) && @$_SERVER['argv'][1] == 'make')) {
     $p2->writePackageFile();
http://cvs.php.net/viewvc.cgi/pear/PEAR_PackageUpdate_Web/package2.xml?r1=1.5&r2=1.6&diff_format=u
Index: pear/PEAR_PackageUpdate_Web/package2.xml
diff -u pear/PEAR_PackageUpdate_Web/package2.xml:1.5 pear/PEAR_PackageUpdate_Web/package2.xml:1.6
--- pear/PEAR_PackageUpdate_Web/package2.xml:1.5	Sun Jul  1 06:55:00 2007
+++ pear/PEAR_PackageUpdate_Web/package2.xml	Thu May  1 08:22:40 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<package packagerversion="1.6.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0     http://pear.php.net/dtd/tasks-1.0.xsd     http://pear.php.net/dtd/package-2.0     http://pear.php.net/dtd/package-2.0.xsd">
+<package packagerversion="1.7.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0     http://pear.php.net/dtd/tasks-1.0.xsd     http://pear.php.net/dtd/package-2.0     http://pear.php.net/dtd/package-2.0.xsd">
  <name>PEAR_PackageUpdate_Web</name>
  <channel>pear.php.net</channel>
  <summary>A Web front end for PEAR_PackageUpdate</summary>
@@ -12,24 +12,31 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2007-07-01</date>
- <time>08:53:55</time>
+ <date>2008-05-01</date>
+ <time>10:21:01</time>
  <version>
-  <release>0.4.0</release>
+  <release>1.0.0</release>
   <api>1.0.0</api>
  </version>
  <stability>
-  <release>beta</release>
-  <api>beta</api>
+  <release>stable</release>
+  <api>stable</api>
  </stability>
  <license uri="http://www.php.net/license/3_01.txt">PHP License 3.01</license>
- <notes>* IMPORTANT
-This beta version will be the last one before final stable release 1.0.0
+ <notes>
+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
+
+* QA
+- require now at least PEAR installer 1.5.4 rather than 1.4.8
+(security vulnerability fixes)
+- change minimum PPU package dependency
  </notes>
  <contents>
   <dir baseinstalldir="PEAR/PackageUpdate" name="/">
@@ -56,12 +63,12 @@
     <min>4.3.0</min>
    </php>
    <pearinstaller>
-    <min>1.4.8</min>
+    <min>1.5.4</min>
    </pearinstaller>
    <package>
     <name>PEAR_PackageUpdate</name>
     <channel>pear.php.net</channel>
-    <min>0.5.1</min>
+    <min>1.0.0</min>
    </package>
    <package>
     <name>HTML_QuickForm</name>
@@ -74,6 +81,33 @@
  <changelog>
   <release>
    <version>
+    <release>1.0.0</release>
+    <api>1.0.0</api>
+   </version>
+   <stability>
+    <release>stable</release>
+    <api>stable</api>
+   </stability>
+   <date>2008-05-01</date>
+   <license uri="http://www.php.net/license/3_01.txt">PHP License 3.01</license>
+   <notes>
+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 bumped to 2008
+- phpdoc @since tag give version and release date information
+- make it XHTML 1.0 Strict compliant
+
+* QA
+- require now at least PEAR installer 1.5.4 rather than 1.4.8
+(security vulnerability fixes)
+- change minimum PPU package dependency
+   </notes>
+  </release>
+  <release>
+   <version>
     <release>0.4.0</release>
     <api>1.0.0</api>
    </version>
@@ -89,8 +123,7 @@
 * 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
-   </notes>
+- prevent updating new copy of a package if it was not installed first</notes>
   </release>
   <release>
    <version>
@@ -180,4 +213,4 @@
    <notes>first alpha release for proposal http://pear.php.net/pepr/pepr-proposal-show.php?id=390</notes>
   </release>
  </changelog>
-</package>
+</package>
\ No newline at end of file
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.