Mailing List Archive

svn commit: r1894283 - /perl/modperl/trunk/Changes
Author: stevehay
Date: Fri Oct 15 08:55:54 2021
New Revision: 1894283

URL: http://svn.apache.org/viewvc?rev=1894283&view=rev
Log:
Update Changes for previous commit

Modified:
perl/modperl/trunk/Changes

Modified: perl/modperl/trunk/Changes
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/Changes?rev=1894283&r1=1894282&r2=1894283&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Fri Oct 15 08:55:54 2021
@@ -1,3 +1,5 @@
+=encoding utf8
+
=head1 NAME

Changes - Apache mod_perl changes logfile
@@ -12,6 +14,9 @@ Also refer to the Apache::Test changes l

=item 2.0.12-dev

+Fix detection of APR's threading support on RHEL 8. [Petr PísaÅ?
+<ppisar@redhat.com>]
+
Fix build for perl >= 5.33.7. [Leon Timmermans <fawaka@gmail.com>]

Fix SIGSEGV crash due to wrong use of perl_parse(). [.Charles Pigott
@@ -736,7 +741,7 @@ improve the diagnostics when detecting m
which files and/or dirs need to be removed [Stas]

restore the DESTDIR support partially nuked by the apache2 rename
-branch [Torsten Förtsch <torsten.foertsch gmx.net>]
+branch [Torsten Förtsch <torsten.foertsch gmx.net>]

add APR::Status to provide functions corresponding to the
APR_STATUS_IS_* macros of apr_errno.h, especially those composites
@@ -1148,7 +1153,7 @@ Fix Modperl::Util::unload_package() [.Goz
- Leave entries from other packages alone

$filter->remove now works with native (non-modperl) filters + test
-[Torsten Förtsch <torsten.foertsch gmx.net>]
+[Torsten Förtsch <torsten.foertsch gmx.net>]



@@ -2170,7 +2175,7 @@ Make sure that the static mod_perl libra

Apache::Status now generates HTML 4.01 Strict (and in many cases, also
ISO-HTML) compliant output. Also add a simple CSS to make the reports
-look nicer. [Ville Skyttä <ville.skytta@iki.fi>]
+look nicer. [Ville Skyttä <ville.skytta@iki.fi>]

APR::Pool::DESTROY implemented and tweaked to only
destroy pools created via APR::Pool->new() [Geoffrey Young]