Mercurial > noffle
diff NEWS @ 150:1c7303c71f66 noffle
[svn] * src/protocol.c: Fix bug in Prt_getLn if we should read a line
starting with '\0' - according to the leafnode mailing list,
this has been seen in the wild.
* docs/inews.1,docs/noffle.1,docs/noffle.conf.5,
packages/redhat/noffle.spec,src/configfile.h,src/configfile.c,
src/noffle.c,src/post.h,src/post.c: Removed use of getopt_long,
and added inews mode - the Noffle executable behaves
as inews is invoked as inews. This includes adding From: and
Organization: headers if necessary - add configs to override
defaults for the From: domain and specify the organization.
For all my fellow trn-heads out there, and users of any other
ageing newsreader that expects inews. Updated RPM spec to create
inews link to noffle on install.
author | bears |
---|---|
date | Thu, 26 Oct 2000 22:21:13 +0100 |
parents | b226cebd6a84 |
children | fed1334d766b |
line wrap: on
line diff
--- a/NEWS Thu Oct 26 22:13:28 2000 +0100 +++ b/NEWS Thu Oct 26 22:21:13 2000 +0100 @@ -5,6 +5,9 @@ * 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. + * Fetching and reading news can overlap, and generally blocking on the + database lock reduced to a minimum. 1.0pre7: --------