changeset 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
files ChangeLog docs/Makefile.am
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Dec 09 12:31:57 2001 +0000
+++ b/ChangeLog	Sun Dec 09 14:04:30 2001 +0000
@@ -6,10 +6,13 @@
   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/pseudo.c: If Cont_write fails, don't do subsequent actions that
+  rely on it having worked. Typically this will be updating the
+  first/last article nos in the 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.
+* docs/Makefile.am: Add testing.txt to documents.	
 
 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org>
 
--- a/docs/Makefile.am	Sun Dec 09 12:31:57 2001 +0000
+++ b/docs/Makefile.am	Sun Dec 09 14:04:30 2001 +0000
@@ -2,18 +2,20 @@
 
 man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5
 
-EXTRA_DIST = INTERNALS FAQ NOTES ${man_MANS} $(PACKAGE).lsm
+EXTRA_DIST = INTERNALS FAQ NOTES testing.txt ${man_MANS} $(PACKAGE).lsm
 
 install-data-local:
 	$(INSTALL) -o 0 -g 0 -d $(DOCDIR)
 	$(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DOCDIR)
 	$(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR)
 	$(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR)
+	$(INSTALL_DATA) -o 0 -g 0 $(srcdir)/testing.txt $(DOCDIR)
 	$(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR)
 
 uninstall-local:
 	rm -f $(DOCDIR)/INTERNALS
 	rm -f $(DOCDIR)/FAQ
 	rm -f $(DOCDIR)/NOTES
+	rm -f $(DOCDIR)/testing.txt
 	rm -f $(DOCDIR)/$(PACKAGE).lsm