
CHANGES
=======
--Changes in 1.2: 
added a missing htons() thanks to laurent@brasil.frmug.fr.net
added numeric ip address handling.
--Changes in 1.3: 
fixed numeric ip handling.
--Changes in 1.4: 
added restart ability thanks to inspiration from David.H.West@um.cc.umich.edu.
--Changes in 2.0: 
added inews-alike rpost thanks to inspiration from ecarp@netcom.com.
--Changes in 2.1: 
Radically increased buffer (+1 byte) thanks to operator@melchior.frmug.fr.net
rpost now more RFC0977 conform.
Renamed rpost.sh to blow.
Added another local posting script by huber@iamexwi.unibe.ch for inn.
--Changes in 2.1.1:
Despite of the above proclamation i forgot to increase the buffer ;).
This is now fixed (hopefully). You see there is definately a need
for a new maintainer.
--Changes in 2.2:
Sgetline now cares for maxlen which means lines > 1024 bytes will
be folded. Lpost got the option -v to print some debugging output.
The other changes are only cosmetical :).

--NEW MAINTAINER 3 July 1995 boby@pixi.com
Minor changes so no warning msgs from gcc2.7.0.
suck.c - if low=high, never got message, fixed 
suck.c - changed if lastread in sucknewsrc ==0 no get to == -1
3 July 1995 suck-2.2 released

--Changes in 2.3B
Rewrote code to my code styles, this basically means: no global variables,
	single exit(), #define anything liable to change, change indentation.

both.c  - added full_path() so can put files anywhere, just change #defines in both.h.
	  added do_debug(), MyPerror() for easier debugging.
	  sgetline(), total rewrite so less character moving around
	  and handles partial lines, returns with the nl in buffer.
both.h  - clarifed debugging options.
	  centralized all #defines here for global changes
lpost.c  - just cosmetic changes, as I hope to phase this out.
Makefile - added a couple of comments
rpost.c  - rewrote to handle batch option
	   added do_article(), process one article
	   added do_batch(), loop thru batch file, process args
	   run filter as needed
	   added do_filter(), basically just fork() and execl()
suck.c   - main() rewrite to handle args
	   get_articles() rewritten to handle multifile output
	   added get_announcements() to move this out of main()
	   added do_dedupe() so no more system() calls.
	   added allocnode() for use by do_dedupe()
	   added checkdir() to check for and make directory
	   added do_innbatch() to build batch file of article file
	   names needed by innxmit
	   added do_rnewsbatch() to build file formatted for rnews
8 August 95 Suck2.3B released (I hope)
