]> granicus.if.org Git - php/commitdiff
Prep for 1.5 release
authorSara Golemon <pollita@php.net>
Fri, 24 Aug 2007 21:33:05 +0000 (21:33 +0000)
committerSara Golemon <pollita@php.net>
Fri, 24 Aug 2007 21:33:05 +0000 (21:33 +0000)
ext/hash/package.xml
ext/hash/package2.xml

index 988d099c8158334eab9943bbb73115c9d9cc2186..3114ce0725705a7bb3518aecca32d63c189a1992 100644 (file)
   </maintainer>
   </maintainers>
  <release>
-  <version>1.4</version>
-  <date>2007-05-30</date>
+  <version>1.5</version>
+  <date>2007-08-24</date>
   <license>PHP</license>
   <state>stable</state>
-  <notes>* Fix builds (PHP 4 only)
-* Added ripemd256, and ripemd320 to supported algorithms
-* Added function reflection information (PHP5+ only)
-  </notes>
+  <notes><![CDATA[Fix builds (PHP4&5)]]></notes>
   <deps>
    <dep type="php" rel="ge" version="4.0.0"/>
   </deps>
index a09845ef66c6145347c67a51f5e5e49bb5d3b7b8..f1293276f3fa41ec8dc74eebab587935e36ae62f 100644 (file)
@@ -26,9 +26,9 @@
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2007-05-30</date>
+ <date>2007-08-24</date>
  <version>
-  <release>1.4</release>
+  <release>1.5</release>
   <api>1.0</api>
  </version>
  <stability>
   <api>stable</api>
  </stability>
  <license uri="http://www.php.net/license">PHP</license>
- <notes><![CDATA[
-* Fix builds (PHP 4 only)
-* Added ripemd256, and ripemd320 to supported algorithms
-* Added function reflection information (PHP5+ only)
-]]>
- </notes>
+ <notes><![CDATA[Fix builds (PHP4&5)]]></notes>
  <contents>
   <dir name="/">
    <dir name="tests">
  <providesextension>hash</providesextension>
  <extsrcrelease />
  <changelog>
+  <release>
+   <version>
+    <release>1.4</release>
+    <api>1.0</api>
+   </version>
+   <stability>
+    <release>stable</release>
+    <api>stable</api>
+   </stability>
+   <date>2007-05-30</date>
+   <license uri="http://www.php.net/license">PHP</license>
+   <notes><![CDATA[
+* Fix builds (PHP 4 only)
+* Added ripemd256, and ripemd320 to supported algorithms
+* Added function reflection information (PHP5+ only)
+]]>
+   </notes>
+  </release>
   <release>
    <version>
     <release>1.2</release>