From: Justin Erenkrantz Date: Mon, 15 Apr 2002 03:03:43 +0000 (+0000) Subject: Add note about closed PR. If a PR was filed, it's probably worthy to be X-Git-Tag: 2.0.36~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc34b245fc68a77e3f0d5420f9150d6f794d6a9;p=thirdparty%2Fapache%2Fhttpd.git Add note about closed PR. If a PR was filed, it's probably worthy to be listed in CHANGES (IMHO). I meant to include this with the vhost.c commit. I am not doing good with commits today. Grr. PR: 7441 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94656 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index bc7104e4456..8e72a5232e9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Changes with Apache 2.0.36 + *) Allow empty Host: header arguments. PR 7441. [Justin Erenkrantz] + *) Properly substitute sbindir as httpd's location in apachectl. PR 7840. [Andreas Hasenack ]