summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-01-13 15:56:05 +0000
committerStef Walter <stef@memberwebs.com>2010-01-13 15:56:05 +0000
commite43bf99d505c280c694da7ccd0ab68b5deec187b (patch)
tree737cfcc8de72d9370e520c0d6b4ad260faf932d9 /NEWS
parent8da4a095b4f6bdc8ba3f96c76ab789bc2c330281 (diff)
Auto generate changelog from git, and use NEWS file properly.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c7ab92a..77dc73a 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,31 @@
-See ChangeLog \ No newline at end of file
+0.8
+ - Support FreeBSD 7.2 jails.
+
+0.7
+ - Use new allocated OID from begemot
+ - Remove innaccurate jailResidentSize
+
+0.6
+ - Use allocated OID from begemot
+
+0.5
+ - Add support for monitoring CPU time of a jail.
+ - Number of threads in jail exposed via SNMP.
+ - Tracking of combined RSS memory of jail.
+ - Don't run jail-measure if no jails are running.
+
+0.4
+ - Fix problems with capturing IPv6 packets.
+
+0.3
+ - Support multiple IPs per jail.
+
+0.2
+ - Add tracking of number of processes.
+ - Don't include jails that have no processes (FreeBSD has these
+ when a socket is hung in an open state).
+ - Add tracking of the amount of disk space and files used by
+ the jail.
+
+0.1
+ - Initial Release