comparison ChangeLog @ 224:e9d3378edec7 noffle

[svn] * docs/Makefile.am: Add testing.txt to documents.
author bears
date Sun, 09 Dec 2001 14:04:30 +0000
parents ffb1848a39db
children 9fb4b7d7e64b
comparison
equal deleted inserted replaced
223:ffb1848a39db 224:e9d3378edec7
4 timestamp file. 4 timestamp file.
5 * src/content.h, src/content.c: Return Boolean success/fail from 5 * src/content.h, src/content.c: Return Boolean success/fail from
6 Cont_write. Also ensure cont.first isn't polluted in the event 6 Cont_write. Also ensure cont.first isn't polluted in the event
7 of a failed update. 7 of a failed update.
8 * src/client.c,src/control.c,src/fetch.c,src/noffle.c,src/post.c, 8 * src/client.c,src/control.c,src/fetch.c,src/noffle.c,src/post.c,
9 src/pseudo.c, 9 src/pseudo.c: If Cont_write fails, don't do subsequent actions that
10 rely on it having worked. Typically this will be updating the
11 first/last article nos in the group database.
10 * src/server.c: If groupinfo.lastupdate is unreadable or corrupt, 12 * src/server.c: If groupinfo.lastupdate is unreadable or corrupt,
11 spot this and report it and give an explicit error when processing 13 spot this and report it and give an explicit error when processing
12 NNTP NEWGROUPS command. 14 NNTP NEWGROUPS command.
15 * docs/Makefile.am: Add testing.txt to documents.
13 16
14 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org> 17 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org>
15 18
16 * src/post.c: Always replace message ID in posted message if existing 19 * src/post.c: Always replace message ID in posted message if existing
17 message ID fails Prt_isValidMsgId. 20 message ID fails Prt_isValidMsgId.