VERSION HISTORY:

3.0.2  -  12-15-91
    Fixed bug with <stdin> code                   (mcooper@usc.edu)
    Fixed bug with file creation mode             (mcooper@usc.edu)
    Fixed bug which caused all non three column input files to drop on the
        floor                                     (rob@violet.berkeley.edu)
    Modified "links" to read the config script when running C News
                                                  (moraes@cs.toronto.edu)
  Fixed the one-shot option to work with logfiles
  Modified so that it close/reopens the fake syslog when sent a HUP signal


3.0.1  -  11-11-91
    Fixed many small bugs, thanks to:
        moraes@cs.toronto.edu (Mark Moraes)
        fletcher@cs.utexas.edu (Fletcher Mattox)
        brendan@cs.widener.edu (Brendan Kehoe)
        per@erix.ericsson.se (Per Hedeland)
        andy@jhunix.hcf.jhu.edu (Andy Poling)
        dpk@morgan.com (Doug Kingston)
    Changed the way nntplink dissociates itself from the controlling
        terminal                                  (moraes@cs.toronto.edu)
    Added the "which port" option                 (asp@uunet.uu.net)
    Changed "Open article first" from compile time to run time option
    Added the "Log closings" option
    Renamed several options

3.0    -  05-20-91
    Almost complete rewrite (95% of the code is brand new)
    Added support for DKHOST                      (tim.g.thompson@att.com)

2.2.1  -  03-05-91
    Fixed a bug in the stats reporting            (tale@cs.rpi.edu)
    Fixed naptime code                          (jerry@olivey.atc.olivetti.com)
    Removed CNEWS_BATCHDIR definition, now it automagically discovers if you
        are using CNEWS batchdir                  (moraes@cs.toronto.edu)
    Changed name of read_link_data to update_link_data since it also writes
        the file                                  (moraes@cs.toronto.edu)
    Fixed a typo in remote.c                      (stevo@elroy.jpl.nasa.gov)
    Fixed the makefile                            (rsalz@bbn.com)
    Now writes correct pid to link file

2.2    -  02-10-91
    Added B News support for the -X option        (andy@jhunix.hcf.jhu.edu &
                                                   fletcher@cs.utexas.edu)
    fakesyslog() uses SIGUSR1 to resetlog()       (andy@jhunix.hcf.jhu.edu)
    changed the getdtablesize() line              (rsalz@bbn.com)
    fixed the "-B","-C","-L" options to work the way they're supposed to
    updated description of "-B" vs "-C" in the man page and conf.h

2.1    -  12-14-90
    Added MMAP definition                         (stevo@elroy.jpl.nasa.gov)
    Added FAKESYSLOG code from the nntp code      (tim.g.thompson@att.com)
    Added "auth" code from the original nntp 1.5.10 code
    Syslogs a message if unable to connect for <n> hours
    Puts article in a batch.fail file after <n> attempts to send it fail
    Syslogs a message explaining why the article failed
    Added CNEWS_HACK, if def then nntplink only watches for a .nntp file
    Changed "Improper response to..." to include what the response was
    Store the pid into batch.link, -999 if not running

2.0.3  -  04-07-90
    New CNEWS_BATCHDIR definition (see conf.h for explanation)
    Updated the man page to be more current.
    Fixed various misc small bugs.

2.0.2  -  04-05-90
    Added HP/UX 6.0 support.                      (icsu6000@cs.montana.edu)

2.0.1  -  04-04-90
    Cleaned up some bugs that appeared when compiled without CNEWS.

2.0    -  04-02-90
    Added -X and -E options
    Modified so that it only opens the article only when necessary
    Changes working directory to SPOOL_DIR now
    Improved Makefile                             (asp@uu.uu.net and
                                                   lamy@cs.utoronto.edu)

1.10.6 -  01-14-90
    Prints out config info on startup now

1.10.5 -  11-27-89
    Split up nntplink.c to several smaller files
    Message-id is now save in rewrite()
    Code to check C-news .vs. B-news (spots cfg errors)

1.10.4 -  11-23-89
    Added -I (idling time out)                    (lamy@cs.utoronto.edu)

1.10.3 -  11-20-89
    Removed one-shot feature-- doesn't apply.
    Added -S option <coolidge@cs.uiuc.edu>

1.10.2 -  11-19-89
    Fixes major bug (dropped articles) --- linked lists removed.
    Added -L and -C options, reorganized stats gathering.
                                                  (lamy@cs.utoronto.edu)
1.10.0 -  11-11-89
    Initial public release

1.01.4 -  11-10-89
    Added HP/UX support.                          (icsu6000@cs.montana.edu)

1.01.3 -  11-08-89
    Fix dprintf bug (big bug)                     (fletcher@cs.utexas.edu)

1.01.2 -  11-05-89
    Removed -x option.  It is always set now.
    Very small change to safecopy().

1.01.1 -  11-03-89
    Cnews batchfile compatibility                 (coolidge@cs.uiuc.edu)

1.01.0 -  11-02-89
    SVR3 compatible?
