[lwatch-cvs] files NEWS,1.1,1.2 README,1.2,1.3 TODO,1.3,1.4
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-18 12:13:43
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv30066 Modified Files: NEWS README TODO Log Message: - before-release checkout Index: NEWS =================================================================== RCS file: /cvsroot/lwatch/files/NEWS,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NEWS 8 Aug 2002 14:03:50 -0000 1.1 --- NEWS 18 Mar 2003 12:13:40 -0000 1.2 *************** *** 0 **** --- 1,2 ---- + 2003.03.18 + <tada.wav> First release of lwatch: 0.1. I hope there is no bugs. Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 7 Sep 2002 02:07:18 -0000 1.2 --- README 18 Mar 2003 12:13:40 -0000 1.3 *************** *** 4,5 **** --- 4,14 ---- Installation procedure: see INSTALL Bug reporting: see BUGS + Feature request: see TODO. + + This package requires PCRE library available at: + ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ + + For me it works with libpcre 3.4. + + There is only Linux supported for now, but on other platform this software + should compile. Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TODO 18 Mar 2003 11:57:37 -0000 1.3 --- TODO 18 Mar 2003 12:13:40 -0000 1.4 *************** *** 2,8 **** $Source$ ! Now (for nearest stable release): - show or not unparsed lines (parameter in config file and runtime option) - complete manual Later: --- 2,9 ---- $Source$ ! Now (for next release): - show or not unparsed lines (parameter in config file and runtime option) - complete manual + - adjust to GNU GPL requirements Later: *************** *** 14,15 **** --- 15,21 ---- - support for growing regular files (like tail -f) - user defined message format + - write documentation in info format + - run as daemon + + If you have any feature request not presented here look at: + http://sourceforge.net/tracker/?group_id=55979&atid=478915 |