From: Yann Ylavic Date: Fri, 8 Sep 2017 14:01:07 +0000 (+0000) Subject: Follow up to r1807761: CHANGES entry. X-Git-Tag: 2.4.28~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14b07d473ddff3093fb406cbecfeda91d9d6a1d7;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1807761: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1807762 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 05626f24235..9322beffb0f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.28 + *) build: allow configuration without APR sources. [Jacob Champion] + *) core: Disallow Methods' registration at runtime (.htaccess), they may be used only if registered at init time (httpd.conf). [Yann Ylavic]