[lwatch-cvs] files ChangeLog,1.12,1.13
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-04-04 12:01:48
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv21146 Modified Files: ChangeLog Log Message: - when reading from stdin close on EOF Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ChangeLog 27 Mar 2003 16:08:14 -0000 1.12 --- ChangeLog 4 Apr 2003 12:01:42 -0000 1.13 *************** *** 1,18 **** ! 0.3: new tests in ./configure (getopt_long) ! If other program close 2nd end of fifo lwatch tries to reopen it ! FreeBSD port ! ! ! 0.2: bugfix: too much manual files installed ! ChangeLog filled :) ! reading lwatch.conf from $sysconfdir ! compliant with GPL2.0 ! support for show_unparsed ! bugfix: yes and no was negated ! some typos corrected ! build-in default for input file could be replaced during build time ! legal stuff required by PCRE ! 0.1: First public release. Basic functionality implemented (parse and ! colourize logs) --- 1,18 ---- ! 0.3: - new tests in ./configure (getopt_long) ! - If other program close 2nd end of fifo lwatch tries to reopen it ! - when reading from stdin close on EOF ! - FreeBSD port + 0.2: - bugfix: too much manual files installed (arturcz) + - ChangeLog filled :) (arturcz) + - reading lwatch.conf from $sysconfdir (arturcz) + - compliant with GPL2.0 (arturcz) + - support for show_unparsed (arturcz) + - bugfix: yes and no was negated (arturcz) + - some typos corrected (arturcz) + - build-in default for input file could be replaced during build + time (arturcz) + - legal stuff required by PCRE ! 0.1: - first public release. Basic functionality implemented (parse and ! colourize logs) (arturcz) |