Update Changes file with recent changes

git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1867471 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/Changes b/Changes
index 4763ec2..980a2a0 100644
--- a/Changes
+++ b/Changes
@@ -12,6 +12,15 @@
 
 =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 <jani+debian-2011+@ifi.uio.no>]
+
+Fix potential test suite hangs due to pipelined response deadlocks. Patch
+from rt.cpan.org #82409. [Zefram <zefram@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]