]> granicus.if.org Git - apache/commitdiff
Notations for win32/iconv, and fix a typo
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 9 Aug 2002 15:18:17 +0000 (15:18 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 9 Aug 2002 15:18:17 +0000 (15:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96324 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 9b407f6dba74c01b2c22b8e01678c178cef2be6b..0992e9686a8167c10617d0e3ade8d9a1cac939bc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,15 @@
 Changes with Apache 2.0.40
 
+  *) Set aside the apr-iconv and apr_xlate() features for the Win32
+     build of 2.0.40 so development can be completed.  A patch, from
+     <http://www.apache.org/dist/httpd/patches/apply_to_2.0.40/>
+     will be available for those that wish to work with apr-iconv.
+     [William Rowe]
+
   *) Fix proxy so that it is possible to access ftp: URLs via a proxy
      chain. [Peter Van Biesen <peter.vanbiesen@vlafo.be>]
 
-  *) mod-defalte now checks to make sure that 'gzip-only-text/html' is
+  *) mod-deflate now checks to make sure that 'gzip-only-text/html' is
      set to 1, so we can exclude things from the general case with
      browsermatch. [Ian Holsman, Andre Schild <A.Schild@aarboard.ch>]