2003-03-09 01:56  rra

	* Makefile: Don't remove the products of make dist, and don't
	remove the ChangeLog file since it's actually part of the
	distribution.

2003-03-09 01:53  rra

	* storage/cnfs/cnfs.c: Backport the CNFS full buffer calculation
	fixes from CURRENT, as apparently some STABLE builds can suffer
	from the same type promotion problems.

2003-03-06 00:53  rra

	* NEWS, doc/pod/news.pod: Add changes in INN 2.3.5.

2003-03-06 00:34  rra

	* frontends/innconfval.c: Quote Bourne shell variable settings with
	the proper degree of paranoia.

2003-02-27 22:42  kondou

	* innd/art.c: Fix generating site (Path element) shown in
	$pathlog/news and also as a result of 'Ws' in newsfeeds if
	logipaddr is set to true

2003-02-22 00:18  rra

	* samples/control.ctl: Update is.* information.

2003-02-11 18:27  rra

	* support/: config.guess, config.sub: Merge config.* files from
	2003-02-03.

2003-02-11 18:20  rra

	* LICENSE: Update copyright date.

2003-02-10 01:48  rra

	* README.perl_hook, README.python_hook: Revert the last change. 
	Wrong part of the documentation.

2003-02-10 01:44  rra

	* README.perl_hook, README.python_hook: Injector-Info is now passed
	to the filters.

2003-02-10 01:43  rra

	* nnrpd/post.c: Add Injector-Info to the list of headers that are
	passed to the filters, and mark it as a header that a posting
	client should not be able to set.

2003-02-02 21:51  rra

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

2003-02-02 21:48  rra

	* CONTRIBUTORS: Add Winfried Szukalski.

2003-02-02 21:42  rra

	* storage/: ov.c, buffindexed/buffindexed.c, cnfs/cnfs.c,
	ov3/ov3.c, timecaf/timecaf.c, timehash/timehash.c,
	tradspool/tradspool.c: Use the right printf format codes for
	variables (%d instead of %ld, %u instead of %lu, that sort of
	thing).  Reported by Winfried Szukalski.

2003-02-02 21:27  rra

	* nnrpd/: article.c, nnrpd.c: Use the right printf format codes for
	variables (%d instead of %ld, %u instead of %lu, that sort of
	thing).  Reported by Winfried Szukalski.

2003-02-02 20:50  rra

	* lib/date.c: tz_name is a const char.

2003-02-02 20:50  rra

	* innfeed/: msgs.h, startinnfeed.c: Use the right printf formats
	for some variables.  Reported by Winfried Szukalski.

2003-02-02 20:46  rra

	* innd/: cc.c, chan.c, nc.c, site.c: Change a variety of uses of %d
	to %ld and %ld to %d to match the data types correctly in syslog
	calls.	Reported by Winfried Szukalski.

2003-02-02 20:33  rra

	* expire/makehistory.c: Use the right format strings when printing
	time_t; this could conceivably matter on some hosts.  Reported by
	Winfried Szukalski.

2003-02-02 20:27  rra

	* frontends/inews.c: Use the right data type when checking bad
	distributions.	Reported by Winfried Szukalski.

2003-02-02 20:20  rra

	* INSTALL, doc/pod/install.pod: Add Mac OS X to the list of working
	platforms.

2003-02-02 19:13  rra

	* samples/control.ctl: Update information for chile.* and add an
	admin group for at.*.

2003-02-01 21:42  rra

	* configure, configure.in: Make sure that INEWSMODE and RNEWSMODE
	always have leading zeroes, since otherwise inncheck gets confused.

2003-02-01 21:35  rra

	* lib/parsedate.y: Rename yymaxdepth to avoid conflicts with other
	yacc parsers (like the one in innfeed).

2003-02-01 21:27  rra

	* nnrpd/post.c: Posts with Followup-To set to a moderated group
	were incorrectly being rejected if the user didn't have the ability
	to approve postings.  Fixed.

2003-02-01 21:24  rra

	* Makefile.global.in: Bump version to 2.3.5.

2002-12-22 22:53  rra

	* NEWS, doc/pod/news.pod: Update for changes in INN 2.3.4.

