Mercurial > noffle
comparison ChangeLog @ 108:8eb2975c8c1a noffle
[svn] 1.0pre6 merge
author | bears |
---|---|
date | Tue, 13 Jun 2000 07:44:21 +0100 |
parents | 38b0a1532a37 |
children | 2bedacfe1ba7 |
comparison
equal
deleted
inserted
replaced
107:2869baa02f3c | 108:8eb2975c8c1a |
---|---|
1 ------------------------------------------------------------------------------- | 1 ------------------------------------------------------------------------------- |
2 NOFFLE ChangeLog | 2 NOFFLE ChangeLog |
3 ------------------------------------------------------------------------------- | 3 ------------------------------------------------------------------------------- |
4 | 4 |
5 Tue Jun 13 07:27:21 BST 2000 Jim Hague <jim.hague@acm.org> | |
6 | |
7 * src/configfile.h, src/configfile.c, src/database.c: Redo config | |
8 expires routines to remove enumerator and replace with routine to | |
9 obtain expire time for specified group. | |
10 * src/configfile.h, src/configfile.c, src/server.c, noffle.conf.example, | |
11 docs/noffle.conf.5: Change 'auto-subscribe-mode' to | |
12 'default-auto-subscribe-mode' and add | |
13 'auto-subscribe-mode <grp pattern> <mode>'. For the moment, | |
14 spot old usage of 'auto-subscribe-mode' and interpret it as | |
15 'default-auto-subscribe-mode'. | |
16 * src/client.c: Rename variable to remove compiler warning. | |
17 | |
18 Sat Jun 11 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
19 | |
20 * Prepare for version 1.0pre6 | |
21 * configure.in: Removed warning options for warnings that are | |
22 unavoidable with libgdbm | |
23 | |
5 Mon Jun 5 09:46:30 BST 2000 Jim Hague <jim.hague@acm.org> | 24 Mon Jun 5 09:46:30 BST 2000 Jim Hague <jim.hague@acm.org> |
6 | 25 |
7 * src/client.c, src/fetch.c, src/group.c, src/group.h, src/noffle.c: | 26 * src/client.c, src/fetch.c, src/group.c, src/group.h, src/noffle.c: |
8 Don't track remote message number read unless subscribed to a group. | 27 Don't track remote message number read unless subscribed to a group. |
9 This stops 'Missing articles' pseudos being generated when you join | 28 This stops 'Missing articles' pseudos being generated when you join |
10 a group some time after doing the 'noffle --query groups' that first | 29 a group some time after doing the 'noffle --query groups' that first |
11 found the group, or if you resubscribe a while after unsubscribing. | 30 found the group, or if you resubscribe a while after unsubscribing. |
12 They will still be generated if articles are missed when a group is | 31 They will still be generated if articles are missed when a group is |
13 subscribed, in which case the pseudo message is entirely applicable. | 32 subscribed, in which case the pseudo message is entirely applicable. |
33 | |
34 Sat Jun 03 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
35 | |
36 * docs/NOTES: removed the whole section about the mail2news gateway. | |
37 It doesn't really work, because procmail forks for each mail and | |
38 changing the posting allowed status is not atomic. | |
39 | |
40 Thu Jun 01 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
41 | |
42 * docs/NOTES: Added section about "replace-messageid" option in | |
43 the Mail-News-Gateway chapter. | |
44 | |
45 Mon May 29 19:12:47 BST 2000 Jim Hague <jim.hague@acm.org> | |
46 | |
47 * src/client.c: Fix spelling mistake in comment. | |
48 * docs/noffle.1: Add a little bit more to the description of --online. | |
14 | 49 |
15 Mon May 29 18:28:25 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> | 50 Mon May 29 18:28:25 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> |
16 | 51 |
17 * configure, configure.in: Changed the --enable-debug option of configure. | 52 * configure, configure.in: Changed the --enable-debug option of configure. |
18 It now accepts the parameters 'no', 'min' and 'yes', i.e. no compiler- | 53 It now accepts the parameters 'no', 'min' and 'yes', i.e. no compiler- |
19 warnings, minimum compiler-warnings and maximum compiler-warnings. | 54 warnings, minimum compiler-warnings and maximum compiler-warnings. |
20 Default is 'min'. Stable releases should have 'no' as default, IHMO. | 55 Default is 'min'. Stable releases should have 'no' as default, IHMO. |
21 | 56 |
22 * NEWS: Update. | 57 * NEWS: Update. |
23 | 58 |
59 Fri May 26 11:38:27 BST 2000 Jim Hague <jim.hague@acm.org> | |
60 | |
61 * docs/NOTES: Added notes on knode. | |
62 * src/client.c: Corrected comment. | |
63 | |
24 Thu May 25 22:03:56 BST 2000 Jim Hague <jim.hague@acm.org> | 64 Thu May 25 22:03:56 BST 2000 Jim Hague <jim.hague@acm.org> |
25 | 65 |
26 * src/post.c: Fixed stupid bug in article checking code where a | 66 * src/post.c: Fixed stupid bug in article checking code where a |
27 correctly formatted Date: line would have the "Date: " removed | 67 correctly formatted Date: line would have the "Date: " removed |
28 before writing the outgoing file. Remote servers, not unnaturally, | 68 before writing the outgoing file. Remote servers, not unnaturally, |
38 Sat May 20 11:46:54 BST 2000 Jim Hague <jim.hague@acm.org> | 78 Sat May 20 11:46:54 BST 2000 Jim Hague <jim.hague@acm.org> |
39 | 79 |
40 * src/client.c: Closer perusal of Son Of RFC1036 reveals that | 80 * src/client.c: Closer perusal of Son Of RFC1036 reveals that |
41 Supersedes: can have multiple message IDs. Do this. | 81 Supersedes: can have multiple message IDs. Do this. |
42 | 82 |
83 Sat May 20 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
84 * src/noffle.c: always enable generation of core files. | |
85 | |
43 Fri May 19 14:02:44 BST 2000 Jim Hague <jim.hague@acm.org> | 86 Fri May 19 14:02:44 BST 2000 Jim Hague <jim.hague@acm.org> |
44 | 87 |
45 * src/util.h, src/util.c, src/database.c, src/pseudo.c, src/post.c: | 88 * src/util.h, src/util.c, src/database.c, src/pseudo.c, src/post.c: |
46 Redo Utl_rfc822Date to not use strftime - this was potentially | 89 Redo Utl_rfc822Date to not use strftime - this was potentially |
47 wrong as it would only generate a conformant date string in | 90 wrong as it would only generate a conformant date string in |