# HG changeset patch # User bears # Date 961879953 -3600 # Node ID 0a12fc56db3019b5282269d9f9d84e486df702f0 # Parent 3b4db42990e0f7912e05f72558aaf8f51a5417af [svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates. diff -r 3b4db42990e0 -r 0a12fc56db30 ChangeLog --- a/ChangeLog Sat Jun 24 21:47:40 2000 +0100 +++ b/ChangeLog Sat Jun 24 21:52:33 2000 +0100 @@ -2,6 +2,28 @@ NOFFLE ChangeLog ------------------------------------------------------------------------------- +Sat Jun 24 21:21:47 BST 2000 Jim Hague + + * packages/redhat/README, packages/redhat/noffle-expire, + packages/redhat/noffle.spec: Initial versions. + * src/noffle.c, docs/noffle.1: Remove --post (local|all) + and replace with just --post. 'Approved:' header recognition + removes need for --post varieties. + * src/post.c: 'Approved:' header recognition, post to all external + servers not just first, check all groups for post access before + posting to one. + +Tue Jun 13 21:31:32 BST 2000 Jim Hague + + * src/noffle.c: Add include before sys/resource.h. + Man page says you need it, FreeBSD won't compile without it. + * src/client.c: Remove SA_INTERRUPT flag set from installSignalHandler. + It is flagged as a no-op in the Linux headers, and does not exist + on FreeBSD or Solaris. + * src/configfile.h, src/configfile.c, src/protocol.h, src/protocol.c, + src/post.c, docs/noffle.conf.5: Add 'path-header' and addition + of Path: header to posted articles if required. + Mon Jun 19 22:43:38 BST 2000 Jim Hague * src/util.c, src/database.c: Fix header line reading bug. diff -r 3b4db42990e0 -r 0a12fc56db30 NEWS --- a/NEWS Sat Jun 24 21:47:40 2000 +0100 +++ b/NEWS Sat Jun 24 21:52:33 2000 +0100 @@ -5,10 +5,12 @@ Current development version: ---------------------------- + * 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 ' option. * Observe Expires: and Supersedes: headers. - * Added post-locally option and '--post' command line option. * Add getgroups and omitgroups options. 1.0pre6