# HG changeset patch # User bears # Date 958749526 -3600 # Node ID 694c264a1b155f1756ba709a6ccc61abdb8d57bf # Parent 988cacc01470c4cd73122ae035e5e1569eff0a0b [svn] Latest changes diff -r 988cacc01470 -r 694c264a1b15 ChangeLog --- a/ChangeLog Fri May 19 16:18:05 2000 +0100 +++ b/ChangeLog Fri May 19 16:18:46 2000 +0100 @@ -2,6 +2,28 @@ NOFFLE ChangeLog ------------------------------------------------------------------------------- +Fri May 19 14:02:44 BST 2000 Jim Hague + + * src/util.h, src/util.c, src/database.c, src/pseudo.c, src/post.c: + Redo Utl_rfc822Date to not use strftime - this was potentially + wrong as it would only generate a conformant date string in + English locales - and rename to Utl_newsDate because the date format + is actually a subset of RFC822 - see Son Of RFC1036. Also add + Utl_parseNewsDate, ensure the date on posted articles is conformant + and replace if not, and implement observance of Expires: headers. + * src/client.c: Observe Supersedes: headers on incoming articles. + * src/content.c: Ensure if last article(s) in group are cancelled that + article numbers aren't re-used. + * docs/INTERNALS: Move INTERNALS to docs/. + +Thu May 18 13:22:36 BST 2000 Jim Hague + + * Recognise explicit posting statuses of 'y', 'n' and 'the rest'. + The latest IETF draft says you can have other statuses apart from + 'm' (moderated group), and these should probably be treated in the + same way as 'm', i.e. forwarded to the external server to worry + about. + Wed May 17 21:19:19 BST 2000 Jim Hague * src/configfile.h, src/configfile.c, src/post.h, src/post.c, diff -r 988cacc01470 -r 694c264a1b15 NEWS --- a/NEWS Fri May 19 16:18:05 2000 +0100 +++ b/NEWS Fri May 19 16:18:46 2000 +0100 @@ -5,6 +5,7 @@ 1.1devel -------- + * Observe Expires: and Supersedes: headers. * Added post-locally option and '--post' command line option. * Add getgroups and omitgroups options.