From: Ruediger Pluem Date: Tue, 10 Aug 2010 20:01:50 +0000 (+0000) Subject: * Document that PR45444 will be fixed in the next release X-Git-Tag: 2.2.17~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=479afd7b38615aa3f62e25b11bd615e3c0c5c0c1;p=thirdparty%2Fapache%2Fhttpd.git * Document that PR45444 will be fixed in the next release git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@984193 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 246090343dd..2586c267231 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache 2.2.17 + *) mod_ssl: Do not do overlapping memcpy. PR 45444 [Joe Orton] + *) vhost: A purely-numeric Host: header should not be treated as a port. PR 44979 [Nick Kew]