2003-02-07  Enrico Zini <enrico@debian.org>
	* ChildProcess.cc
	* Config.cc
	* LoggerMethods.cc
	* Regex.cc
	Removed default values from function parameters, to make them
	compilable by g++ 3.2 (thanks to Tsuyoshi GEMMA and Andres Salomon)
	* Exception.cc
	When execinfo.h is not available, provide an alternative `unexpected'
	function
	* configure.ac
	Added check for execinfo.h (not present with uClibc)
	(VERSION) updated to 0.7

2002-11-25  Enrico Zini <enrico@debian.org>
	* LaunctoolOutput.cc
	corrected parser for syslog logging parameters
	* configure.ac
	(VERSION) updated to 0.6

2002-10-17  Enrico Zini <enrico@debian.org>
	* ChildProcess.cc
	Child process closes pipes after dup2()
	* MultiReader.cc
	Corrected and simplified the reading algorithm.  Not it does not
	require nonblocking I/O set on the FD
	* configure.ac
	(VERSION) updated to 0.5

2002-10-08  Enrico Zini <enrico@debian.org>
	* launcher.cc
	* Multireader.h
	* Multireader.cc
	Changed the algorithm to read the child output: now it does not hang
	calling select on filehandles in eof state.
	* configure.ac
	(VERSION) updated to 0.4

2002-10-03  Enrico Zini <enrico@debian.org>
	Renamed launcher in launchtool to prevent a name clash with another
	existing tool

	* configure.ac
	(PACKAGE) changed to launchtool
	(VERSION) updated to 0.3

2002-10-03  Enrico Zini <enrico@debian.org>
        * launcher.cc
	Corrected wrong handling of wait_times and next_delay that caused the
	--infinite-runs options not to work correctly.

	* launcher.1
	Corrected the conjugation of a verb... sorry: I not am inglish.

	* configure.ac
	(VERSION) updated to 0.2
