From: Roy T. Fielding Date: Mon, 27 Aug 2007 18:56:57 +0000 (+0000) Subject: note mime.types update X-Git-Tag: 2.3.0~1522 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bdf011cb52ed84b7f0a43939eb346cafe8f4d1a;p=apache note mime.types update git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@570218 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 4dadf0b090..0c89ca5e17 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@  -*- coding: utf-8 -*- Changes with Apache 2.3.0 + *) mime.types: Many updates to sync with IANA registry and common + unregistered types that the owners refuse to register. Admins + are encouraged to update their installed mime.types file. + PR: 35550, 37798, 39317, 31483 [Roy T. Fielding] + *) log core: ensure we use a special pool for stderr logging, so that the stderr channel remains valid from the time plog is destroyed, until the time the open_logs hook is called again. [William Rowe]