usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / snmp / NEWS
blobd4f62f68efd3a4c084f4ccfa3f8bc9036eb2574b
1 This file contains major changes in released revisions.  Please read
2 the ChangeLog file for a more detailed listing of changes/bug fixes.
4 *5.0.9*
6  SECURITY:
7     - An existing user/community could get access to data in MIB
8       objects that were explicitly excluded from their view.
10  Fixes:
11     - Perl build environment should better under Windows
12     - Misc kerberos support fixes.
13     - Improvements on various manual pages.
14     - A annoying bug with SETs being passed to pass scripts was fixed.
15     - The often talked about VACM optimization improvement was fixed again.
16     - mib2c handles augmentation tables better now.
17     - Various 64 bit issues have been addressed.
19 *5.0.8*
20  New:
21     - No new features will be added to the 5.0.x line.
23  Ports:
24     - Update libtool to version 1.4.3, for the benefit of Darwin
25     - diskio support for Darwin
26     - Updates for OpenBSD 3. 
27     - Updates to solaris README
29  Fixes:
30     - find libwrap w/nsl on RedHat
31     - fix for openssl 0.9.7
32     - Fix some AgentX memory leaks
33     - use macro for inline function prototypes
34     - Attempt to find unused port before running tests
35     - Use SNMP_SLEEP environment variable when running tests
36     - calculate a proper ifSpeed under linux when possible
37     - better daemonization of snmpd
38     - close and reopen snmptrapd log files on HUP
39     - support for 16 bit reuqest ids
40     - Recognize new 't' code in display hints
41     - misc other fixes
43 *5.0.7*
44  New:
45     - VACM (access control) optimizations which will greatly benefit
46       people who wish to exclude large portions of the MIB tree from
47       some people.  Previously this was a large resource drain.
48     - Add command line option to snmpd to set syslog facility
49     - Reverse DISPLAY-HINT processing, i.e. it allows you to input data
50       formatted like a DISPLAY-HINT prescribes
51     - Support setting of sysDescr and sysObjectID via snmpd.conf
52       configuration directives
53     - New output option to force display of strings as hex
54     - Persistent directory can be specified at runtime
55     - Add support for Linux virtual interfaces in the ipAddressTable.
56     - implemented the mteEventTable and the mteEventNotificationTable
57       form the DISMAN-EVENT-MIB.
59  Fixes:
60     - AgentX no longer flagged as experimental
61     - A few memory leak fixes for the table_iterator agent API.
62     - Processed flag cleared before each pass of a set request
63     - Remove snmpd pid file on exit
64     - Restore default behaviour of building shared libraries
65     - misc other fixes
67 *5.0.6*
69  Fixes:
70     - prevent denial of service attack from authenticated users
71       (really this time).
72     - misc other fixes
74 *5.0.5*
76  New:
77     - Support for OpenSSL 0.9.7
78     - Beginning of support for AES encryption.
79       ( Currently only usable with Net-SNMP and OpenSNMP software. )
81  Ports:
82     - win32 new project files win32sdk.dsw for those with the win32
83       platform sdk.
84     - win32 builds should work properly again, minus callbacks and thus
85       AgentX.
87  Fixes:
88     - Several AgentX (the subagent protocol) specific bugs have been fixed
89     - prevent denial of service attack from authenticated users
90     - many many misc fixes
91     - The perl agent module plugin should now work.
92     - Many other perl module related fixes.
93     - net-snmp-config --ldflags properly supplies -L flags
94     - misc make test fixes and improvements.
96 *5.0.4*
98    During the testing for release 5.0.4, a release candidate was uploaded
99    to Sourceforge and marked as hidden. For variouse reasons, the release
100    was delayed and further changes and fixes were made.  However, the 
101    release candidate files still appeared on the public FTP server and our
102    mirrors. To avoid the confusion that could occur to users who may have
103    downloaded this release candidate, we are bumping the revision number
104    to 5.0.5.  If you downloaded net-snmp-5.0.4.tar.gz, please upgrade
105    to net-snmp-5.0.5.tar.gz.
107 *5.0.3*
109  New:
110     - the "dist" directory contains the beginnings of some init
111       scripts and packaging utilities.
113  Ports:
114     - win32 builds should work properly again.
116  Fixes:
117     - the 5.0.2 package had a few broken packaging problems.  Opps.
118     - a few misc fixes.
120  Perl:
121     - the perl modules should work with older versions of perl again.
123 *5.0.2*
125  New:
126     - mib2c support for the old-4.X style api and for scalars.
127     - many improvements to the netsh shell environment.
129  Fixes:
130     - tcpwrappers support should work significantly better.
131     - NFS file systems are better supported in the hrStorageTable
132     - the memory reporting no longer accidentally reports -1 integers
133     - a few memory leaks fixed in the table_iterator API
134     - fixes for Sun's "make"
135     - ds_ prefix name-space protection (-> netsnmp_ds_)
136       (run configure with --enable-ucd-compatibility for old API)
137     - v1/v2c access control fixes for ipv6 addresses
138     - many many misc fixes
140  Perl:
141     - The perl modules have a number of fixes, and the build process
142       was fixed (again).
143     - all make test suites should pass for people now.
144       (there are still some known minor limitations, but we removed the tests)
146 *5.0.1*
148  New:
149     - A new flag: -OQ which does quick printing (-Oq), but with an '=' sign.
150     - All output should now have type tags in front of them.
151       (STRING: and INTEGER: were added)
152     - the snmplib/mib.c file has been instrumented with doxygen comments.
153     - two new mib2c configuration files for generating column and enum defines.
154     - a agent coding example: agent/mibgroup/examples/notification.c
156  Perl:
157     - the SNMP perl module properly uses snmp.conf values as defaults.
158     - --with-perl should work this time.
159     - more embedded perl support, but it still isn't complete yet.
160       (the NetSNMP::OID module has received many new features)
162  Ports:
163     - added vmstat and memory support for hpux11
164     - other misc improvements for hpux11
166  Fixes:
167     - the agent should properly handle requests in the right order.
168       (e.g., restrict the agent to processing only one SET at a time)
169     - net-snmp-config --compile-subagent has been greatly improved.
170     - the tools should report the right version number.
171     - large /proc/stat files on linux shouldn't crash the agent.
172     - the smux module should handle multiple registrations better.
173     - various documentation clean ups.
174     - 64 bit address clean ups.
175     - misc other bug fixes.
177 *5.0*
179  New:
181     - Much of the agent internals were completely rewritten and sports
182       a new module API to make your life easier.  See the
183       agent/mibgroup/examples directory for example code that makes
184       use of some of the new functionality.
185       (Also see http://www.net-snmp.org/tutorial-5/agent/ which has
186       some incomplete documentation)
187     - The agent sports embedded perl, see the perl details further below.
188     - The agent supports multiple SNMPv3 contexts and mib modules can
189       now register themselves under different contexts.  (see the -n
190       option in the snmpcmd manual page for details on specifying
191       context strings in requests)
192     - The proxy code has been completely rewritten and now supports
193       the use of SNMPv3 contexts to help select which proxied host you
194       wish to talk to.  See the snmpd.conf manual page.
195     - All the tools take --configToken=value options now.  (see -H
196       output from any command for what configTokens it accepts)
197     - All the tools can speak over many different transport layers
198       now, including UDP/TCP (ipv4 and ipv6), AAL5pvc, and IPX.  See
199       ./configure --help for details on enabling them.
200       Note: the -p and -T flags to all the applications have been
201       removed.  Use hostname strings like "tcp:localhost:9999"
202       instead.  See the snmpcmd manual page for details.
203     - snmptrapd now acts as an agentx subagent and implements portions
204       of the NOTIFICATION-LOG-MIB to allow captured traps and informs
205       to be queried.
206     - A "net-snmp-config" script will get installed which can report
207       how the various tools were built (which libraries they were
208       linked against, etc).  It will also help you do other things as
209       well, like setting up snmpv3.  Run net-snmp-config --help for details.
210     - kerberos authenticated and encrypted SNMPv3 is now possible.
211       See ./configure --help for details on enabling the ksm security module.
212     - The AgentX subagent protocol implementation has many new
213       features and fixes.
214     - mib2c was completely rewritten and has a much improved
215       configuration file specification.
216     - Much of the code is getting documented with "doxygen" style
217       documentation.  Run "make docs" if you have doxygen installed.
218     - some RMON support is available.
219       (See agent/mibgroup/Rmon/README for details.)
220     - The source tree has been reorganized and all the exported header
221       files are now in the include subdirectory.  You can now point to
222       the includes easily without having to run "make install" first.
223     - the agent now requires a configuration file to access any information.
224     - The entire code base has had indent run on it to effect a
225       consistent coding style.  See the CodingStyle file for details.
227  Perl:
228     
229     - The SNMP perl module now calls init_snmp() like real net-snmp
230       applications, which means it will read snmp.conf configuration
231       files, etc.
232     - new perl specific configure options --with-perl-modules &
233       --enable-embedded-perl.  See ./configure --help for details.
234     - The beginnings of some new Perl modules (alpha level quality)
235       are in the perl directory, including:
236       - NetSNMP::agent which allows perl scripts to become net-snmp
237         master or subagents
238       - AnyData::SNMP is available that implements a perl DBI
239         interface to map SQL commands to SNMP.  Included is a "netsh"
240         shell where SQL commands can be typed, aliases created, etc.
241         See the perl/AnyData_SNMP/INSTALL file for details.
242     - Beginning (alpha level quality) support for embedding perl
243       subroutines directly within the net-snmp agent.
245 UCD-SNMP NEWS:
247 *4.2.6*
248  Big fixes:
249     - Fixes to the Tunnel mib.
250     - Deprecated the non-raw objects in the system stats MIB portion.
251     - Testing harness fixes.
252     - Network file system improvements fro the hrStorageTable. 
253     - fixed snmptable.
254     - fixed the memory table (again) locking to 2^31 in value.
255     - Misc documentation fixes and clean-ups.
256     - Many other misc fixes.
258 *4.2.5*
259  Bug fixes:
260     - The perl module actually works.  Sorry about that.
261     - don't overwrite the PID of an already-running snmpd with the PID
262       of an abortive snmpd.
263     - a 64 bit architecture socket fix
264     - smux authentication fixed for multiple connected sessions.
265     - dynamic module support testing in the configure
266     - memory values > 32bits are now reported as a maxed out 32bit number
268 *4.2.4*
269  New:
270     - badCommunityNames and badCommunityUses Counters supported.
271     - tcp_wrappers support for snmptrapd.
273  Bug fixes:
274     - A security issue involving the snmpnetstat command accepting
275       illegal data from a faked snmp server.
276     - RPM library support fixes.
277     - shared libraries built by default.
278     - many bug fixes for conformance of target, notification, and vacm tables
279     - many other fixes.
281  Ports:
282     - HPUX 11
283     - Dynix/PTX 4.4
284     - The snmpd demon can properly run as a windows service
286 *4.2.3*
287  New:
288     - sysLocation, sysContact, sysName and snmpEnableAuthenTraps are
289       persistent after being set remotely.
290     - New "ignoredisk" directive to ignore disks in the host resources mib.
292  Bug Fixes:
293     - The ifTable on Linux no longer reports duplicate interfaces.
294     - perl scripts print better error messages if needed modules
295       aren't available.
296     - trap sinks aren't duplicated after a SIGHUP. 
297     - misc other fixes.
299  Ports:
300     - improved irix support.
301     - more mibII support for windows.
303 *4.2.2*
304  Security Bug Fixes:
305     - A few security bugs have been found and fixed. No known exploits
306       have been released to date. However, users are encouraged to
307       upgrade to the 4.2.2 release as soon as possible.
309  Bug fixes:
310     - many misc bug fixes.
311     - misc documentation corrections.
312     - updated libtool to 1.4.  This fixes a couple of platforms (eg, NetBSD).
314  Ports:
315     - mibII support for win32
316     - It should compile and work on MacOS X (Darwin)
317     - udpTable supported on solaris.
318     - win32 borland compiler supported (see win32/config.h.borland)
320  New:
321     - tkmib supports SETs and saving of configuration data.
322     - snmpwalk detects out of order OIDs being returned from an agent.
323     - snmpset accepts the '=' sign for a datatype if the mib is
324       available to extract the datatype from instead.
326 *4.2.1*
327  Administrative:
328     - The http://www.net-snmp.org/ web site and domain name is now active.
329     - Copyright statement for changes beyond 4.2 is now a true BSD license.
330       (see the COPYING file for details)
332  Major Bug fixes:
333     - AgentX master agent no longer crashes when a subagent disconnects.
334     - counter64 encoding fixed.
335     - oids with large numbers embedded in them should work properly (again).
336     - Fixed behavior of agent_check_and_process() and alarms.
337     - mib2c handles more variable types.
338     - traps/informs are sent properly from agentx subagents.
339     - many many more bug fixes have gone into this release.
341  New:
342     - The snmpconf configuration file editor can create snmptrapd.conf files.
343     - AgentX support is compiled in by default, but must be configured now.
344       (Add "master on" to your snmpd.conf file to enable agentx support)
346 *4.2*
348  Administrative:
349     - project services moved to http://www.net-snmp.org/project/
351  Features:
352     - Packets sequences are now shorter when possible, reducing packet sizes.
353     - A new configuration file creation tool: snmpconf.
354       (try snmpconf -g basic_setup)
355     - A new command to remotely list disk space: snmpdf.
356     - the agent VACM tables are now writable.
357     - a new snmpvacm tool can be used to change the running vacm configuration.
358     - dynamicly loadable mib module support for the agent.
359       (see snmpd.conf on the dlmod directive)
360     - minimal proxy support for snmpd
361       (see snmpd.conf on the proxy directive)
362     - libtool is now used to compile the package (better shared-library support)
363     - the agent now supports the SNMP-NOTIFICATION-MIB.
364       (enabled by default).
365     - the agent can set trapsink using snmpcmd command line style parameters
366       (see the trapsess section of the snmpd.conf manual page)
367     - index matching in oids has been improved
368       (see the snmpcmd manual page on -Ox, -OE, and -Ob).
369     - snmptrapd has new formating directives.
370       (see the snmptrapd manual page on format1 and format2).
371     - the agent can listen to multiple ports.
372     - the agent can be restricted to listening on only certain interfaces.
373     - the agent can be told at run time which mib modules (not) to initialize.
374       (see the -I option in the snmpd.conf manual page)
375     - the agent can run as a particular user.
376     - snmptable takes a -Ci argument to show table indices.
377     - snmptable uses GETBULK requests when it can (unless -CB is specified).
378     - The "make test" suite contains a lot of new tests.
379     - cross-compiling support.
380     - snmpset checks types and range values for legality.
381     - Significant improvements to the AgentX support.
382       (Code is still beta, but probably safe for use on non-critical systems).
384  Perl:
385     - bulkwalk functionality for the SNMP perl module.
386     - entirely numeric OID support.
387     - support for best guess mode for OIDs.
388     - range and default value access added.
389     - build can now be targeted against a non-standard net-snmp install path.
391  Fixes:
392     - v3 traps/informs handled properly now.
393     - Many more misc bug fixes.
394     - snmpv3 engineIDs not IP address specific.
396 *4.1.2*
397  Fixes:
398     - Host resources fixes for FreeBSD and NetBSD
399     - ucd-snmp memory/vmstat fixes for FreeBSD-3
400     - configure --enable-ipv6 fixes
401     - AIX fix (use knlist)
402     - fix init_master_agent calling exit
403     - bad free in subagent.c
404     - dont let a agentx subagent be a smux master
405     - ucd-snmp/loadave fix for AIX
406     - fix doing a set on a pass variable
407     - snmptable fixes
408     - snmpnetstat fixes for v2c exceptions
409     - man page fixes
411  Features:
412     - Some UnixWare 5 configuration support
413     - configure --enable-mini-agent --without-openssl
414     - snmptrapd -n
415     - snmp_log callbacks
416     - noTokenWarnings and noRangeCheck in snmp.conf
417     - using a counter type in snmpset/snmptrap
419 *4.1.1*
420  Fixes:
421     - Better agent handling of unauthorized requests.
422     - Better "make test" support.
423     - Misc bug fixes.
425 *4.1*
426  New:
427     - Many new command line flags have been added for input/output flexibility.
428       (see the snmpcmd(1) manual page on the -O flag and -I flag)
429     - The tools support regex matching of oids on the command line.
430       (see the snmpcmd(1) manual page on the -Ib option)
431     - A ucd-snmp usage tutorial has been placed on the main web page.
432       (see http://www.net-snmp.org/tutorial/)
433     - snmptable is much smarter and handles sparse tables better.
434     - tkmib supports snmpv3.
435     - New agent libraries to embed SNMP and AgentX agents into other programs.
436       (see the snmp_agent_api(3) manual page and the tutorial)
437     - SNMP over TCP is supported.
438       (-T TCP on the command lines)
439     - OpenSSL has replaced KMT for SHA authentication and DES encryption.
440       (Get OpenSSL from http://www.openssl.org/).
441     - Some easier-to-use access-control snmpd.conf directives for simple setups.
442       (see the snmpd.conf(5) manual page)
443     - Easier setup of SNMPv3 support for the agent.
444       (see the README.snmpv3 file).
445     - Command line argument parsing has been reworked for getopt() use.
446       (currently backwards compatible; see the snmpcmd(1) manual page)
447     - Table rows with embedded strings are dealt with for both input and output.
448       (see the snmpcmd(1) manual on the -Ob flag)
449     - Many more snmp.conf directives supported.
450       (see the snmp.conf(5) manual page)
451     - Many AgentX improvements.
452     - All of our distributed mibs have been updated to be SMIv2 compliant.
453     - Trap support in the agent has been cleaned up and an API created.
455  Perl:
456     - Joe Marzot's perl module is now included with the ucd-snmp source.
457       (this should help people trying to synchronize the two packages)
459  Fixes:
460     - SMUX support has been reintegrated into the agent in a better way.
461     - Many many others.
463 *4.0.1*
464  New:
465     - defVersion in snmp.conf supported.
466  Fixes:
467     - An option was accidentally turned on by default that shouldn't have been.
468     - misc minor fixes.
470 *4.0*
471  New:
472     - SNMPv3 protocol support!!!
473       (See the README.snmpv3, snmpusm(1), snmp.conf(5), snmpd.conf(5))
474     - historic v2party support removed.
475     - complete re-write of the agent.
476     - The extensible AgentX protocol is in alpha-test mode.
477       (to use, compile with the mib-module "agentx" or
478       "agentx/master" or "agentx/client").
479     - syslog support for the agent (and everything else for that matter).
480     - Per-process/per-exec-script based fix scripts implemented.
481       (see snmpd.conf(5) for details)
482     - many more config file options supported.
483       (run any command with -H and see appropriate .conf manual pages)
484     - The start of a "make test" suite.
485     - many other things we've forgotten.
486     - code is ANSI C now, and requires a ANSI C compiler.
488  API Changes:
489     - A small change to the write functions in mib modules.
490       (data passed in has already be BER-decoded and is a pointer to a 
491       variable of the correct type).
492     - The config_load_mib mib-module .h file directive is now
493       obsolete.  Use REGISTER_MIB inside your init function instead.
495 *3.6.2*
496  Fixes:
497     - An important multi-session bug fix, especially needed for the
498       SNMP perl module.
499     - Many minor bug fixes.
501 *3.6.1*
502  Fixes:
503     - Minor last second fixes mostly.
505 *3.6*
506  New:
507     - All of the services for ucd-snmp have moved from the sites in
508       ece.ucdavis.edu to ucd-snmp.ucdavis.edu, including http, ftp,
509       and the mailing lists.
510     - The configure --help output has been greatly improved for better
511       readability and has been broken into sections.
512     - The agent's SMUX support has been greatly improved and should
513       function with applications other than gated now.
514     - The snmptrapd has been make extensible so you can call other
515       programs and scripts when a trap has been received.
516       (see snmptrapd.conf(5))
517     - More configuration files have been created and can be used to
518       specify defaults and configuration information to the various
519       applications.  Run each command with -H to see what it understands.
520       (see snmp_config(5), snmpd.conf(5), snmp.conf(5), snmptrapd.conf(5))
521     - The configuration file parser looks in ~/.snmp by default as
522       well, allowing each user to have his/her own setup files for the
523       various applications.
524     - The mib parser supports a variety of options dictating how
525       strictly it parses mib files.
526       (see snmpcmd.1 on "-P")
527     - Debugging output with the -D flag now accepts a list of
528       debugging information types to print.
529       (see snmpcmd.1 on "-D")
530     - Minimal multi-thread support using a modified version of the
531       session API.
532       (see snmp_sess_api(3))
533     - persistent storage of information is possible from the agent's
534       mib modules now.
535       (see read_config(3))
536     - The target mib has been implemented as an optional module.
537     - More documentation has been written.
538     - The recommended mib module API has changed slightly, but is
539       backwards compatible as well.  See the AGENT.txt file for new
540       documentation on how to write mib modules for the agent.
541     
542   Fixes:
543     - many misc bug fixes, as always.
545   Ports:
546     - snmpnetstat has been ported to the win32 enviornment.
548 *3.5.3*
549     - Bug fixes, including row creation sets to mib modules should work again.
551 *3.5.2*
552     - very small last minute bug fixes for win32 and freebsd mostly.
554 *3.5.1*
556  Fixes:
557     - Many bug fixes submitted by users and the ucd-snmp-coders.
558     - v2party support in the agent has been fixed.
559     - The UCD-SNMP-MIB is SMICng compliant and should work under HP OV better.
560     - Most sections of the mibII tree are 64bit clean.
562  Copyright:
563     - Simplification.
565 *3.5*
567  New:
568     - agent/mibgroup directory reorganized hierarchically.
569       - this may break the agent compilation with some compilers.
570     - floats, doubles, counter64s, int64s, uint64s support via opaque types.
571     - new modules: misc/ipfwacc.
572     - use of dynamicly loadable modules now possible, but not fully supported.
573     - New application command line flags:  -s, -S, -m MIBS, -M MIBDIRS.
574     - new configure options: --with-cc=CC and --with-cflags=CFLAGS
576  Fixes:
577     - Solaris core dumps.
578     - Fixes for NetBSD 1.3.
579     - The apps work again on 64bit machines.
580     - misc other bug fixes.
582  Ports:
583     - host resources module should work on more platforms: NetBSD,
584       FreeBSD, SunOS (almost).
586 *3.4*
588  Important:
589     - the UCD-SNMP specific mib structure changed.
590       - many of the table oids have changed location and have been renamed.
591     - the View Based Access Control module was implemented in the agent.
592       Therefore, the "community" snmpd.conf parameter no longer
593       exists.  See the snmpd.conf file for how to control access via
594       community names now.
595     - The header file #defines have changed.  You may have to compile
596       third party applications with -DCMU_COMPATIBLE (like perl-SNMP <= V1.7).
597     - The parser is more strict about unlinked OIDs and end-of-comment
598       conditions.  You may see problems in a few broken mibs that used
599       to parse ok with the older parser.
601  New:
602     - dynamic library support:  configure with --enable-shared.
603     - the beginnings of a Perl/Tk/SNMP mib browser: tkmib
604     - all applications support -R for random oid-name lookups.
605     - default mib list changes when you add or remove agent mib-groups.
606     - debugging in the agent can be turned on and off using snmpsets.
607     - a new mib module displays a list of all loaded mib modules.
608     - the internal structure of the agent's mib modules is now hierarchical.
609     - the agent looks for .conf files in both the lib/ and share/ directories.
610     - more improvements/options to snmptable.
611     - new vmstat module to report vmstat related information under linux.
612     - a perl based mib2c translator to convert mib sections to C code templates.
614  Fixes:
615     - The code was run through purify for memory leaks and a few were found.
616     - snmptrap sends to the correct default port of 162 again.
618  Ports:
619     - irix 6.2 support improved.
620     - openbsd.
621     - the host resources mib compiles on Solaris.
623 *3.3.1*
625  New:
626     - "make install" installs the library and header files.
628  Fixes:
629     - compilation on many architectures (sunos for example).
630     - snmptrapd doesn't exit if v2party files don't exist.
631     - host resources works a bit better (ie, it compiles) under solaris.
632     
634 *3.3*
636   Path changes:
637     - the default paths to the installed mibs and snmpd.conf file have
638       changed to /usr/local/share/snmp (set differently using --datadir).
639     - the default path of the snmpd and snmptrapd have changed to
640       /usr/local/sbin (set differently using --sbindir).
642   New:
643     - basic SNMPV2c support.  
644       - Not fully tested (feedback please!), and not RFC compliant.
645       - all apps require '-v 2c' for v2c and '-v 2p' for the older party code.
646     - basic host-resources mib support for linux, and hpux.
647     - All environment variables can be set with a preceding '+' for
648         indicating additions to the default values.
649     - mib modules cleaned up more and can be added and removed more easily.
650     - mib modules have a new macro for callbacks when reading a .conf file.
651     - apps command line interfaces have merged together for standardization.
652     - the libsnmp library no longer forces printing of errors.
653     - 2 new applications: snmpdelta and snmptable.
654     - the mib parser caches mib directory scans for speed improvements.
655     - snmptrapd is snmp-version multi-lingual.
657   Ported:
658     - irix should be more complete.
659     - aix 4.1.5.
660     - fixes for hpux 10.20.
661     - linux 2.1.x support.
662     - library and apps supported under 32bit windows systems.
664   Fixes:
665     - too numerous to mention.
667 *3.2*
669   New:
670     - Top level of the mib parser has been restructured
671       - no longer reads 'mib.txt'
672       - no longer reads everything (MIBS/MIBDIRS)
673       - reads import clauses to load other required modules
674       - new man page: mib_api.3
675     - The agent has been completely restructured (modularized) to
676       allow for easier extension via C code and requires no
677       modification of the ucd-snmp distributed source code to add in
678       new C coded mib modules.  See the README file in the
679       agent/mibgroup subdirectory for details.  Modules are added and/or
680       removed via configure options.
681     - agent can send traps to multiple trap destinations.
682     - configure can be run outside the default source directory.
683     - Optional modules:  SMUX support to talk with a running gated.
684     - All configure prompted questions can be set on the command line instead.
686   Fixes:
687     - Memory leaks.
688     - code is now prototyped and many related bugs have been found.
689       (an ANSI compiler is still optional.)
690     - Many others.
692   Ported:
693     - linux-2.*
694     - mips-sgi-irix6.3  (agent needs 2 mib-modules removed still)
696 *3.1.3*
698   New:
699     - FAQ file!
700     - bug-report script!
701     - Agent can read .conf files from more places:
702       - SNMPCONFPATH enviornment variable.
703       - command line options:  -c FILE and -C.
704     - Agent can send coldstart and authentication traps.
705     - All requests/patches/questions should go to 
706         ucd-snmp-coders@ece.ucdavis.edu
707     - snmp variables mib implemented.
708     - more udp, ip, ipNetToMedia tables implemented.
710   Fixes:
711     - Memory leaks.
712     - Many other system specific fixes.
714   Misc:
715     - configure script updated to autoconf 2.12.
717   Removed:
718     - Very ancient tk/tcl code.
720 *3.1.2*
722   New:
723     - extensible mib moved to ucdavis enterprise mib:  .1.3.6.1.4.1.2021.
724     - PORTING file added.
725     - new configure switch:  --without-root-access.
727   Ports:
728     - BSDi, and possibly irix, and linux is not too far off.
729     - massive improvements for netbsd, freebsd, hpux.
731   Fixes:
732     - Massive parser improvements.  (Niels Baggesen <recnba@mediator.uni-c.dk>)
733     - configure script upgraded to autoconf 2.11.
735 *3.1.1*
737   New:
738     - init_mib() now reads all files in PREFIX/lib/snmp/mibs as mibs.
739     - sysContact and sysLocation settable in snmpd.conf.
740     - TC information retained (from Joe Marzot).
742   Fixes:
743     - snmpset on a pass script works now.
744     - pass scripts more throughly tested and debugged.
745     - community 5 can be set now.
746     - Many others.
748 *3.1.0.1*
750   Ported:
751     - FreeBSD 2.?
753   Fixes:
754     - snmptrap greatly improved!  (Niels Baggesen <recnba@mediator.uni-c.dk>)
755     - other small stuff.
756     - default logfile location moved to /var/log if exists, else /usr/adm.
758   New:
759     - snmptrap man page.  (Niels Baggesen <recnba@mediator.uni-c.dk>)
761 *3.1*
763   Features:
764     - Pass thru extensibility added!
765     - snmpnetstat greatly improved (Niels Baggesen <recnba@mediator.uni-c.dk>)
766     - improved solaris info caching (Dan A. Dickey <ddickey@transition.com>)
768   Bug fixes:
769     - many fixes for solaris (Niels Baggesen <recnba@mediator.uni-c.dk>
770       and "Dan A. Dickey" <ddickey@transition.com>)
771     - greatly reduced memory usage by mib parser (Niels Baggesen)
772     - disk checks fixed for solaris and osf.
773     - improved Mib parsing from Mike Perik <mikep@crt.com>
774       - TRAP-TYPE/NOTIFICATION-TYPE now handled.
775       - IMPORTS definition no longer required.
776       - SIZE syntax fixed.
777     - sedscript compiles correctly with Solaris's spro compiler.
778     - many more small ones.
780   Misc:
781     - Upgraded to autoconf-2.10
783 *3.0.7.2*
785   Major solaris patches from Niels Baggesen <recnba@mediator.uni-c.dk>. Thanks!
786   Other misc patches
788 *3.0.7.1*
790   Bug fixes.
792 *3.0.7*
794   Features:
795     - Two new operating systems supported: hppa1.1-hp-hpux10.01, *-netbsd1.1
796     - Two new ./configure options:
797       --enable-debugging:  includes nlist and other warnings in log-file output.
798       --with-defaults:     Assumes you want the defaults for all user prompts.
799     
800   Bug fixes:
801     - make clean in man/ works.
802     - Fixed the mib.txt capitalization problem.
803     - Fixed a gcc cpp problem (added -x c to the command line options).
804     - Added NULL to the second gettimeofday argument.
806   Misc:
807     - Upgraded to autoconf-2.9
808     - snmpcheck upgraded to perl5.002 and Tk-b10
809     - totally re-did the routing tables (required by hpux10.01).
811 *3.0.6*
813   Features:
814     - snmpV1 community names can be set in the configuration files now!
815     - new app:  apps/snmptrap, as requested by many, many people.
816     - New man page (rough still):  snmpd.conf.5.
817     - Returns new values for system.sysObjectID for each supported OS.
818     - Better OpenView support for changing the icons & etc.  See ov/README.
820   Bug fixes.
821     - -p PORT -l LOGFILE now work as advertised.
822     - printed values of timeticks are no longer negative.
823     - Correctly finds the Solaris 2.5 kernel.
824     - the restart-agent mib entry now sets an 1 second alarm to
825       restart so it can return a proper snmp response first.
826     - Truncates existing logfiles.
827     - nlist warnings removed.
828     - more...  (see the ChangeLog)
830 *3.0.5*
832   Bug fixes:
833     - 'make' should not call 'autoconf' and associates anymore.
834     - Fixed sun4 exit codes.  Really.
835     - Changed config.h a bit to fix the mib.txt file's errors when
836       some mibs were not defined for usage.
838   Misc:
839     - Updated configure to autoconf 2.7
841 *3.0.4*
843   Mainly a bug fix release:
844     - fixed another 32/64 bit problem:  returned exit codes on alphas
845       were incorrect.
846     - many system errors (e.g., no mem) were causing the agent to
847       return error flags when it really was clueless.  
848     - found a memory leak in the CMU routing table implementation.
849     - More configure cleanups, mostly for Solaris.
850     - snmp_open calls getservbyname only once now, at the request of Gary
851       Hayward <gah@dirac.bellcore.com>.  Mainly for Perl users.
853   New example file:  EXAMPLE.conf file (created at build time).
855   local/snmpcheck has drastically improved, and now requires Tk-b8.
857   You can now mung with all sorts of numbers in config.h and the
858   mib.txt file will be mostly built from it if you change my defaults.
860 *3.0.3*
862   *** default location for .conf and mib.txt files moved to
863       .configure's --prefix location
865   Now using GNU's auto-conf for better portability
866     - prompts for important config.h information as well
868   Port to Sun4/Solaris 2.4
870   -h/--help and -v/--version flags added to snmpd
872 *3.0.2.1*
874   Compilation bug fix
876 *3.0.2*
878   Port to dec-alpha/OSF 3.1
879     - quite a few more CMU bugs found during port.
881   (docs/snmpd.1) Beginnings of documentation/man pages.
883   (local/snmpcheck) Many changes/improvements.  Still very (usable) Beta.
885   (NEWS) Added this file!
887 *3.0.1*
889   (agent/snmpd) 
890     2 Command line options added:
891     -l LOGFILE       Outputs stderr/out to LOGFILE (overrides config.h def)
892     -L               Do NOT write to a log file (overrides config.h)
894   (agent/snmpd)
895   New built in mib functions:
896     MIB.VERSIONMIBNUM.VERUPDATECONFIG (default: .1.3.6.1.4.10.100.11)
897        -- set to 'integer:1' to tell the agent to re-read the config file(s).
899     MIB.VERSIONMIBNUM.VERRESTARTAGENT (default: .1.3.6.1.4.10.100.12)
900        -- set to 'integer:1' to tell the agent to restart (exec and quits)
902   Bug fixes/more CMU clean up
904 *3.0*
906         Initial (public) Release