[svn:modperl-modules] rev 128 - Apache-Scoreboard-1.0/trunk
[email protected] 22 Jan 2005 02:02:16 -0000
| Newsgroups | perl.modperl.modules.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: stas
Date: Fri Jan 21 18:02:15 2005
New Revision: 128
Modified:
Apache-Scoreboard-1.0/trunk/Changes
Apache-Scoreboard-1.0/trunk/Scoreboard.pm
Log:
start 0.14
Modified: Apache-Scoreboard-1.0/trunk/Changes
==============================================================================
--- Apache-Scoreboard-1.0/trunk/Changes (original)
+++ Apache-Scoreboard-1.0/trunk/Changes Fri Jan 21 18:02:15 2005
@@ -1,11 +1,19 @@
+0.14 -
+
+
+
0.13 - Fri Jan 21 21:00:23 EST 2005
fix a segfault introduced by 0.12
+
+
0.12 - Thu Jan 20 20:32:01 EST 2005
add glue for the $s->vhost accessor
+
+
0.11 - Mon Jan 3 13:44:07 EST 2005
require mod_perl 1.0 so it won't be attempted to be used with mod_perl
@@ -13,6 +21,8 @@
take over the maintenance from Doug.
+
+
0.10 - February 8, 2000
fixed core dump in $image->servers($i), thanks to Stas for the spot
Modified: Apache-Scoreboard-1.0/trunk/Scoreboard.pm
==============================================================================
--- Apache-Scoreboard-1.0/trunk/Scoreboard.pm (original)
+++ Apache-Scoreboard-1.0/trunk/Scoreboard.pm Fri Jan 21 18:02:15 2005
@@ -10,7 +10,7 @@
BEGIN {
no strict;
- $VERSION = '0.13';
+ $VERSION = '0.14';
@ISA = qw(DynaLoader);
if ($ENV{MOD_PERL}) {
__PACKAGE__->bootstrap($VERSION);