2013-04-16  run2-0.4.2 (release)
2013-xx-xx  run2-0.4.1 (development)
	* Avoid program compatibility issues on W7. See
	  http://cygwin.com/ml/cygwin-developers/2012-02/msg00022.html
	* Fix several bugs in canonicalizing ~ paths
	* First 64bit build

2009-12-29  run2-0.4.0 (release)
2009-xx-xx  run2-0.3.9 (development)

	* Requires cygwin-1.7 (cygwin-1.5 supported by branch-0.3.x,
	  but no new development is expected on that branch).
	* Fix segfault when display not specified.
	* Synchronize run2_gpl with recent run.exe improvements
	  (especially interoperation with GUI targets like mintty).
	* Various other bugfixes.
	* Exit with non-zero status when xml fails to parse.
	* Fix unsigned underflow error when parsing short <Arg>s.
	* Avoid deprecated cygwin functions.
	* Eliminate all compilation warnings.
	* Improve checkX behavior when used as 'barrier' in startxwin.
	* New config-run2-example.sh script, creates XML specification for:
	    GDI: mintty (bash)
	    X11: rxvt-unicode (bash)
	  and also creates a windows shortcut (cygwin hippo icon) to launch
	  run2 using this XML spec.

2009-12-01  run2-0.3.2 (release)
2009-xx-xx  run2-0.3.1 (development)

	* New library requirement: must have libustr installed.

	* Use ustr library for (some) string handling. This is a work
	  in progress. Eventually almost all char* will be replaced
	  by Ustr. Then, we can begin transitioning to storing UTF-8
	  strings rather than narrow NLS ones, and allow the incoming
	  XML to be UTF-8 encoded.

	* Improve detection of just-launching X Server (Lothar Brendel)

2009-06-21  run2-0.3.0
	Renamed package from 'checkx' to 'run2' to reflect new
	featured utility.  The checkx program is still included.

	Major rewrite and new functionality. Internal reorganization.
	* New run2 utility is now the core offering. It is an updated
	  and more powerful version of the venerable 'run' program,
	  long part of the cygwin distribution. See the README file
	  for more information.
	* Imported some functionality from the run package under the
	  GPL license, but the rest of the package -- including MOST
	  of the source code added for the 'run2' utility -- remains
	  under non-copyleft licensing.
	* expanded facilities provided by lib/util.[c|h] and changed
	  the way logging (error, warning, debug) messages are handled.
	* significant additions to lib/ to support parsing XML config
	  files for the new run2 utility.
	* added a few files from my C Data Structures Library (CDSL)
	  to support C++-style linked lists and maps (dictionaries).
	* added new icons for the run2 utility.
	* added test programs for much of the new functionality (CDSL
	  tests are not included).

2006-11-11  checkx-0.2.0
	Internal reorganization.  Now, checkX can be treated as
	a library by including checkX.h and calling checkX().

	The checkX program now only handles option parsing before
	calling checkX() in the "library".

	checkX program has a new option '--version'

	added man page

	New files launch.h and launch.c meant to be used by a spiffy
	"run"-like program that calls checkX() before launching 
	"non-X program" or "X-program".  Still needs work: config
	parsing to know "which" non-X-/X- programs to launch, etc.
	
2006-05-04  checkx-0.1.0
	Initial release
