summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-07-08 14:53:59 +0000
committerStef Walter <stef@memberwebs.com>2008-07-08 14:53:59 +0000
commit723785873edd5fc3c00fefc8894a2c2085676313 (patch)
tree6d2572cb730f9b3f8444690c2a7afeafdee22368 /ChangeLog
parent382f51431521d56f013231c1f657fee577072bcd (diff)
- Fix bug with table queries in rrdbot-get
- rrdbot-get now prints out unsigned integers properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff35012..f130d9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+0.9.1 [2008-07-07]
+ - Fix bug with table queries in rrdbot-get
+ - rrdbot-get now prints out unsigned integers properly.
+
0.9 [2008-04-16]
- Support failover between multiple agents.
- Support table queries by looking up table indexes.
- Major refactoring of internals.
- Warn and ignore MIBs that we don't recognize.
- - Support parsing strings into integers and floats
+ - Support parsing strings into integers and floats
0.8 [2007-07-16]