- get rid of 1001 strict-aliasing warnings
[m6w6/ext-http] / package2.xml
index 5edcb1779cd9a00aab9d2e18365bf98878d63a1e..39acc85002b06e26b41c2387194db815388936c9 100644 (file)
@@ -37,8 +37,8 @@ HttpResponse
  </lead>
  <date>2006-00-00</date>
  <version>
-  <release>0.25.0</release>
-  <api>0.25.0</api>
+  <release>1.0.0RC2</release>
+  <api>1.0.0</api>
  </version>
  <stability>
   <release>beta</release>
@@ -46,16 +46,10 @@ HttpResponse
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed bug #6924 (Linking fails on Mac OSX).
-* Fixed HttpRequest::addRawPostData().
-
-- Renamed HttpQueryString::getInstance() to more commonly used ::singleton().
-- Renamed HttpQueryString::iconv() to more generic ::xlate().
-
-+ Added feature request http_put_data() and HttpRequest::(set|get|add)PutData().
-+ Added 'range' request option.
-+ Added 'proxytype' request option.
-+ Added HTTP_PROXY_HTTP, HTTP_PROXY_SOCKS4, HTTP_PROXY_SOCKS5 constants.
+* 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="/">
@@ -191,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"/>