[svn:modperl-modules] rev 190 - in Apache-Scoreboard-2.0/trunk: . lib/Apache
[email protected] 18 Mar 2005 21:53:35 -0000
| Newsgroups | perl.modperl.modules.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: stas Date: Fri Mar 18 13:53:35 2005 New Revision: 190 Modified: Apache-Scoreboard-2.0/trunk/Changes Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm Log: start 2.07 - dev Modified: Apache-Scoreboard-2.0/trunk/Changes ============================================================================== --- Apache-Scoreboard-2.0/trunk/Changes (original) +++ Apache-Scoreboard-2.0/trunk/Changes Fri Mar 18 13:53:35 2005 @@ -1,3 +1,5 @@ +2.07 - dev + 2.06 - Fri Mar 18 13:50:49 EST 2005 fix the buggy reconstruction of the fetched binary image in thaw() Modified: Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm ============================================================================== --- Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm (original) +++ Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm Fri Mar 18 13:53:35 2005 @@ -1,6 +1,6 @@ package Apache::Scoreboard; -$Apache::Scoreboard::VERSION = '2.06'; +$Apache::Scoreboard::VERSION = '2.07'; use strict; use warnings FATAL => 'all';