diff options
author | Stef Walter <stef@memberwebs.com> | 2008-07-08 14:53:59 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-07-08 14:53:59 +0000 |
commit | 723785873edd5fc3c00fefc8894a2c2085676313 (patch) | |
tree | 6d2572cb730f9b3f8444690c2a7afeafdee22368 /ChangeLog | |
parent | 382f51431521d56f013231c1f657fee577072bcd (diff) |
- Fix bug with table queries in rrdbot-get
- rrdbot-get now prints out unsigned integers properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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] |