"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 GKrellM_SNMP Changelog:
2
3 1.1 (2009-01-03)
4 - License clarification (thanks to Debian maintainers)
5 - Removed unnecessary linking to libssl
6
7 1.0 (2006-05-01)
8 - Makefile changes for OS-X (thanks to Mark Duling)
9 - Added grid config to charts
10
11 0.22 (2003-09-21)
12 - net-snmp is the default now, use make ucdsnmp if necessary
13 - tcp/udp transport (patch from Quentin Garnier)
14 - added chart config save/load functions
15
16 0.21 (2003-09-21)
17 - some snmp bugfixes
18 - tooltips reenabled
19 - ucd-snmp and net-snmp ready
20
21 0.20 (2003-08-11)
22 - initial GKrellM2 support (req. by Kyle Davenport)
23
24 0.19-pre (2002-03-13)
25 - initial GKrellM chart support
26 - One can now monitor sysUpTime.0 (req. by Josenivaldo Benito Junior)
27 - ex. STREAM support (i.e. to use ssh tunneling)
28
29 0.18 (2001-07-27)
30 - probe button and capability display
31 - display device uptime in tooltip
32 - fixed field height with short labels (Ben Winslow)
33 - fixed problem with empty labels
34 - fixed the error state (Eric Lindvall)
35
36 0.17 (2001-05-09)
37 - added button for auto scale feature
38 - added divisor feature
39 - empty field proof configuration file reading
40
41 0.16 (2001-04-03)
42 - fixed a major bug (Ben Winslow)
43
44 0.15 (2001-03-29)
45 - fixed extended ASN1 types.
46 - delta monitoring. (eg. monitor packet counters instead of gauges)
47 - using whitespace in label and unit is save now.
48
49 0.14 (2001-02-02)
50 - Symbolic OIDs are working.
51 - work-around : early freeing of snmp session caused errors
52
53 0.13 (2001-01-23)
54 - Failed DNS lookups won't harm GKrellM anymore.
55
56 0.12 (2001-01-22)
57 - minor tweaks for GKrellM 1.0.4
58
59 0.11 (2000-11-30)
60 - Tooltips with verbose info.
61 - Errors get reported to tooltip instead of clobbering STDERR
62
63 0.10 (2000-09-25)
64 - You may now select the delay between reader updates
65 - Workaround for buggy cisco's reporting ASN_INTEGER's as ASN_BOOLEAN
66
67 0.9 (2000-07-25)
68 - monitored values will be cached. E.g. you can switch themes without
69 losing the monitor (SNMP is to slow to re-read values that fast)
70
71 0.8 (2000-06-05)
72 - Bill mentioned some change for upcoming 0.10.0
73 - Fixed ASN.1 return type strangeness with cisco7204VXR router
74 thanks to Stefan Raab <stefan.raab@nextel.com> who
75 brought that to my attention and provided hardware access
76
77 0.7 (2000-06-04)
78 - clean up's for first public release!
79
80 0.6 (2000-06-01)
81 - fixed some string allocation error (uninitialized)
82 - finaly made SNMP request asynchronos!
83
84 0.5 (2000-05-11)
85 - different panel styles for active/errored monitors
86
87 0.4 (2000-05-09)
88 - Fixed a major Segfault - that was way to easy...
89
90 0.3 (2000-05-07)
91 - Makefile fix for FreeBSD
92 - Makefile fix concerning missing PLUGIN_DIR
93 - Slider now disabled (will be optional sometime)
94 - You can now have multiple SNMP monitors
95
96 0.2 (2000-05-06)
97 - added ChangeLog, README, Makefile
98
99 0.1 (2000-05-05)
100 - proof of concept, test release