- fix overload guards leaks
[m6w6/ext-http] / package.xml
index 45aa0d9f4868071c3c2264cebf2aa861ecb6a122..bf499cc604832e8e1df9e9c4763b50ac309c6a5c 100644 (file)
@@ -23,16 +23,12 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.0.0</version>
-  <date>2006-06-09</date>
+  <version>1.0.1</version>
+  <date>2006-06-26</date>
   <license>BSD, revised</license>
   <state>stable</state>
-  <notes>+ Added --with[out]-http-shared-deps configure option (dependencies on shared extensions)
-+ Added INI entries: http.log.not_found, http.send.not_found_404
-+ Added HttpMessage::guessContentType()
-* Fixed build on Debian systems where access to Curl_* functions is prohibited
-* Fixed empty Cache-Control header if not customly set with HttpResponse
-* Reset Content-Disposition and Content-Type if file is not found by http_send_file() etc
+  <notes>* Fixed build with gcc-2.95 (Thanks to Alexander Zhuravlev)
+* Fixed memory leak in inflate code (Thanks to Thomas Landro Johnsen)
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -198,7 +194,6 @@ support. Parallel requests are available for PHP 5 and greater.
    <file role="src" name="config.w32"/>
    <file role="src" name="config9.m4"/>
    <file role="doc" name="CREDITS"/>
-   <file role="doc" name="EXPERIMENTAL"/>
    <file role="src" name="http.c"/>
    <file role="src" name="http.dsp"/>
    <file role="src" name="http_api.c"/>