From: Greg Ames Date: Tue, 26 Mar 2002 18:17:57 +0000 (+0000) Subject: make it harder for spammers to harvest this email address in the future. X-Git-Tag: 2.0.34~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53298f2bdb60927fcf16692240edbffd27b901b8;p=apache 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 --- 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 ] + [Greg Ames] *) Add ap_xlate_open() et al for translation of text between different character sets. The initial implementation requires iconv().