Mercurial > noffle
diff ChangeLog @ 259:b660fadc1814 noffle
[svn] * src/server.c,src/util.c,src/util.h: Recognise GMT/UTC on NNTP NEWGROUPS.
Do small reorg of some of the timezone sensitive code, and introduce
use of timegm(). An implementation is provided for systems without
timegm().
author | bears |
---|---|
date | Wed, 26 Jun 2002 14:30:26 +0100 |
parents | 52f467c7213b |
children | 1daefc6533eb |
line wrap: on
line diff
--- a/ChangeLog Wed Jun 26 14:29:02 2002 +0100 +++ b/ChangeLog Wed Jun 26 14:30:26 2002 +0100 @@ -1,3 +1,15 @@ +Wed Jun 26 2002 Jim Hague <jim.hague@acm.org> + +* Makefile.in,docs/Makefile.in,packages/Makefile.in, + packages/redhat/Makefile.in,src/Makefile.in: automake upgrade. +* src/database.c: DB_compact() now does nothing. It was calling + gdbm_reorganize() which did rebuild on the database, copying it + to a new database and renaming. This now has an explicit function, + Db_rebuild(), and you don't want to chew disc space like this during + a routine expire. +* config.h.in,configure,configure.in: Check for timegm(). +* src/server.c,src/util.c,src/util.h: Recognise GMT/UTC on NNTP NEWGROUPS. + Wed Jun 26 2002 Jim Hague <jim.hague@acm.org> * aclocal.m4: New aclocal version. @@ -14,7 +26,7 @@ database gets corrupted. * src/protocol.c: Change strcpy to Utl_strcpy and replace ascii check with isascii(). - + Wed Jun 5 2002 Mirko Liß <mirko.liss@web.de> * src/group.c,src/client.c,src/noffle.c: rename Grp_isValidGroupname