Christian Weiske
2013-03-25 20:50:04 UTC
cweiske Mon, 25 Mar 2013 20:50:04 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=329919
Log:
prepare release of installphars 1.9.5
Changed paths:
U pear/packages/installphars/trunk/go-pear.phar
U pear/packages/installphars/trunk/install-pear-nozlib.phar
U pear/packages/installphars/trunk/package.xml
Modified: pear/packages/installphars/trunk/go-pear.phar
===================================================================
(Binary files differ)
Modified: pear/packages/installphars/trunk/install-pear-nozlib.phar
===================================================================
(Binary files differ)
Modified: pear/packages/installphars/trunk/package.xml
===================================================================
--- pear/packages/installphars/trunk/package.xml 2013-03-25 13:08:32 UTC (rev 329918)
+++ pear/packages/installphars/trunk/package.xml 2013-03-25 20:50:04 UTC (rev 329919)
@@ -26,25 +26,28 @@
<email>***@php.net</email>
<active>no</active>
</lead>
- <date>2011-07-06</date>
- <version>
- <release>1.9.4</release>
- <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
- <notes>
- Upgrade phars to PEAR 1.9.4
- </notes>
+
+ <date>2013-03-25</date>
+ <version>
+ <release>1.9.5</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
+ <notes>
+ Upgrade phar contents to latest versions and make them compatible with PHP 5.5.0beta1
+ </notes>
+
<contents>
<dir baseinstalldir="pear.php.net/public_html" name="/">
<file name="go-pear.phar" role="www" />
<file name="install-pear-nozlib.phar" role="www" />
</dir> <!-- / -->
</contents>
+
<dependencies>
<required>
<php>
@@ -55,7 +58,9 @@
</pearinstaller>
</required>
</dependencies>
+
<phprelease />
+
<changelog>
<release>
<version>
@@ -72,6 +77,7 @@
Test the release
</notes>
</release>
+
<release>
<version>
<release>1.0.0</release>
@@ -87,6 +93,7 @@
Test the release (2)
</notes>
</release>
+
<release>
<version>
<release>1.1.0</release>
@@ -102,6 +109,7 @@
Update installation phars to PEAR 1.5.0, Console_Getopt 1.2.1, Structures_Graph 1.0.2
</notes>
</release>
+
<release>
<version>
<release>1.2.0</release>
@@ -117,6 +125,7 @@
Update installation phars to PEAR 1.5.1
</notes>
</release>
+
<release>
<version>
<release>1.3.0</release>
@@ -132,6 +141,7 @@
Update installation phars to PEAR 1.5.4
</notes>
</release>
+
<release>
<version>
<release>1.3.1</release>
@@ -149,6 +159,7 @@
Update go-pear to include setting temp_dir/download_dir
</notes>
</release>
+
<release>
<version>
<release>1.3.2</release>
@@ -165,6 +176,7 @@
fix completely broken phars on system with no existing PEAR
</notes>
</release>
+
<release>
<version>
<release>1.3.3</release>
@@ -182,6 +194,7 @@
Use PHP_Archive 0.11.2 to fix broken phars on 64-bit OS
</notes>
</release>
+
<release>
<version>
<release>1.4.0RC1</release>
@@ -198,6 +211,7 @@
Upgrade phars to PEAR 1.7.0
</notes>
</release>
+
<release>
<version>
<release>1.4.0</release>
@@ -214,6 +228,7 @@
Upgrade phars to PEAR 1.7.0
</notes>
</release>
+
<release>
<version>
<release>1.4.1</release>
@@ -230,6 +245,7 @@
Upgrade phars to PEAR 1.7.1
</notes>
</release>
+
<release>
<version>
<release>1.4.2</release>
@@ -245,6 +261,7 @@
Upgrade phars to PEAR 1.7.2
</notes>
</release>
+
<release>
<date>2009-04-10</date>
<version>
@@ -260,6 +277,7 @@
Upgrade phars to PEAR 1.8.0
</notes>
</release>
+
<release>
<date>2009-09-03</date>
<version>
@@ -275,6 +293,7 @@
Upgrade phars to PEAR 1.9.0
</notes>
</release>
+
<release>
<date>2010-05-26</date>
<version>
@@ -292,6 +311,7 @@
Match license with PEAR
</notes>
</release>
+
<release>
<date>2011-02-28</date>
<version>
@@ -307,8 +327,9 @@
Upgrade phars to PEAR 1.9.2
</notes>
</release>
+
<release>
-<date>2011-06-04</date>
+ <date>2011-06-04</date>
<version>
<release>1.9.3</release>
<api>1.0.0</api>
@@ -322,6 +343,7 @@
Upgrade phars to PEAR 1.9.3
</notes>
</release>
+
<release>
<date>2011-07-06</date>
<version>
@@ -337,5 +359,21 @@
Upgrade phars to PEAR 1.9.4
</notes>
</release>
+
+ <release>
+ <date>2013-03-25</date>
+ <version>
+ <release>1.9.5</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
+ <notes>
+ Upgrade phar contents to latest versions and make them compatible with PHP 5.5.0beta1
+ </notes>
+ </release>
</changelog>
</package>
Revision: http://svn.php.net/viewvc?view=revision&revision=329919
Log:
prepare release of installphars 1.9.5
Changed paths:
U pear/packages/installphars/trunk/go-pear.phar
U pear/packages/installphars/trunk/install-pear-nozlib.phar
U pear/packages/installphars/trunk/package.xml
Modified: pear/packages/installphars/trunk/go-pear.phar
===================================================================
(Binary files differ)
Modified: pear/packages/installphars/trunk/install-pear-nozlib.phar
===================================================================
(Binary files differ)
Modified: pear/packages/installphars/trunk/package.xml
===================================================================
--- pear/packages/installphars/trunk/package.xml 2013-03-25 13:08:32 UTC (rev 329918)
+++ pear/packages/installphars/trunk/package.xml 2013-03-25 20:50:04 UTC (rev 329919)
@@ -26,25 +26,28 @@
<email>***@php.net</email>
<active>no</active>
</lead>
- <date>2011-07-06</date>
- <version>
- <release>1.9.4</release>
- <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
- <notes>
- Upgrade phars to PEAR 1.9.4
- </notes>
+
+ <date>2013-03-25</date>
+ <version>
+ <release>1.9.5</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
+ <notes>
+ Upgrade phar contents to latest versions and make them compatible with PHP 5.5.0beta1
+ </notes>
+
<contents>
<dir baseinstalldir="pear.php.net/public_html" name="/">
<file name="go-pear.phar" role="www" />
<file name="install-pear-nozlib.phar" role="www" />
</dir> <!-- / -->
</contents>
+
<dependencies>
<required>
<php>
@@ -55,7 +58,9 @@
</pearinstaller>
</required>
</dependencies>
+
<phprelease />
+
<changelog>
<release>
<version>
@@ -72,6 +77,7 @@
Test the release
</notes>
</release>
+
<release>
<version>
<release>1.0.0</release>
@@ -87,6 +93,7 @@
Test the release (2)
</notes>
</release>
+
<release>
<version>
<release>1.1.0</release>
@@ -102,6 +109,7 @@
Update installation phars to PEAR 1.5.0, Console_Getopt 1.2.1, Structures_Graph 1.0.2
</notes>
</release>
+
<release>
<version>
<release>1.2.0</release>
@@ -117,6 +125,7 @@
Update installation phars to PEAR 1.5.1
</notes>
</release>
+
<release>
<version>
<release>1.3.0</release>
@@ -132,6 +141,7 @@
Update installation phars to PEAR 1.5.4
</notes>
</release>
+
<release>
<version>
<release>1.3.1</release>
@@ -149,6 +159,7 @@
Update go-pear to include setting temp_dir/download_dir
</notes>
</release>
+
<release>
<version>
<release>1.3.2</release>
@@ -165,6 +176,7 @@
fix completely broken phars on system with no existing PEAR
</notes>
</release>
+
<release>
<version>
<release>1.3.3</release>
@@ -182,6 +194,7 @@
Use PHP_Archive 0.11.2 to fix broken phars on 64-bit OS
</notes>
</release>
+
<release>
<version>
<release>1.4.0RC1</release>
@@ -198,6 +211,7 @@
Upgrade phars to PEAR 1.7.0
</notes>
</release>
+
<release>
<version>
<release>1.4.0</release>
@@ -214,6 +228,7 @@
Upgrade phars to PEAR 1.7.0
</notes>
</release>
+
<release>
<version>
<release>1.4.1</release>
@@ -230,6 +245,7 @@
Upgrade phars to PEAR 1.7.1
</notes>
</release>
+
<release>
<version>
<release>1.4.2</release>
@@ -245,6 +261,7 @@
Upgrade phars to PEAR 1.7.2
</notes>
</release>
+
<release>
<date>2009-04-10</date>
<version>
@@ -260,6 +277,7 @@
Upgrade phars to PEAR 1.8.0
</notes>
</release>
+
<release>
<date>2009-09-03</date>
<version>
@@ -275,6 +293,7 @@
Upgrade phars to PEAR 1.9.0
</notes>
</release>
+
<release>
<date>2010-05-26</date>
<version>
@@ -292,6 +311,7 @@
Match license with PEAR
</notes>
</release>
+
<release>
<date>2011-02-28</date>
<version>
@@ -307,8 +327,9 @@
Upgrade phars to PEAR 1.9.2
</notes>
</release>
+
<release>
-<date>2011-06-04</date>
+ <date>2011-06-04</date>
<version>
<release>1.9.3</release>
<api>1.0.0</api>
@@ -322,6 +343,7 @@
Upgrade phars to PEAR 1.9.3
</notes>
</release>
+
<release>
<date>2011-07-06</date>
<version>
@@ -337,5 +359,21 @@
Upgrade phars to PEAR 1.9.4
</notes>
</release>
+
+ <release>
+ <date>2013-03-25</date>
+ <version>
+ <release>1.9.5</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
+ <notes>
+ Upgrade phar contents to latest versions and make them compatible with PHP 5.5.0beta1
+ </notes>
+ </release>
</changelog>
</package>