- release 1.0.1
authorMichael Wallner <mike@php.net>
Mon, 26 Jun 2006 11:33:05 +0000 (11:33 +0000)
committerMichael Wallner <mike@php.net>
Mon, 26 Jun 2006 11:33:05 +0000 (11:33 +0000)
package.xml
package2.xml
php_http.h

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"/>
index 218cd476e4c3490c1ac709671ac022cc3dfea846..62d85d01bc9a70a9d02138ae2ed06570de43ff05 100644 (file)
@@ -39,8 +39,8 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed build with gcc-2.95
-* Fixed memory leak in inflate code (thanks to Thomas Landrø Johnsen)
+* Fixed build with gcc-2.95 (Thanks to Alexander Zhuravlev)
+* Fixed memory leak in inflate code (Thanks to Thomas Landro Johnsen)
 ]]></notes>
  <contents>
   <dir name="/">
index 431e7fb033847f5ca007e49a4b61280e0b793f27..389493d666799f50666eb6b37fd70ed10277f8c6 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_EXT_HTTP_VERSION "1.0.1dev"
+#define PHP_EXT_HTTP_VERSION "1.0.1"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"