Changes since version 1.2.5 (2002-Jun-04):

	* Check inet_ntoa in libnsl instead of gethostbyname.
	* If server drops connection, gracefully exit. Thanks to
	  Chris Shenton for finding this bug.
	
Changes since version 1.2.4 (2001-Jun-18):

	* Switched over to GNU autoconf/automake for improved portability

Changes since version 1.2.3 (2001-Jan-12):

	* Made 'newsgroup does not exist' error message less cryptic
	* NEWSFISHRC FORMAT CHANGE: The man file specifies that
	  regexp lines should start with '*' followed by ' '. Previously,
	  this was not enforced. Now, it is. (This is being done for
	  global/group condition sets.)
	* A blank newsgroup name in .newsfishrc (a ':' on a line by
	  itself) no longer causes newsfish to fail an assertion.
	* Added ability to define general condition sets, which would
	  apply a set of conditions to all newsgroups whose name
	  matched a specified pattern. (Thanks for Chris Shenton for the
	  idea)

Changes since version 1.2 (2000-Jul-31):
	
	* Fixed bug where newsfish would "forget" about newsrc entries
	  it didn't care about
	* Added option to list all newsgroups on the server
	* Added ability to pipeline NNTP requests
	  (Thanks to Mark Shepard for the idea & algorithm)
	* Changed all NNTP commands to uppercase for better
	  compatibility with some servers. Reported by Jeremy Prior.
	* Fixed bug where CRLF by itself was being interpreted as
	  CR. Reported by Chris Shenton.

Changes since version 1.1 (2000-Jan-28):

	* Added ability to invert conditions
	* Added NNTP authentication (original AUTHINFO scheme)
	* Added file locking
	* Added ability to pipe articles to programs
	  (Thanks to Gildas Perrot for the suggestion)
	* Added ability to easily switch between different servers
	  (Thanks to Mark Shepard for the suggestion)
	* Added ability to execute a pre-connect/post-connect command
	  (Again thanks to Mark Shepard for the idea)
	* Added ability to catch up all newsgroups or just certain ones

Changes since version 1.0.1 (1999-May-20):

	* Fixed a memory leak(!)
	* Added better support for portability
	* Added preliminary file size limiting

Changes since version 1.0 (1999-Jan-17):

	* Fixed bug where having multiple filter-sets with the same
	  newsgroup would read that newsgroup multiple times.