svn: /pear/packages/installphars/trunk/ go-pear.phar install-pear-nozlib.phar package.xml

[email protected] (Chuck Burgess) Wed, 01 Mar 2017 14:03:45 +0000
Newsgroups php.pear.core
Message-ID <[email protected]>
--80df7beb8eb13b494febb12d838c72a9f581b28b
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

ashnazg                                  Wed, 01 Mar 2017 14:03:45 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=341996

Log:
bugfix of PEAR v1.10.3 phars

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	2017-02-28 20:47:11 UTC (rev 341995)
+++ pear/packages/installphars/trunk/package.xml	2017-03-01 14:03:45 UTC (rev 341996)
@@ -39,9 +39,9 @@
   <active>no</active>
  </lead>

- <date>2017-02-28</date>
+ <date>2017-03-01</date>
  <version>
-  <release>1.10.3</release>
+  <release>1.10.4</release>
   <api>1.10.1</api>
  </version>
  <stability>
@@ -50,7 +50,7 @@
  </stability>
  <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
  <notes>
-  PEAR 1.10.3
+  * Bug #21190: Proxy file missing from go-pear.phar
  </notes>

  <contents>
@@ -66,7 +66,7 @@
     <min>5.4.0</min>
    </php>
    <pearinstaller>
-    <min>1.9.0</min>
+    <min>1.10.1</min>
    </pearinstaller>
   </required>
  </dependencies>
@@ -468,5 +468,21 @@
     </notes>
   </release>

+  <release>
+    <date>2017-03-01</date>
+    <version>
+     <release>1.10.4</release>
+     <api>1.10.1</api>
+    </version>
+    <stability>
+     <release>stable</release>
+     <api>stable</api>
+    </stability>
+    <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
+    <notes>
+     * Bug #21190: Proxy file missing from go-pear.phar
+    </notes>
+  </release>
+
  </changelog>
 </package>

--80df7beb8eb13b494febb12d838c72a9f581b28b--