[lwatch-cvs] files NEWS,1.6,1.7 configure.ac,1.47,1.48
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-14 19:01:14
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30251 Modified Files: NEWS configure.ac Log Message: Post release commit. Index: NEWS =================================================================== RCS file: /cvsroot/lwatch/files/NEWS,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** NEWS 14 Aug 2004 18:35:46 -0000 1.6 --- NEWS 14 Aug 2004 19:01:05 -0000 1.7 *************** *** 1,7 **** 2004.08.14 ! lwatch 0.4 has been released. Most benefit from upgrade to this version is user's manual for lwatch program and lwatch.conf configuration file. Also build documentation is up to date now. ! Please note, that input_fifo is obsoleted now. You should use input_file instead. --- 1,7 ---- 2004.08.14 ! lwatch 0.4 has been released. The benefit of upgrading to this version is user's manual for lwatch program and lwatch.conf configuration file. Also build documentation is up to date now. ! Please note that input_fifo is obsoleted now. You should use input_file instead. Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** configure.ac 14 Aug 2004 17:34:05 -0000 1.47 --- configure.ac 14 Aug 2004 19:01:05 -0000 1.48 *************** *** 5,9 **** #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.4]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) --- 5,9 ---- #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.4+cvs]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) |