diff options
-rw-r--r-- | doc/CHANGELOG | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index d28be31..59eb6db 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG | |||
@@ -1,3 +1,41 @@ | |||
1 | 0.3 (2010-10-04) | ||
2 | * general | ||
3 | - improved support for utf8 filenames | ||
4 | - use default color palette in graphs when not defined | ||
5 | - automatic alignment of graph legend | ||
6 | - show static error image when plugin is not supported (remove php_gd dependency) | ||
7 | |||
8 | * config settings: | ||
9 | - rrdtool executable | ||
10 | - rrdtool options | ||
11 | - default graph time range | ||
12 | - show load averages on overview page | ||
13 | - browser cache time for graph images | ||
14 | |||
15 | * plugins (new): | ||
16 | - apache | ||
17 | - bind | ||
18 | - conntrack | ||
19 | - hddtemp | ||
20 | - memcached | ||
21 | - netlink | ||
22 | - nfs | ||
23 | - ntpd | ||
24 | - nut | ||
25 | - ping | ||
26 | - tcpconns | ||
27 | - uptime | ||
28 | - vmem | ||
29 | - wireless | ||
30 | |||
31 | * plugins (updated): | ||
32 | - interface: traffic in bytes (instead of bits) | ||
33 | - irq: use default color palette | ||
34 | - memory: locked state (Solaris) | ||
35 | - processes: ability to monitor specific processes | ||
36 | - processes: fork rate | ||
37 | |||
38 | |||
1 | 0.2 (2010-01-02) | 39 | 0.2 (2010-01-02) |
2 | - new layout and styling (thanks to Daniel Von Fange) | 40 | - new layout and styling (thanks to Daniel Von Fange) |
3 | - fancy ajax to expand/collapse plugin information | 41 | - fancy ajax to expand/collapse plugin information |
@@ -6,5 +44,6 @@ | |||
6 | - swap_io support | 44 | - swap_io support |
7 | - unixsock flush support | 45 | - unixsock flush support |
8 | 46 | ||
47 | |||
9 | 0.1 (2009-09-24) | 48 | 0.1 (2009-09-24) |
10 | - initial release | 49 | - initial release |