# HG changeset patch # User bears # Date 1044027452 0 # Node ID 4dc7dabd931866b845384924ded2494bf2e0f83f # Parent 62cdb3113115c8a9aec3119c4f60c1eb625ebee3 [svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3. diff -r 62cdb3113115 -r 4dc7dabd9318 ChangeLog --- a/ChangeLog Fri Jan 31 15:36:39 2003 +0000 +++ b/ChangeLog Fri Jan 31 15:37:32 2003 +0000 @@ -1,3 +1,10 @@ +Fri Jan 31 2003 Jim Hague + +* docs/noffle.1: Add 'news admin only' to affected options. +* TODO: Add items from Debian wishlist. +* src/util.c: Add cast to deal with compiler warning. +* NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3. + Thu Jan 30 2003 Jim Hague * docs/noffle.1,src/outgoing.c,src/noffle.c: Added -O/--outgoing diff -r 62cdb3113115 -r 4dc7dabd9318 NEWS --- a/NEWS Fri Jan 31 15:36:39 2003 +0000 +++ b/NEWS Fri Jan 31 15:37:32 2003 +0000 @@ -1,6 +1,23 @@ Current development version: ---------------------------- +1.1.3 +----- + + * Lots of bug fixes. + * Add optional authentication requirement for clients connecting to + a Noffle server. Depending on compile settings, authentication can + be via a plain text user/password file or via PAM. + * Noffle must now be installed 06755 and owned news.news. Most Noffle + commands can now only be issued by a news admin; basically, a user + who is root, news or in group news. Incorrect permissions on installation + will cause warnings to be logged. + * Add option to list message IDs of queued outgoing messages. + * Better article checking on post. + * Portability fixes. Noffle now compiles on a variety of + Unices and under Cygwin. + * More filter rules. + 1.1.2 ----- diff -r 62cdb3113115 -r 4dc7dabd9318 configure --- a/configure Fri Jan 31 15:36:39 2003 +0000 +++ b/configure Fri Jan 31 15:37:32 2003 +0000 @@ -540,7 +540,7 @@ PACKAGE=noffle -VERSION=1.1.2 +VERSION=1.1.3 diff -r 62cdb3113115 -r 4dc7dabd9318 configure.in --- a/configure.in Fri Jan 31 15:36:39 2003 +0000 +++ b/configure.in Fri Jan 31 15:37:32 2003 +0000 @@ -6,7 +6,7 @@ AC_PREREQ(2.13) PACKAGE=noffle -VERSION=1.1.2 +VERSION=1.1.3 AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE($PACKAGE,$VERSION) diff -r 62cdb3113115 -r 4dc7dabd9318 packages/redhat/noffle.spec --- a/packages/redhat/noffle.spec Fri Jan 31 15:36:39 2003 +0000 +++ b/packages/redhat/noffle.spec Fri Jan 31 15:37:32 2003 +0000 @@ -1,6 +1,6 @@ Summary: Usenet newsserver for small sites Name: noffle -Version: 1.1.2 +Version: 1.1.3 Release: 1 Group: System Environment/Daemons Copyright: GPL