-*- coding: utf-8 -*-
Changes with Apache 2.0.60
+ *) htdbm: Fix crash processing -d option in 64-bit mode on HP-UX.
+ [Jeff Trawick]
+
*) proxy_http.c: Overlay existing cookies with proxied ones, ala
httpd-2.2. [Jim Jagielski]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * htdbm: Fix crash in 64-bit mode on HP-UX caused by unexpected
- placement of crypt() prototype (unistd.h).
- Trunk version of patch:
- http://svn.apache.org/viewcvs?rev=393364&view=rev
- 2.0.x version of patch:
- Trunk version works
- +1: trawick, wrowe, rpluem
- wrowe adds; even if ineffective for some oddball machine, this
- patch is entirely harmless.
-
* mod_ssl: Solve POST incompatible w/ renegotiate HTTPS connection
(This was already committed to 2.2.x, and the reports persist.)
http://issues.apache.org/bugzilla/show_bug.cgi?id=12355