Gozer, I probably should have pinged you before I checked this in seeing as how we are in the middle of an mp1 release. I have been tracking that thread and it looked like dwheeler and you were working out a final fix, and I didn't see a checkin there in the last couple days so I assumed that you were going to make a commit and then run a final rc. Let me know if that is not the case, and what I should do; this is a one character change and I assume something that we would want to ship with the final release.
- Fred ---------- Forwarded message ---------- From: <ph...@apache.org> Date: Sun, Apr 5, 2009 at 12:04 PM Subject: svn commit: r762135 - /perl/modperl/branches/1.x/lib/Apache/Status.pm To: modperl-...@perl.apache.org Author: phred Date: Sun Apr 5 19:04:50 2009 New Revision: 762135 URL: http://svn.apache.org/viewvc?rev=762135&view=rev Log: Forgot to increment the version of Apache::Status to 2.04 with the recent security fix. Modified: perl/modperl/branches/1.x/lib/Apache/Status.pm Modified: perl/modperl/branches/1.x/lib/Apache/Status.pm URL: http://svn.apache.org/viewvc/perl/modperl/branches/1.x/lib/Apache/Status.pm?rev=762135&r1=762134&r2=762135&view=diff ============================================================================== --- perl/modperl/branches/1.x/lib/Apache/Status.pm (original) +++ perl/modperl/branches/1.x/lib/Apache/Status.pm Sun Apr 5 19:04:50 2009 @@ -2,7 +2,7 @@ use strict; use mod_perl (); -$Apache::Status::VERSION = '2.03'; +$Apache::Status::VERSION = '2.04'; my %is_installed = (); my $Is_Win32 = ($^O eq "MSWin32"); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org