You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2019/09/24 16:39:11 UTC

svn commit: r1867471 - /perl/modperl/trunk/Changes

Author: stevehay
Date: Tue Sep 24 16:39:11 2019
New Revision: 1867471

URL: http://svn.apache.org/viewvc?rev=1867471&view=rev
Log:
Update Changes file with recent changes

Modified:
    perl/modperl/trunk/Changes

Modified: perl/modperl/trunk/Changes
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/Changes?rev=1867471&r1=1867470&r2=1867471&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Tue Sep 24 16:39:11 2019
@@ -12,6 +12,15 @@ Also refer to the Apache::Test changes l
 
 =item 2.0.11-rc1
 
+Fix [CVE-2011-2767] Arbitrary Perl code execution in the context of the user
+account via a user-owned .htaccess. Patch from bugs.debian.org #644169. [Jan
+Ingvoldstad <ja...@ifi.uio.no>]
+
+Fix potential test suite hangs due to pipelined response deadlocks. Patch
+from rt.cpan.org #82409. [Zefram <ze...@fysh.org>]
+
+Fix t/compat/request.t failures [Steve Hay]
+
 Fix use-after-free segfault in ap_server_config_defines seen on start-up on
 OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]