Mercurial > noffle
diff ChangeLog @ 117:d45b0abe7c79 noffle
[svn] Merge with release-1-0 at release-1-0-merge-3
author | bears |
---|---|
date | Sun, 25 Jun 2000 19:42:10 +0100 |
parents | 0a12fc56db30 |
children | ac9c0492daca |
line wrap: on
line diff
--- a/ChangeLog Sat Jun 24 21:52:33 2000 +0100 +++ b/ChangeLog Sun Jun 25 19:42:10 2000 +0100 @@ -2,6 +2,13 @@ NOFFLE ChangeLog ------------------------------------------------------------------------------- +Sun Jun 25 09:45:50 BST 2000 Jim Hague <jim.hague@acm.org> + + * src/protocol.c: Another go at Prt_genMsgId. Yesterday I seeded the + random element of the generated message id from the time; but what + if two Noffle processes start in the same second? So switch to seeding + with tv_usec instead. + Sat Jun 24 21:21:47 BST 2000 Jim Hague <jim.hague@acm.org> * packages/redhat/README, packages/redhat/noffle-expire, @@ -13,6 +20,18 @@ servers not just first, check all groups for post access before posting to one. +Sat Jun 24 20:45:52 BST 2000 Jim Hague <jim.hague@acm.org> + + * src/noffle.c: Set last accessed time on group when subscribed + from command line. + * src/post.c: Bugfix - Post_close on duplicate article post. + * src/protocol.c: Fix bug in Prt_genMsgId that caused duplicate + message IDs to be generated for posts in the same second. + +Mon Jun 19 22:43:38 BST 2000 Jim Hague <jim.hague@acm.org> + + * src/util.c, src/database.c: Fix header line reading bug. + Tue Jun 13 21:31:32 BST 2000 Jim Hague <jim.hague@acm.org> * src/noffle.c: Add include <sys/time.h> before sys/resource.h. @@ -24,10 +43,6 @@ src/post.c, docs/noffle.conf.5: Add 'path-header' and addition of Path: header to posted articles if required. -Mon Jun 19 22:43:38 BST 2000 Jim Hague <jim.hague@acm.org> - - * src/util.c, src/database.c: Fix header line reading bug. - Tue Jun 13 07:27:21 BST 2000 Jim Hague <jim.hague@acm.org> * src/configfile.h, src/configfile.c, src/database.c: Redo config