From: Jim Jagielski Date: Wed, 5 Dec 2012 17:30:30 +0000 (+0000) Subject: Userland change X-Git-Tag: 2.5.0-alpha~6065 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17bce02b58749249a494f403d295b3af3c78d8e5;p=thirdparty%2Fapache%2Fhttpd.git Userland change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1417546 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0bff1a33345..fb630945a3c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_status: Print out list of times since a Vhost was last used. + [Jim Jagielski] + *) core: Don't fail at startup with AH00554 when Include points to a directory without any wildcard character. PR 54223 [Eric Covener]