1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
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
|