From 0aa8b828711e5c1f58442f25521557be8388f132 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 14 Apr 2003 07:13:08 +0000
Subject: [PATCH] FTP CWD response fixed gzip content-encoding added chunked
 content-encoding fixed

---
 CHANGES | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CHANGES b/CHANGES
index c3d83543d5..e1c92cfff9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,16 @@
 
                                   Changelog
 
+Daniel (11 Apr)
+- Nic Hines provided a second patch for gzip decompression, and fixed a bug
+  when deflate or gzip contents were downloaded using chunked encoding.
+
+- Dan Fandrich made libcurl support automatic decompression of gzip contents
+  (as an addition to the previous deflate support).
+
+- I made the CWD command during FTP session consider all 2xy codes to be OK
+  responses.
+
 Daniel (10 Apr)
 - Vlad Krupin fixed a URL parsing issue. URLs that were not using a slash
   after the host name, but still had "?" and parameters appended, as in
-- 
GitLab