- prepare v.22 release
[m6w6/ext-http] / package2.xml
index e073f9348fbddf2f6ad9590ce1d2dc58988c396c..925d2e6ee4898a6bbfff0f7162524aea18237e65 100644 (file)
@@ -37,7 +37,7 @@ HttpResponse
  </lead>
  <date>2006-00-00</date>
  <version>
-  <release>0.22.0-dev</release>
+  <release>0.22.0</release>
   <api>0.22.0</api>
  </version>
  <stability>
@@ -53,10 +53,10 @@ HttpResponse
 + Added http_get_request_body_stream()
 + Added HttpQueryString class
 
-- Don't pretend anylonger to understand 'compress' Content-Encoding.
-- Changed http_redirect() to PHPs behaviour by default.
+- Don't pretend anylonger to understand 'compress' Content-Encoding
 - Sending an User-Agent can now be prevented by setting 'useragent' to NULL or empty string. (Ilia)
-- Enable curl and zlib functionality by default in configure
+- Changed http_redirect() to PHPs behaviour by default
+- Changed configure to enable curl and zlib functionality by default
 - Changed http_build_url() to accept a flag that defines what parts and how they are replaced/merged
 
 * Decreased the per-request calls to curl_easy_setopt()