Author: stevehay
Date: Wed May 13 19:17:54 2015
New Revision: 1679260
URL: http://svn.apache.org/r1679260
Log:
Add a Changes entry for the biggest change in this version, which is as-yet
unmentioned in the Change file!
If my reading of the SVN history is correct, this was started by Torsten,
finished for *nix by Jan, largely fixed up for Windows by me, and with a few
contributions from gozer. My apologies if I've missed anyone. If so then speak
up during the RC phase to get your name in lights and receive fame, fortune and
probably more spam.
Modified:
perl/modperl/trunk/Changes
Modified: perl/modperl/trunk/Changes
URL:
http://svn.apache.org/viewvc/perl/modperl/trunk/Changes?rev=1679260&r1=1679259&r2=1679260&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Wed May 13 19:17:54 2015
@@ -12,6 +12,9 @@ Also refer to the Apache::Test changes l
=item 2.0.9-dev
+Add support for Apache httpd-2.4.x. [Torsten Foertsch, Jan Kaluza,
+Steve Hay, Gozer]
+
Don't call modperl_threaded_mpm() et al. from XS code. Fixes Debian Bug
#765174. [Niko Tyni <[email protected]>]