Mercurial > noffle
diff NEWS @ 197:24d4cd032da5 noffle
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
src/protocol.h,src/server.c: Merge with latest 1.0 branch. I do not
intend to do any further merges from the 1.0 branch; future changes to
1.0 should be carried over by hand if necessary.
* src/configfile.c,src/content.c,src/control.c,src/database.c,
src/dynamicstring.c,src/fetch.c,src/filter.c,src/group.c,
src/itemlist.c,src/lock.c,src/outgoing.c,src/over.c,src/post.c,
src/pseudo.c,src/request.c,src/util.c: Minor includes rearrangement.
author | bears |
---|---|
date | Wed, 31 Oct 2001 11:44:53 +0000 |
parents | fed1334d766b |
children | d9f314014f7a |
line wrap: on
line diff
--- a/NEWS Tue Oct 30 13:55:53 2001 +0000 +++ b/NEWS Wed Oct 31 11:44:53 2001 +0000 @@ -5,11 +5,47 @@ * Article filtering: see noffle.conf(5) for details. * Noffle no longer hangs if the connection breaks down during a fetch. * SENDMAILPROG is used instead of mail for returning failed postings. - * Noffle will act as inews is invoked as inews. + * Noffle will act as inews if invoked as inews. * Fetching and reading news can overlap, and generally blocking on the database lock reduced to a minimum. * Select debug logging via noffle.conf. Logging is always compiled in, so reduce debug options to build with/without debugging info. + * Output of list groups commands is no longer sorted + for avoiding problems with calls to external sort command + and for speeding up response time. + The group list is sorted by most clients anyway. + * Observe Expires: and Supersedes: headers. + * Added '--post' command line option. + * Add 'path-header' and Path: addition to posted articles. + * Rename 'auto-subscribe-mode' to 'default-auto-subscribe-mode' and + add new 'auto-subscribe-mode <group pattern> <mode>' option. + * Add getgroups and omitgroups options. + * Add From: and Organization: headers on posting if not present. + +1.0.1: +------ + + * Released on 15 Jun 2001 + * Fixed bug that broke authentication if the server required it at + connect time. + * Fix bug that made Noffle to get server responses to wrong commands, + after a read timeout occurred and could lead to mixed up group + contents and messages. + * minor optimizations and fixes + +1.0: +---- + + * Released on 27 Jan 2001. + * In the 1.0pre8 release, debug logging was enabled in the standard + settings, which slowed down Noffle considerably. it is disabled by + default now. + +1.0pre8: +-------- + + * Noffle no longer hangs if the connection breaks down during a fetch. + * SENDMAILPROG is used instead of mail for returning failed postings. 1.0pre7: -------- @@ -21,13 +57,6 @@ * Fix date printing bug. Now works in all(?) timezones. * Fix bug with 'XHDR <msgId>'. Add 'XPAT <msgId>'. * Allow post to local moderated group if 'Approved:' header present. - * Added '--post' command line option. - * Add 'path-header' and Path: addition to posted articles. - * Rename 'auto-subscribe-mode' to 'default-auto-subscribe-mode' and - add new 'auto-subscribe-mode <group pattern> <mode>' option. - * Observe Expires: and Supersedes: headers. - * Add getgroups and omitgroups options. - * Fixed a bug that caused noffle to hang with some readers (like tin). 1.0pre6 -------