[lwatch-cvs] files ChangeLog,1.22,1.23 TODO,1.32,1.33
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-10 12:15:32
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28084 Modified Files: ChangeLog TODO Log Message: Configuration file is versioned now. Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** TODO 10 Aug 2004 08:36:36 -0000 1.32 --- TODO 10 Aug 2004 12:15:19 -0000 1.33 *************** *** 3,7 **** Now (for 0.4): - - versioning of configuration file, throw warning if config file is without version - run as daemon - configure: --with-pcre support --- 3,6 ---- Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** ChangeLog 12 Mar 2004 00:04:03 -0000 1.22 --- ChangeLog 10 Aug 2004 12:15:19 -0000 1.23 *************** *** 5,8 **** --- 5,10 ---- - --enable-resize allows to cut line length to width of terminal, enabling this option could causes your lwatch to crash (oszer) + - versioning of configuration file, throw warning if config file is + without version 0.3: - --fifo and -f are deprecated, use --input and -i instead (arturcz) *************** *** 10,19 **** - -o means output file, use -O for omit config file (arturcz) - fifo_file in configuration file is deprecated, use input_file ! instead it (arturcz - new option output_file in configuration (arturcz) - new tests in ./configure for getopt_long (arturcz) - handle EOF - reopen fifo, close when input from stdin (arturcz) ! - colors with BOLD atribute available ! - FreeBSD port (arturcz) 0.2: - bugfix: too much manual files installed (arturcz) --- 12,21 ---- - -o means output file, use -O for omit config file (arturcz) - fifo_file in configuration file is deprecated, use input_file ! instead it (arturcz) - new option output_file in configuration (arturcz) - new tests in ./configure for getopt_long (arturcz) - handle EOF - reopen fifo, close when input from stdin (arturcz) ! - colors with BOLD atribute available (arturcz) ! - FreeBSD port (arturcz) 0.2: - bugfix: too much manual files installed (arturcz) |