comparison ChangeLog @ 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 2bedacfe1ba7
children d45b0abe7c79
comparison
equal deleted inserted replaced
115:3b4db42990e0 116:0a12fc56db30
1 ------------------------------------------------------------------------------- 1 -------------------------------------------------------------------------------
2 NOFFLE ChangeLog 2 NOFFLE ChangeLog
3 ------------------------------------------------------------------------------- 3 -------------------------------------------------------------------------------
4 4
5 Sat Jun 24 21:21:47 BST 2000 Jim Hague <jim.hague@acm.org>
6
7 * packages/redhat/README, packages/redhat/noffle-expire,
8 packages/redhat/noffle.spec: Initial versions.
9 * src/noffle.c, docs/noffle.1: Remove --post (local|all)
10 and replace with just --post. 'Approved:' header recognition
11 removes need for --post varieties.
12 * src/post.c: 'Approved:' header recognition, post to all external
13 servers not just first, check all groups for post access before
14 posting to one.
15
16 Tue Jun 13 21:31:32 BST 2000 Jim Hague <jim.hague@acm.org>
17
18 * src/noffle.c: Add include <sys/time.h> before sys/resource.h.
19 Man page says you need it, FreeBSD won't compile without it.
20 * src/client.c: Remove SA_INTERRUPT flag set from installSignalHandler.
21 It is flagged as a no-op in the Linux headers, and does not exist
22 on FreeBSD or Solaris.
23 * src/configfile.h, src/configfile.c, src/protocol.h, src/protocol.c,
24 src/post.c, docs/noffle.conf.5: Add 'path-header' and addition
25 of Path: header to posted articles if required.
26
5 Mon Jun 19 22:43:38 BST 2000 Jim Hague <jim.hague@acm.org> 27 Mon Jun 19 22:43:38 BST 2000 Jim Hague <jim.hague@acm.org>
6 28
7 * src/util.c, src/database.c: Fix header line reading bug. 29 * src/util.c, src/database.c: Fix header line reading bug.
8 30
9 Tue Jun 13 07:27:21 BST 2000 Jim Hague <jim.hague@acm.org> 31 Tue Jun 13 07:27:21 BST 2000 Jim Hague <jim.hague@acm.org>