Mercurial > noffle
comparison ChangeLog @ 49:5ecb646acf97 noffle
[svn] Article numbering bug fixes
author | bears |
---|---|
date | Sat, 06 May 2000 17:56:50 +0100 |
parents | 32ba1198c6fa |
children | 125d79c9e586 |
comparison
equal
deleted
inserted
replaced
48:21d3102dbc37 | 49:5ecb646acf97 |
---|---|
1 ------------------------------------------------------------------------------- | 1 ------------------------------------------------------------------------------- |
2 NOFFLE ChangeLog | 2 NOFFLE ChangeLog |
3 ------------------------------------------------------------------------------- | 3 ------------------------------------------------------------------------------- |
4 | 4 |
5 | |
6 Sat May 6 12:25:39 BST 2000 Jim Hague <jim.hague@acm.org> | |
7 | |
8 * src/server.c: Changed XOVER with no arg. to return info for current | |
9 article, not error. | |
10 | |
11 * src/server.c, src/content.h, src/content.c: XHDR - added 'xref' to | |
12 headers recognised to keep trn happy, and recognise message ID argument. | |
13 | |
14 * src/server.c, src/content.c: Ensure first/last from LIST ACTIVE and | |
15 GROUP agree (trn uses former). Tricky with pseudo gen info articles | |
16 around. Presence of these now only recorded in content and not | |
17 reflected in group first/last until proper article posted after | |
18 pseudo. | |
19 | |
20 * src/client.c, NEWS: Reinstated starting article numbering from first | |
21 article number on server. Reasoning below is wrong except in exceptional | |
22 circumstances (e.g. join group, auto-subscribe, manual unsubscribe, | |
23 auto subscribe again, etc. to get > 2 Noffle info messages in group. | |
24 Bring reader up to date, remove & reinstall Noffle. Join group, | |
25 autosubscribe after more news arrives at server, reader thinks it has read | |
26 n articles it hasn't, where n is number of Noffle info messages in | |
27 group first time round - 2). Feature is generally useful, esp. in | |
28 development, so back in it goes. | |
29 | |
30 * src/group.c: Forget cached group info when group database closed. | |
31 | |
5 | 32 |
6 Sat May 6 01:31:04 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> | 33 Sat May 6 01:31:04 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> |
7 | 34 |
8 * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in: | 35 * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in: |
9 Added checks for the mail and sort programs. ./configure will abort if | 36 Added checks for the mail and sort programs. ./configure will abort if |