fixed bug with mixed case boundaries
[m6w6/ext-apfd] / package.xml
index 676467591020aeec4b411c06d41a6766a816c762..8dad8228c45eb8002d4aea12f89772121e877fd3 100644 (file)
@@ -24,18 +24,18 @@ This extension does not provide any INI entries, constants, functions or classes
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-03-10</date>
+ <date>2015-04-24</date>
  <version>
-  <release>1.0.0RC1</release>
+  <release>1.0.1</release>
   <api>1.0.0</api>
  </version>
  <stability>
-  <release>beta</release>
+  <release>stable</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Split off pecl_http
+* Fix bug where non-POST payloads with mixed case boundaries would not be parsed
 ]]></notes>
  <contents>
   <dir name="/">
@@ -50,6 +50,7 @@ This extension does not provide any INI entries, constants, functions or classes
    <dir name="tests">
      <file role="test" name="001.phpt"/>
      <file role="test" name="002.phpt"/>
+     <file role="test" name="003.phpt"/>
    </dir>
   </dir>
  </contents>