Mercurial > noffle
changeset 116:0a12fc56db30 noffle
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
author | bears |
---|---|
date | Sat, 24 Jun 2000 21:52:33 +0100 |
parents | 3b4db42990e0 |
children | d45b0abe7c79 |
files | ChangeLog NEWS |
diffstat | 2 files changed, 25 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jim.hague@acm.org> + + * 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 <jim.hague@acm.org> + + * src/noffle.c: Add include <sys/time.h> 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 <jim.hague@acm.org> * src/util.c, src/database.c: Fix header line reading bug.
--- 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 <group pattern> <mode>' option. * Observe Expires: and Supersedes: headers. - * Added post-locally option and '--post' command line option. * Add getgroups and omitgroups options. 1.0pre6