summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-04-26 14:29:38 +0200
committerJeff Trawick <trawick@apache.org>2002-04-26 14:29:38 +0200
commit9a1842b70ca508bc499cb0c2074927f6de678387 (patch)
treeba100abe8995aa0c01eb3e798cdec794d3ac44f2 /CHANGES
parentSwitch back from atomic_cas to mutexes, based on all the current (diff)
downloadapache2-9a1842b70ca508bc499cb0c2074927f6de678387.tar.xz
apache2-9a1842b70ca508bc499cb0c2074927f6de678387.zip
get basic HTTP proxy working on EBCDIC machines
(I would bet that there is more work to do throughout proxy, but at least it can serve some pages now) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6d195b1e54..b81f1de4c6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
Changes with Apache 2.0.37
+ *) Get basic HTTP proxy working on EBCDIC machines. [Jeff Trawick]
+
*) Allow mod_unique_id to work on systems with no IPv4 address
corresponding to their host name. [Jeff Trawick]