]> granicus.if.org Git - curl/commitdiff
spell and 7.20.0 curl-7_20_0
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 Feb 2010 10:06:48 +0000 (10:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Feb 2010 10:06:48 +0000 (10:06 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index f78b2029d049cfe70cad17069242d0310199e0aa..f94e071d5018ad8ec8dda8dac2aa013131cd7e44 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,13 +6,14 @@
 
                                   Changelog
 
+Version 7.20.0 (9 February 2010)
+
 Daniel Stenberg (9 Feb 2010)
-- When downloading compressed content over HTTP and the app as asked libcurl
-  to automatically uncompress it with the CURLOPT_ENCODING option, libcurl
-  could wrongly provide the callback with more data than what the maximum
-  documented amount. An application could thus get tricked into badness if the
-  maximum limit was trusted to be enforced by libcurl itself (as it is
-  documented).
+- When downloading compressed content over HTTP and the app asked libcurl to
+  automatically uncompress it with the CURLOPT_ENCODING option, libcurl could
+  wrongly provide the callback with more data than the maximum documented
+  amount. An application could thus get tricked into badness if the maximum
+  limit was trusted to be enforced by libcurl itself (as it is documented).
 
   This is further detailed and explained in the libcurl security advisory
   20100209 at