diff ChangeLog @ 223:ffb1848a39db noffle

[svn] * src/util.c: Improve (correct) error detection when updating timestamp file. * src/content.h, src/content.c: Return Boolean success/fail from Cont_write. Also ensure cont.first isn't polluted in the event of a failed update. * src/client.c,src/control.c,src/fetch.c,src/noffle.c,src/post.c, src/pseudo.c: If Cont_write fails, don't do actions that need it to have worked. Typically, don't update first and last article numbers in group database. * src/server.c: If groupinfo.lastupdate is unreadable or corrupt, spot this and report it and give an explicit error when processing NNTP NEWGROUPS command.
author bears
date Sun, 09 Dec 2001 12:31:57 +0000
parents bf290632d29e
children e9d3378edec7
line wrap: on
line diff
--- a/ChangeLog	Sun Dec 09 11:32:31 2001 +0000
+++ b/ChangeLog	Sun Dec 09 12:31:57 2001 +0000
@@ -1,3 +1,16 @@
+Sun Dec 9 2001 Jim Hague <jim.hague@acm.org>
+
+* src/util.c: Improve (correct) error detection when updating
+  timestamp file.
+* src/content.h, src/content.c: Return Boolean success/fail from
+  Cont_write. Also ensure cont.first isn't polluted in the event
+  of a failed update.
+* src/client.c,src/control.c,src/fetch.c,src/noffle.c,src/post.c,
+  src/pseudo.c,
+* src/server.c: If groupinfo.lastupdate is unreadable or corrupt,
+  spot this and report it and give an explicit error when processing
+  NNTP NEWGROUPS command.
+
 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org>
 
 * src/post.c: Always replace message ID in posted message if existing