[lwatch-cvs] files ChangeLog,1.20,1.21
Brought to you by:
arturcz
|
From: <ar...@us...> - 2004-01-12 12:50:00
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv30543 Modified Files: ChangeLog Log Message: fixed SEGV when run with -O without -o Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** ChangeLog 4 Jan 2004 02:08:16 -0000 1.20 --- ChangeLog 12 Jan 2004 12:49:53 -0000 1.21 *************** *** 2,5 **** --- 2,6 ---- at least on x86 - input_fifo is obsoleted now, use input_file instead + - fixed SEGV when run with -O and without -o 0.3: - --fifo and -f are deprecated, use --input and -i instead (arturcz) |