Mercurial > noffle
changeset 297:4dc7dabd9318 noffle
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
author | bears |
---|---|
date | Fri, 31 Jan 2003 15:37:32 +0000 |
parents | 62cdb3113115 |
children | 1aa690671cd7 |
files | ChangeLog NEWS configure configure.in packages/redhat/noffle.spec |
diffstat | 5 files changed, 27 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jim.hague@acm.org> + +* 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 <jim.hague@acm.org> * docs/noffle.1,src/outgoing.c,src/noffle.c: Added -O/--outgoing
--- 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 -----
--- 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