Mercurial > noffle
annotate NEWS @ 219:d9f314014f7a noffle
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
  to terminate opendir()/readdir() sequence properly.
* Updated NEWS ready for 1.1.1.
| author | bears | 
|---|---|
| date | Thu, 29 Nov 2001 22:16:06 +0000 | 
| parents | 24d4cd032da5 | 
| children | 9fb4b7d7e64b | 
| rev | line source | 
|---|---|
| 108 | 1 Current development version: | 
| 2 ---------------------------- | |
| 89 | 3 | 
| 
219
 
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
 
bears 
parents: 
197 
diff
changeset
 | 
4 * Spool directory and config file location now configurable. | 
| 
 
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
 
bears 
parents: 
197 
diff
changeset
 | 
5 * post-status filter added. | 
| 
 
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
 
bears 
parents: 
197 
diff
changeset
 | 
6 * Optional patterns to select groups for --fetch and --query. | 
| 
 
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
 
bears 
parents: 
197 
diff
changeset
 | 
7 | 
| 
 
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
 
bears 
parents: 
197 
diff
changeset
 | 
8 1.1 | 
| 
 
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
 
bears 
parents: 
197 
diff
changeset
 | 
9 --- | 
| 
 
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
 
bears 
parents: 
197 
diff
changeset
 | 
10 | 
| 131 | 11 * Use LIST instead of LIST ACTIVE if possible to help work with old servers. | 
| 12 * Article filtering: see noffle.conf(5) for details. | |
| 
142
 
ffbb0497402c
[svn] Noffle no longer hangs if the connection breaks down during a fetch.
 
enz 
parents: 
133 
diff
changeset
 | 
13 * Noffle no longer hangs if the connection breaks down during a fetch. | 
| 148 | 14 * SENDMAILPROG is used instead of mail for returning failed postings. | 
| 
197
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
15 * Noffle will act as inews if invoked as inews. | 
| 
150
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
148 
diff
changeset
 | 
16 * Fetching and reading news can overlap, and generally blocking on the | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
148 
diff
changeset
 | 
17 database lock reduced to a minimum. | 
| 
185
 
fed1334d766b
[svn] * src/client.c: Change variable only used on constant to 'const'.
 
bears 
parents: 
150 
diff
changeset
 | 
18 * Select debug logging via noffle.conf. Logging is always compiled | 
| 
 
fed1334d766b
[svn] * src/client.c: Change variable only used on constant to 'const'.
 
bears 
parents: 
150 
diff
changeset
 | 
19 in, so reduce debug options to build with/without debugging info. | 
| 
197
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
20 * Output of list groups commands is no longer sorted | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
21 for avoiding problems with calls to external sort command | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
22 and for speeding up response time. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
23 The group list is sorted by most clients anyway. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
24 * Observe Expires: and Supersedes: headers. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
25 * Added '--post' command line option. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
26 * Add 'path-header' and Path: addition to posted articles. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
27 * Rename 'auto-subscribe-mode' to 'default-auto-subscribe-mode' and | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
28 add new 'auto-subscribe-mode <group pattern> <mode>' option. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
29 * Add getgroups and omitgroups options. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
30 * Add From: and Organization: headers on posting if not present. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
31 | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
32 1.0.1: | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
33 ------ | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
34 | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
35 * Released on 15 Jun 2001 | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
36 * Fixed bug that broke authentication if the server required it at | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
37 connect time. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
38 * Fix bug that made Noffle to get server responses to wrong commands, | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
39 after a read timeout occurred and could lead to mixed up group | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
40 contents and messages. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
41 * minor optimizations and fixes | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
42 | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
43 1.0: | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
44 ---- | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
45 | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
46 * Released on 27 Jan 2001. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
47 * In the 1.0pre8 release, debug logging was enabled in the standard | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
48 settings, which slowed down Noffle considerably. it is disabled by | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
49 default now. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
50 | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
51 1.0pre8: | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
52 -------- | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
53 | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
54 * Noffle no longer hangs if the connection breaks down during a fetch. | 
| 
 
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
 
bears 
parents: 
185 
diff
changeset
 | 
55 * SENDMAILPROG is used instead of mail for returning failed postings. | 
| 133 | 56 | 
| 57 1.0pre7: | |
| 58 -------- | |
| 59 | |
| 60 * Fixed a bug that caused noffle to hang with some readers (like tin/Gnus). | |
| 127 | 61 * Fix bug with time of last server access for setups with multiple servers. | 
| 62 You must re-run 'noffle --query groups'. | |
| 63 * Remove '--query times'. | |
| 64 * Fix date printing bug. Now works in all(?) timezones. | |
| 65 * Fix bug with 'XHDR <msgId>'. Add 'XPAT <msgId>'. | |
| 
116
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
108 
diff
changeset
 | 
66 * Allow post to local moderated group if 'Approved:' header present. | 
| 89 | 67 | 
| 
42
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
68 1.0pre6 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
69 ------- | 
| 108 | 70 11 June 2000 | 
| 
42
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
71 | 
| 108 | 72 * added ./configure-option '--enable-debug=[no/min/yes]' | 
| 73 * Add 'info-always-unread' option. | |
| 49 | 74 * Add support for XOVER with no argument. Also XHDR with message ID | 
| 75 argument and XHDR when 'xref' requested (trn needs this). | |
| 
42
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
76 * Forget cached group info when group database closed. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
77 * Added list of 'forbidden' newsgroup specs., as defined in draft IETF | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
78 Newsgroup Format (C.Lindsey), tracked to replace RFC1036. This defines | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
79 newsgroup names that should only be used for server-local groups and | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
80 server pseudo-groups (e.g. INN's to.*, cancel, cancel.*, junk). These | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
81 are now intercepted when querying server groups and ignored. Group names | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
82 omitted are any single component names, any 'control.*', 'to' or | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
83 'to.*',and any with a component 'all' or 'ctl'. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
84 Note these restrictions do not apply to local group names. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
85 * Fixed problem with article numbering if the overview file empties, | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
86 e.g. due to all articles in a very low volume group expiring. This | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
87 would cause article numbers to be set back to 1 when a new article | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
88 arrives. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
89 * Record newsgroup posting status. Enforce it at posting time. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
90 Added --modify to change newsgroup descriptions for all groups and | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
91 posting status for local groups. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
92 * Added group deletion. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
93 * Added message cancellation - from command line or by control message. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
94 Note command line only cancels locally - it can't be used to cancel a | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
95 message that has already gone offsite. A control messages cancels | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
96 locally if possible; it is only propaged offsite if the target is in a | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
97 non-local group and has itself already gone offsite. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
98 * Added wildmat code taken from INN - ensure Noffle wildcarding is | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
99 exactly to spec. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
100 * Added group-specific expire times. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
101 * Noffle now sends a "MODE READER" command after connecting to the | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
102 remote server. INN needs this before it will permit POST. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
103 * added support for local groups | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
104 * new command line options --create and --cancel | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
105 * Changed output of 'noffle -a all' to standard mailbox format, | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
106 so that tools like grepmail work. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
107 * documentation updates | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
108 * NOFFLE now uses the autoconf/automake build-system | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
109 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
110 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
111 0.16 - 1.0pre6pre | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
112 ----------------- | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
113 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
114 * See ChangeLog | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
115 | 
