0.15 - Fri Mar 11 18:51:32 EST 2005

use PERL_NO_GET_CONTEXT macro to make the module run faster under
ithreads-enabled perl

fix req_time doc (returns msec, not usec)

added a new method $image->server_limit, which is the same as
HARD_SERVER_LIMIT added for future compat with Apache::Scoreboard 2.x.


0.14 - Sun Feb 27 22:33:07 EST 2005

added a live test suite

fix another segfault introduced by 0.12: don't try to resolve vhostrec
for Apache::DummyScoreboard, since it can only be resolved inside the
running Apache server (i.e. in the mod_perl script/handler).


0.13 - Fri Jan 21 21:00:23 EST 2005

fix a segfault introduced by 0.12: check whether vhostrec pointer is
not NULL, before resolving it.



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
2.0.

take over the maintenance from Doug.



0.10 - February 8, 2000

fixed core dump in $image->servers($i), thanks to Stas for the spot

0.09 - January 31, 2000

added $image->self method

fixed bug in thaw() (Zero the scoreboard image)

0.08 - December 7, 1999

most of example code moved to Apache::ScoreboardGraph

thaw() uses my_scoreboard_image instead of ap_scoreboard_image

0.07 - December 5, 1999

req_time and scalar times will return 0 if access_count == 0

0.06 - December 5, 1999

removed pid-test

added examples/

added Apache::Scoreboard->{pids,fetch_store,retrieve} methods

added Apache::Scoreboard::size_string function

added apxs/mod_scoreboard_send.c

added docs

added Apache::ParentScore->{next,server} methods

Apache::ShortScore class renamed to Apache::ServerScore

0.05 - November 28, 1999

$server->status is now a dual-var

added times(), start_time(), stop_time(), req_time() methods

fetch() is more robust

0.04 - November 23, 1999

added send/fetch methods

0.03 - October 14, 1999

added Apache::ShortScore client and request methods
[Stas Bekman <sbekman@iil.intel.com>]

fix PREFIX for Apache::ShortScore [Stas Bekman <sbekman@iil.intel.com>]

0.02 - October 5, 1999

first release