Mercurial > noffle
diff ChangeLog @ 49:5ecb646acf97 noffle
[svn] Article numbering bug fixes
author | bears |
---|---|
date | Sat, 06 May 2000 17:56:50 +0100 |
parents | 32ba1198c6fa |
children | 125d79c9e586 |
line wrap: on
line diff
--- a/ChangeLog Sat May 06 17:55:22 2000 +0100 +++ b/ChangeLog Sat May 06 17:56:50 2000 +0100 @@ -3,6 +3,33 @@ ------------------------------------------------------------------------------- +Sat May 6 12:25:39 BST 2000 Jim Hague <jim.hague@acm.org> + + * src/server.c: Changed XOVER with no arg. to return info for current + article, not error. + + * src/server.c, src/content.h, src/content.c: XHDR - added 'xref' to + headers recognised to keep trn happy, and recognise message ID argument. + + * src/server.c, src/content.c: Ensure first/last from LIST ACTIVE and + GROUP agree (trn uses former). Tricky with pseudo gen info articles + around. Presence of these now only recorded in content and not + reflected in group first/last until proper article posted after + pseudo. + + * src/client.c, NEWS: Reinstated starting article numbering from first + article number on server. Reasoning below is wrong except in exceptional + circumstances (e.g. join group, auto-subscribe, manual unsubscribe, + auto subscribe again, etc. to get > 2 Noffle info messages in group. + Bring reader up to date, remove & reinstall Noffle. Join group, + autosubscribe after more news arrives at server, reader thinks it has read + n articles it hasn't, where n is number of Noffle info messages in + group first time round - 2). Feature is generally useful, esp. in + development, so back in it goes. + + * src/group.c: Forget cached group info when group database closed. + + Sat May 6 01:31:04 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in: