-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
69 lines (40 loc) · 1.78 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
=head1 CHANGES (Apache::VMonitor)
=over
=item 2.07 - Mon May 28 2012
removed dependency on apache_scoreboard being available during compilation
(it was causing loading errors in Apache:VMonitor was loading in httpd.conf
sections and/or PostConfigRequire)
made the dependency on GTop optional, although it reduces the information
available
look for httpd in some standard places so you don't need to pass it on
the make command line (if you have a standard or distribution install
and this doesn't work, let me know where you have apache installed and
I'll add it).
=item 2.06 - Fri Aug 4 2006
mod_perl2 API change support
documentation improvements
=item 2.05
mod_perl2 API change support
=item 2.03 - Fri Mar 18 15:26:11 EST 2005
use %Apache::VMonitor::longflags long status lookup table, using the
values returned by status() in the string context. So we always give
the right value (previously we were looking up by a hardcoded index,
which might have been incorrect if new entries were added in the
scoreboard, but not at the end).
support new scoreboard status flags added in Apache 2.0
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
in the single process mode view sort 'Memory Maps' and 'Loaded Libs
Sizes' by filename
drop 5.005 support. It's too much of a hassle. version 0.08 is
available for those who are stuck with 5.005.
=item 2.0 - Mon Dec 22 12:57:00 PST 2003
A complete rewrite of the previous generation to use Template Toolkit,
be subclassable and support mod_perl 1st and 2nd generations.
=back
=cut