summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2002-03-26 18:17:57 +0000
committerGreg Ames <gregames@apache.org>2002-03-26 18:17:57 +0000
commit53298f2bdb60927fcf16692240edbffd27b901b8 (patch)
treefff5f7aed38723b0d001a167dc75b955495e84be /CHANGES
parent1c430e2df7683b428cde293d77130e63b88c8c7c (diff)
downloadhttpd-53298f2bdb60927fcf16692240edbffd27b901b8.tar.gz
make it harder for spammers to harvest this email address in the future.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7251ef8aee..e56716fe67 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3872,7 +3872,7 @@ Changes with Apache 2.0a3
*) [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces most
of the \015, \012, and \015\012 constants with macros.
- [Greg Ames <gregames@us.ibm.com>]
+ [Greg Ames]
*) Add ap_xlate_open() et al for translation of text between different
character sets. The initial implementation requires iconv().