- update
[m6w6/ext-http] / package.xml
index 85516db8493b71f22cf36297c04d59acea5886c5..29972c2e5ac05f245a0367f6d576621df39bb50e 100644 (file)
 
   <release>
     <version>0.8.0dev</version>
-    <date>2005-04-00</date>
+    <date>2005-05-00</date>
     <state>beta</state>
     <notes><![CDATA[
-* 
+* renamed ob_httpetaghandler to ob_etaghandler
+* added HttpMessage class and HttpException (PHP5 only)
+* added http.cache_log INI directive
+* http_chunked_decode() now silently passes through apparently not encoded data
 ]]>
     </notes>
   </release>
@@ -66,6 +69,7 @@
       <file role="src">php_http_message_object.h</file>
       <file role="src">php_http_request_object.h</file>
       <file role="src">php_http_response_object.h</file>
+      <file role="src">php_http_exception_object.h</file>
       
       <file role="src">http.c</file>
       <file role="src">http_functions.c</file>
@@ -83,6 +87,7 @@
       <file role="src">http_message_object.c</file>
       <file role="src">http_request_object.c</file>
       <file role="src">http_response_object.c</file>
+      <file role="src">http_exception_object.c</file>
       
     </dir>
   </filelist>