[Remove entries to the current 2.0 section below, when backported]
- *) Add version string to provider API. [Justin Erenkrantz]
-
*) Rewrite of aaa modules to an authn/authz model.
[Dirk-Willem van Gulik, Justin Erenkrantz]
-Changes with Apache 2.0.44
-
- *) build: './configure && make' now works without an in-tree
- apr and apr-util. [Wilfredo Sanchez]
-
- *) mod_negotiation: Set the appropriate mime response headers
- (Content-Type, charset, Content-Language and Content-Encoding)
- for negotated type-map "Body:" responses (such as the error
- pages.) [André Malo <nd@perlig.de>]
-
- *) mod_log_config: Allow '%%' escaping in CustomLog format
- strings to insert a literal, single '%'.
- [André Malo <nd@perlig.de>]
-
*) Fix the building of cgi command lines when the query string
contains '='. PR 13914 [Ville Skyttä <ville.skytta@iki.fi>,
Jeff Trawick]
implementation which broke IPv4 listening sockets on some
systems. [hiroyuki hanai <hanai@imgsrc.co.jp>]
+
+ [Apache 2.1.0-dev includes those bug fixes and changes with the
+ Apache 2.0.xx tree as documented, and except as noted, below.]
+
+Changes with Apache 2.0.44
+
+ *) Add version string to provider API. [Justin Erenkrantz]
+
+ *) build: './configure && make' now works without an in-tree
+ apr and apr-util. [Wilfredo Sanchez]
+
+ *) mod_negotiation: Set the appropriate mime response headers
+ (Content-Type, charset, Content-Language and Content-Encoding)
+ for negotated type-map "Body:" responses (such as the error
+ pages.) [André Malo <nd@perlig.de>]
+
+ *) mod_log_config: Allow '%%' escaping in CustomLog format
+ strings to insert a literal, single '%'.
+ [André Malo <nd@perlig.de>]
+
*) mod_autoindex: AddDescription directives for directories
now work as in Apache 1.3, where no trailing '/' is
specified on the directory name. Previously, the trailing