Author: stas Date: Sun Jan 2 14:33:14 2005 New Revision: 91 Modified: Apache-Scoreboard-2.0/trunk/Changes Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm Log: start 2.04 dev cycle Modified: Apache-Scoreboard-2.0/trunk/Changes ============================================================================== --- Apache-Scoreboard-2.0/trunk/Changes (original) +++ Apache-Scoreboard-2.0/trunk/Changes Sun Jan 2 14:33:14 2005 @@ -1,4 +1,8 @@ +2.04 - + + + 2.03 - Sun Jan 2 17:24:54 EST 2005 in thaw() replace the usage of memmove with apr_pmemdup, since objects 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 Sun Jan 2 14:33:14 2005 @@ -1,6 +1,6 @@ package Apache::Scoreboard; -$Apache::Scoreboard::VERSION = '2.03'; +$Apache::Scoreboard::VERSION = '2.04'; use strict; use warnings FATAL => 'all';