diff options
| author | Stef Walter <stef@memberwebs.com> | 2009-10-28 23:58:42 +0000 | 
|---|---|---|
| committer | Stef Walter <stef@memberwebs.com> | 2009-10-28 23:58:42 +0000 | 
| commit | c72a56622686975203ff8380473e24f567eb0259 (patch) | |
| tree | bf55cf6aadc37d584b5bec16e3dcd2cfe7836747 /NEWS | |
| parent | 5b8f4f1a6cc9fbf525caa385873a0a668705c3cc (diff) | |
Release version 0.9.5v0.9.5
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 55 | 
1 files changed, 54 insertions, 1 deletions
| @@ -1 +1,54 @@ -See ChangeLog
\ No newline at end of file +0.9.5  [2009-10-28] +    - Move development to git. +    - Add more MIB files from Freebsd and BSNMP +    - Support IPv6 addresses in urls and requests via IPv6. +    - Builds on Solaris +    - Fix memory leaks +    - Better config file parsing. + +0.9.4  [2009-01-19] +    - Add support for creating multiple CFs in rrdbot-create. [Stoned Elipot] + +0.9.3  [2009-01-16] +    - Add support for printing out MIB name in rrdbot-get + +0.9.2  [2008-09-25] +    - Add parameter to specify bind address. + +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 + + +0.8  [2007-07-16] +    - Fix assertion when reallocating SNMP request memory + +0.7 +    - Use my real name 'Stef Walter' +      See: http://memberwebs.com/nielsen/ + +0.6 +    - Fix bug with asynchronous resolver when daemonizing + +0.5 +    - Added SNMP version 2c support for rrdbot-get [Stoned Elipot] +    - Fixed asynchronous resolving on FreeBSD +    - Fix bug where rrdbot-create ignored '-c' argument [benj] +    - Remove pid file when exiting [benj] +    - Fix bug where config files are not enumerated on reiserfs [benj] + +0.4 +    - Reduced memory usage of SNMP requests +    - Added asynchronous DNS resolver +    - Added support for RRD files not in the normal places +    - Added SNMP version 2c support + +0.3 +    - Initial public release | 
