]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove clutter. CHANGES should be readable by USERS.
authorJoe Orton <jorton@apache.org>
Mon, 28 Sep 2009 08:20:27 +0000 (08:20 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 28 Sep 2009 08:20:27 +0000 (08:20 +0000)
- 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

CHANGES

diff --git a/CHANGES b/CHANGES
index 05c06b94e92df67ba7caa641f2b32260dac1bc39..af7c2c8e1bb35f1283f51893d4c0af09744f1109 100644 (file)
--- 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