version 0.5.1 (04/02/2005):
version 0.5.0 (07/14/2004):

07/14/2004 Bob Rossi <bob@brasko.net>

    * src/Makefile.am (noinst_bindir): changed top_srcdir to top_builddir

version 0.4.2 (05/10/2004):
version 0.4.1 (04/26/2004):

01/29/2004 Bob Rossi <bob@brasko.net>

   * rlctx.c: Changed PATH_MAX to FSUTIL_PATH_MAX and #include <limits.h> to
   #include "fs_util.h"

01/08/2004 Bob Rossi <bob@brasko.net>

   * Makefile.in: regenerated with documented autotools version
   * src/Makefile.in: ditto

version 0.4.0-1 cygwin release

12/12/2003 Ronald Landheer-Cieslak <ronald@landheer.com>

   * Makefile.in: regenerated
   * src/Makefile.in: ditto
   * src/Makefile.am: set include searchpath relative to source dir

version 0.4.0 (10/28/2003):

10/13/2003 Bob Rossi <bob@brasko.net>

   * rlctx.c: changed all occurences of 'string_*' to 'ibuf_*'
   * rlctx_main: ditto

09/04/2003 Bob Rossi <bob@brasko.net>

   * rlctx.h: global rlctx_recv_line, add void* parameter for context.
   rlctx_init, changed to recieve parameter to pass to callbacks.
   * rlctx.c: struct rlctx, added callback_program.
   rlctx_init, changed to match prototype, initializes new member.
   rlctx_parse_command, call new callback with parameter.
   * rlctx_driver.c: updated to use new context.

version 0.3.4 (08/14/2003):

08/11/2003 Bob Rossi <bob@brasko.net>

	* rlctx_driver.c: tgdb_init_readline, adding prompt to driver
	* rlctx_main.c: signal_catcher, added code to catch and handle SIGINT
	rlctx_setup_signals, setup signal handler for SIGINT

version 0.3.3a (07/16/2003):

version 0.3.3 (07/15/2003):

version 0.3.2 (06/25/2003):

05/31/2003 Bob Rossi <bob_rossi@cox.net>

    * Makefile.am: Added rlctx_driver program to test rlctx.
    * rlctx.c: Modified config file reading to use new fs_util libirary.
               Removed limits.h.

version 0.3.1 (04/28/2003):

04/27/2003 Bob Rossi <bob_rossi@cox.net>

    * Reorganized the cvs tree
    * Removed rlctx_prog: rlctx now interfaces by calling fork
    and then doing all its work there ( instead of exec'ing also ).

version 0.3.0 (04/11/2003):
