Mercurial > noffle
diff ChangeLog @ 219:d9f314014f7a noffle
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
to terminate opendir()/readdir() sequence properly.
* Updated NEWS ready for 1.1.1.
author | bears |
---|---|
date | Thu, 29 Nov 2001 22:16:06 +0000 |
parents | 411b6ab1acb7 |
children | 81277bc2c264 |
line wrap: on
line diff
--- a/ChangeLog Thu Nov 22 22:48:07 2001 +0000 +++ b/ChangeLog Thu Nov 29 22:16:06 2001 +0000 @@ -1,9 +1,15 @@ +Thu Nov 29 2001 Jim Hague <jim.hague@acm.org> + +* src/content.c: Remove spurious temporary files and add a closedir() + to terminate opendir()/readdir() sequence properly. +* Updated NEWS ready for 1.1.1. + Thu Nov 22 2001 Jim Hague <jim.hague@acm.org> * Makefile.in,aclocal.m4,config.h.in,configure,configure.in docs/Makefile.in,src/Makefile.in: Regularise format of Noffle default parameters in configure.in and regenerate. -*src/content.c,src/noffle.c: Correct bugfix in Conf_write(). +* src/content.c,src/noffle.c: Correct bugfix in Conf_write(). Remove temporary file expiry, but skip temp files in Cont_nextGrp(). @@ -34,7 +40,7 @@ * src.util.c: Minor fix at Utl_parseNewsDate(); fixed SIGSEGV at Utl_getHeaderLn(). Header size limit still much too low. * docs/testing.txt: How to set up a testbench for noffle. Useless -for most developers, but useful for beginners. + for most developers, but useful for beginners. Thu Nov 8 2001 Mirko Liß <mirko.liss@web.de>