2002-04-25 06:49  rra

	* NEWS, doc/pod/news.pod: Added some additional notes about two bug
	fixes with user-noticeable behavior changes.

2002-04-20 02:53  rra

	* INSTALL, doc/pod/install.pod: Add a reference to NEWS, add
	OpenBSD to the list of tested systems, update the Perl URL, and
	remove the reference to pgpgpg since it's no longer needed.

2002-04-19 06:01  vinocur

	* NEWS: Rephrase a few unclear points

2002-04-19 05:32  vinocur

	* doc/pod/news.pod: Rephrase a few unclear points

2002-04-19 05:21  rra

	* NEWS, doc/pod/news.pod: Add an additional note to NEWS about
	creating a new key ring if you're switching from PGP to GnuPG.

2002-04-19 04:57  rra

	* NEWS, doc/pod/news.pod: Add news entries for the other major bug
	fixes in INN 2.3.3.

2002-04-19 04:38  rra

	* MANIFEST: Add the POD source for passwd.nntp(5) and remove
	lib/xwritev.c now that this has been included in lib/xwrite.c.

2002-04-18 05:37  rra

	* configure, configure.in: Check for gpgv.

2002-04-18 04:36  rra

	* backends/pgpverify.in: -- Native support for GnuPG without the
	pgpgpg wrapper, using GnuPG's program interface by Marco d'Itri. 
	-- Always use Sys::Syslog without any setlogsock call for Perl
	5.6.0 or later, since Sys::Syslog in those versions of Perl uses
	the C library interface and is now portable.  -- Default to
	expecting the key ring in $inn'newsetc/pgp if it exists.  -- Fix a
	portability problem for Perl 4 introduced in 1.12.

2002-04-14 10:22  kondou

	* doc/man/expireover.8: 
	fixed a typo

2002-03-25 20:03  rra

	* NEWS, doc/pod/news.pod: Add a mention of the tradindexed bug
	fixes and update news.pod to include the stuff in NEWS.

2002-03-25 19:48  rra

	* include/libinn.h: Backport the tested implementation of xwrite
	and xwritev from CURRENT and add xpwrite.

2002-03-25 03:50  rra

	* configure, configure.in: Pick up some additional bits of Python
	linkage needed for the current version.  Patch from Greg Andruk
	<gja@meowing.net>.

2002-03-25 02:21  rra

	* doc/man/ctlinnd.8: Remove the advice to throttle the server and
	edit the active file when removing or adding a bunch of groups,
	since this does the wrong thing for at least some overview methods.

2002-03-23 10:27  kondou

	* doc/: man/inn.conf.5, pod/inn.conf.pod: 
	clarify pauseretrytime explanation

2002-03-12 15:36  kondou

	* backends/archive.c: 
	From: Karl Skibinski <charly@40.to>
	
	crossposts of archived articles incorrectly when trying to
	concatenate the articles into one file per group

2002-03-12 15:00  kondou

	* doc/man/ctlinnd.8: 
	status and renumberlow were not explained

2002-02-16 19:49  rra

	* frontends/innconfval.c: Safer handling of Tcl string variables,
	from Peter da Silva <peter@taronga.com>.

2002-02-06 16:51  rra

	* configure, configure.in: Attempt large file support on Linux;
	newer kernels can handle it.

2002-02-03 19:07  vinocur

	* doc/: man/passwd.nntp.5, pod/passwd.nntp.pod: 
	Clarified wording in passwd.nntp documentation
	
	Converted above to pod format
	
	Generate passwd.nntp(5) from new pod docs

2002-02-03 19:03  vinocur

	* doc/pod/passwd.nntp.pod: 
	Fiddled CVS keywords from last commit

2002-02-03 19:00  vinocur

	* doc/pod/passwd.nntp.pod: 
	Clarified wording in passwd.nntp documentation
	
	Converted above to pod format

2002-01-22 04:51  vinocur

	* NEWS: 
	Added a note about recent readers.conf "access: A" modification to
	NEWS.

2002-01-05 20:47  vinocur

	* doc/man/overview.fmt.5: 
	Clarification of rebuilding overview after changes to overview.fmt
	
	Bugfix, expireover is no longer used for rebuilding overview

2001-11-11 13:38  kondou

	* frontends/cnfsstat.in: 
	From: Basil Kruglov <basil@cifnet.com>
	
	fixing not showing any syslog for cnfsstat messages on FreeBSD box

2001-09-26 13:19  kondou

	* README, doc/pod/readme.pod: 
	update for new suck url

2001-09-25 07:29  kondou

	* doc/: man/inn.conf.5, pod/inn.conf.pod: 
	description of readertrack was still incorrect

2001-09-22 13:16  kondou

	* doc/man/mailpost.8: 
	typo fixed('-' was missed for 'm' option)

2001-09-22 13:09  kondou

	* doc/man/mailpost.8: 
	clarify the number of group name needs to be one

2001-09-22 12:47  kondou

	* doc/: man/inn.conf.5, pod/inn.conf.pod: 
	clarify what readertrack is intended for

2001-09-01 15:20  kondou

	* configure, configure.in: 
	From: Kenichi Okada <okada@opaopa.org>
	
	recent libcrypto needs libdl for enabling ssl

2001-07-28 09:30  rra

	* backends/controlchan.in: Skip control message commands that
	contain characters not in [a-z].

2001-07-24 22:41  kondou

	* doc/man/inews.1, MANIFEST: 
	From: "Adam J. Richter" <adam@yggdrasil.com>
	
	typo fixed

2001-07-19 21:28  rra

	* authprogs/ckpasswd.c: Merge from mainline: Use HAVE_DBM to decide
	whether to compile in dbm support, rather than basing it on the
	presence of the header files.

2001-07-19 21:27  rra

	* configure, configure.in, include/config.h.in: Import the OpenSSL
	checking code from mainline as it's more reliable.  Check for a dbm
	library and define HAVE_DBM iff one is found.

2001-07-19 21:13  rra

	* authprogs/radius.c: Remove the includes of the dbm header files;
	this program doesn't use dbm.

2001-07-19 02:15  rra

	* backends/sendbatch.in: Set COMPFLAGS to -f by default (see the
	compress man page).  Reported by Jochen Erwied <jochen@erwied.de>.

2001-07-18 14:45  kondou

	* backends/gpgverify.in: 
	From: "Andy Igoshin" <ai@vsu.ru>
	
	parenthesis was missed

2001-07-18 14:37  kondou

	* configure, configure.in: 
	From: Roman Gollent <roman@pobox.com>
	
	Forte C 6.0 is considered

2001-07-03 22:55  kondou

	* contrib/reset-cnfs.c: 
	From: Roman Gollent <roman@pobox.com>
	
	support for raw device largefile

2001-06-21 11:21  rra

	* README, doc/pod/readme.pod: Update the URL for suck.

2001-06-16 15:50  kondou

	* authprogs/radius.c: 
	From: elr@panix.com
	
	consider radius packet lost(tries to retransmit)

2001-06-16 04:34  kondou

	* include/inndcomm.h: 
	From: Heiko Schlichting <inn-bugs@fu-berlin.de>
	
	The comment in include/inndcomm.h describing the ICC protocol seems
	to be wrong.  The message length is of type short and therefore 2
	bytes and not 4 as written

2001-06-16 04:30  kondou

	* authprogs/radius.c: 
	From: "Yury B.Razbegin" <yur@simtel.ru>
	
	cpcatpath() returns static area which was incorrectly DISPOSE'd.

2001-06-03 14:02  kondou

	* backends/mod-active.in: 
	'-w' is now dropped for executing perl

2001-05-24 02:34  kondou

	* authprogs/ident.c: 
	From: "Matthias Urlichs" <smurf@noris.de>
	
	when querying hosts behind firewalls which deny auth-requests (that
	is, they don't send reject packets), the authprogs/ident program
	shipped with INN 2.3.{0,1} simply hangs forever, and thus also
	nnrpd just hangs;neither can the user really connect, nor does he
	get any error message.

2001-05-10 17:14  rra

	* doc/man/ctlinnd.8: ctlinnd kill is correct; ctlinnd signal is
	not.  Patch from Andrew Stribblehill
	<a.d.stribblehill@durham.ac.uk>.

2001-05-03 21:00  kondou

	* Makefile.global.in: 
	bump revision number to 2.3.3

