- get rid of 1001 strict-aliasing warnings
[m6w6/ext-http] / package2.xml
index a62cff82989a46b42ec3f216d48d370360f50a1e..39acc85002b06e26b41c2387194db815388936c9 100644 (file)
@@ -37,8 +37,8 @@ HttpResponse
  </lead>
  <date>2006-00-00</date>
  <version>
-  <release>1.0.0RC</release>
-  <api>1.0.0RC</api>
+  <release>1.0.0RC2</release>
+  <api>1.0.0</api>
  </version>
  <stability>
   <release>beta</release>
@@ -46,8 +46,10 @@ HttpResponse
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed possible crash in HttpQueryString if the SAPI does not have a treat_data function registered.
-* Fixed http_build_str() to urlencode brackets ("[]").
+* Fixed Bug #7192: Build against libcurl >= 7.15.2 fails
+* Fixed access of super globals
+* Fixed sending userspace streams
+* Fixed too aggressive caching behaviour of HttpResponse
 ]]></notes>
  <contents>
   <dir name="/">
@@ -183,6 +185,7 @@ HttpResponse
     <file role="test" name="HttpMessage_007.phpt"/>
     <file role="test" name="HttpQueryString_001.phpt"/>
     <file role="test" name="HttpQueryString_002.phpt"/>
+    <file role="test" name="HttpQueryString_003.phpt"/>
     <file role="test" name="HttpRequest_001.phpt"/>
     <file role="test" name="HttpRequest_002.phpt"/>
     <file role="test" name="HttpRequest_003.phpt"/>