[lwatch-cvs] files ChangeLog,1.1,1.2 configure.ac,1.14,1.15
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-18 13:55:51
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv906 Modified Files: ChangeLog configure.ac Log Message: - bugfix: too much manual files installed - bugfix: changelog filled - release numbers prepared for 0.2 Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ChangeLog 8 Aug 2002 14:03:50 -0000 1.1 --- ChangeLog 18 Mar 2003 13:55:47 -0000 1.2 *************** *** 0 **** --- 1,6 ---- + 0.2: Bugfixes: + - too much manual files installed + - ChangeLog filled :) + + 0.1: First public release. Basic functionality implemented (parse and + colourize logs) Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** configure.ac 17 Mar 2003 15:30:15 -0000 1.14 --- configure.ac 18 Mar 2003 13:55:47 -0000 1.15 *************** *** 5,9 **** #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.1]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) --- 5,9 ---- #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.2]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) |