[svn:modperl-modules] rev 188 - in Apache-VMonitor-2.0/trunk: . lib/Apache
[email protected] 18 Mar 2005 21:49:38 -0000
| Newsgroups | perl.modperl.modules.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: stas Date: Fri Mar 18 13:49:38 2005 New Revision: 188 Modified: Apache-VMonitor-2.0/trunk/Changes Apache-VMonitor-2.0/trunk/lib/Apache/VMonitor.pm Log: start 2.04-dev Modified: Apache-VMonitor-2.0/trunk/Changes ============================================================================== --- Apache-VMonitor-2.0/trunk/Changes (original) +++ Apache-VMonitor-2.0/trunk/Changes Fri Mar 18 13:49:38 2005 @@ -2,6 +2,10 @@ =over +=item 2.04 - dev + + + =item 2.03 - Fri Mar 18 15:26:11 EST 2005 use %Apache::VMonitor::longflags long status lookup table, using the @@ -15,12 +19,15 @@ Elapsed and LastReq fields are now working properly, but for Apache 2.x users: Apache 2.0.53 or higher is required. + + =item 2.02 - Fri Jan 21 17:07:53 EST 2005 Apache::Scoreboard 0.12 added the vhost accessor, so use it in the presentation. + =item 2.01 - Sun Oct 31 16:09:07 EST 2004 sync API changes with mp1.99_15 Modified: Apache-VMonitor-2.0/trunk/lib/Apache/VMonitor.pm ============================================================================== --- Apache-VMonitor-2.0/trunk/lib/Apache/VMonitor.pm (original) +++ Apache-VMonitor-2.0/trunk/lib/Apache/VMonitor.pm Fri Mar 18 13:49:38 2005 @@ -1,6 +1,6 @@ package Apache::VMonitor; -$Apache::VMonitor::VERSION = '2.03'; +$Apache::VMonitor::VERSION = '2.04'; require 5.006;