
fred at redhotpenguin
Apr 5, 2009, 12:27 PM
Post #1 of 2
(750 views)
Permalink
|
|
Fwd: svn commit: r762135 - /perl/modperl/branches/1.x/lib/Apache/Status.pm
|
|
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: <phred[at]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-cvs[at]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-unsubscribe[at]perl.apache.org For additional commands, e-mail: dev-help[at]perl.apache.org
|