BSD 4_3 development
[unix-history] / usr / contrib / nntp / CHANGES
CommitLineData
25a197fc
C
1
2 This file describes the changes which have been made in NNTP
3since the initial release. Individuals who either reported or
4inspired the bug/bug fix are in square brackets.
5
61.2a 20 March 1986
7
8 common/conf.h defined MAX_GROUPS as 300; this was too low on
9 some machines. Upped to 450. [solex@rice.edu, beorn@ic.berkeley.edu]
10
11 rrn/Makefile.sh had .c instead of .o for OBJS and SRCS
12 respectively. Also had cc -o ../common/clientlib.o (see below).
13
14 inews/inews.c had (char *) 0 for gets(), which made SUN's upset.
15 Changed to simply NULL. [brian@sdcsvax.ucsd.edu]
16
17 inews/Makefile had cc -o ../common/clientlib.o which some
18 machines don't do. [brian@sdcsvax.ucsd.edu]
19
20 common/clientlib.c has "untp" instead of "nntp".
21
22 server/active.c made more robust about reading active file
23 if active file is longer than MAX_GROUPS.
24
25 server/common.h included common/conf.h after checking for
26 DBM, which caused some problems. [soma!sob@rice.edu]
27
281.2 15 March 1986
29
30 Released.