From: Joe Orton Date: Mon, 28 Sep 2009 08:20:27 +0000 (+0000) Subject: Remove clutter. CHANGES should be readable by USERS. X-Git-Tag: 2.2.15~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cced82c1adc1a4b53e3277a0e19dfd8085e4f806;p=thirdparty%2Fapache%2Fhttpd.git Remove clutter. CHANGES should be readable by USERS. - SVN revision numbers are not relevant to users. Mention them in SVN changelogs. - Fixes for compiler warnings are not relevant to users unless they caused bugs. - Bug reporters need no credit in CHANGES -- thank them in bugzilla, on mailing lists, and in SVN changelogs as appropriate. - The mod_ssl change did not fix a bug, per list discussion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@819473 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 05c06b94e92..af7c2c8e1bb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,21 +1,13 @@  -*- coding: utf-8 -*- Changes with Apache 2.2.15 - *) mod_rewrite: Add scgi scheme detection (backport r729538). [André Malo] - - *) mod_ssl: fixed wrong 3rd parameter passed to apr_brigade_split_line(). - Reported on the list by Jie Gao. [Guenter Knauf] - - *) mod_dbd: Backport of r708820 from trunk to avoid compiler warnings with - strict compilers like Sun Studio. Reported on the list by Jie Gao. - [Guenter Knauf] + *) mod_rewrite: Add scgi scheme detection. [André Malo] *) mod_mime: Detect invalid use of MultiviewsMatch inside Location and - LocationMatch sections. PR47754. [Dan Poirier] + LocationMatch sections. PR 47754. [Dan Poirier] - *) ab, mod_ssl: restore compatibility with OpenSSL < 0.9.7g which we broke - with r801527 (backport r819242, r819245). Reported on the list by Jie - Gao. [Guenter Knauf] + *) ab, mod_ssl: Restore compatibility with OpenSSL < 0.9.7g. + [Guenter Knauf] Changes with Apache 2.2.14