NEWS revision 122394
108-Nov-2003
2	WARNS=6 fixed.
3
428-Jan-2003
5	WARNS=5 fixes.
6
709-Jan-2003
8	snmpd: remove local socket in case of an error to fully initialize it.
9	Use chmod instead of fchmod. The latter seems not really to change
10	the mode of the socket.
11
12	lib: at program exit remove the local socket in the library.
13
1411-Dec-2002
15	Implement listening on unix domain sockets. The client must bind
16	its socket, or the server cannot send back its response. These
17	sockets are considered to be more secure, because it is much
18	harder for an intruder to listen on them.
19
20	This requires changes in snmpmod.h and snmpclient.h.
21
2204-Dec-2002
23	Sparc fixes.
24
2515-Aug-2002
26	Use inttypes.h instead of limits.h to get integer limits. This
27	seems to be the Posix way.
28
29	First drafts of an snmpd, gensnmptree, asn1, bsnmplib,
30	bsnmpclient, bsnmpagent, snmpmod, snmp_mibII, snmp_netgraph man pages.
31
32	snmpd/main.c: reorder getopt options according to style(9). Implement
33	a -h option to print a short help.
34
3525-Jun-2002
36	Makefiles rewritten to not use bsnmpmod.mk. The BSD makefiles are
37	really hard to use, because a) they are not documented and b) they
38	change much too often.
39
40	Make the patch a context diff instead of a unified one.
41
4228-Feb-2002
43	Library code for SNMP clients.
44