comparison ChangeLog @ 225:9fb4b7d7e64b noffle

[svn] * docs/Makefile.in: Add testing.txt to documents. * NEWS: Updates for 1.1.1 release. * configure.in: Change version to 1.1.1. Additional decoration to the version is slowing down my release and RPM building. All Makefile.in have been regenerated as has configure. * packages/redhat/noffle.spec: Change version to 1.1.1. * packages/.cvsignore,packages/Makefile.am,packages/redhat/.cvsignore, packages/redhat/Makefile.am: Add sufficient makefiles for noffle.spec and noffle-expire to the included in the tarball generated by 'make dist'.
author bears
date Sun, 09 Dec 2001 15:07:14 +0000
parents e9d3378edec7
children 6622f409f5fb
comparison
equal deleted inserted replaced
224:e9d3378edec7 225:9fb4b7d7e64b
1 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org>
2
3 * docs/Makefile.in: Add testing.txt to documents.
4 * NEWS: Updates for 1.1.1 release.
5 * configure.in: Change version to 1.1.1. Additional decoration to the
6 version is slowing down my release and RPM building. All Makefile.in
7 have been regenerated as has configure.
8 * packages/redhat/noffle.spec: Change version to 1.1.1.
9 * packages/.cvsignore,packages/Makefile.am,packages/redhat/.cvsignore,
10 packages/redhat/Makefile.am: Add sufficient makefiles for noffle.spec
11 and noffle-expire to the included in the tarball generated by 'make dist'.
12
1 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org> 13 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org>
2 14
3 * src/util.c: Improve (correct) error detection when updating 15 * src/util.c: Improve (correct) error detection when updating
4 timestamp file. 16 timestamp file.
5 * src/content.h, src/content.c: Return Boolean success/fail from 17 * src/content.h, src/content.c: Return Boolean success/fail from
10 rely on it having worked. Typically this will be updating the 22 rely on it having worked. Typically this will be updating the
11 first/last article nos in the group database. 23 first/last article nos in the group database.
12 * src/server.c: If groupinfo.lastupdate is unreadable or corrupt, 24 * src/server.c: If groupinfo.lastupdate is unreadable or corrupt,
13 spot this and report it and give an explicit error when processing 25 spot this and report it and give an explicit error when processing
14 NNTP NEWGROUPS command. 26 NNTP NEWGROUPS command.
15 * docs/Makefile.am: Add testing.txt to documents.
16 27
17 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org> 28 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org>
18 29
19 * src/post.c: Always replace message ID in posted message if existing 30 * src/post.c: Always replace message ID in posted message if existing
20 message ID fails Prt_isValidMsgId. 31 message ID fails Prt_isValidMsgId.