[lwatch-cvs] files ChangeLog,1.30,1.31 NEWS,1.7,1.8 configure.ac,1.48,1.49
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-19 10:52:12
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6711 Modified Files: ChangeLog NEWS configure.ac Log Message: 0.4.1 release Index: NEWS =================================================================== RCS file: /cvsroot/lwatch/files/NEWS,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** NEWS 14 Aug 2004 19:01:05 -0000 1.7 --- NEWS 19 Aug 2004 10:52:02 -0000 1.8 *************** *** 1,2 **** --- 1,8 ---- + 2004.08.19 + lwatch 0.4.1 contains fix for uninitialized variable bug which + could happen for some user configuration (thanks to kender for + reporting it), small change required to create an OpenBSD port + and some corrected typos in documentation + 2004.08.14 lwatch 0.4 has been released. The benefit of upgrading to this Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** configure.ac 14 Aug 2004 19:01:05 -0000 1.48 --- configure.ac 19 Aug 2004 10:52:02 -0000 1.49 *************** *** 5,9 **** #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.4+cvs]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) --- 5,9 ---- #Initializing AC_PREREQ(2.57) ! AC_INIT([lwatch], [0.4.1]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR(src/lwatch.c) Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** ChangeLog 19 Aug 2004 10:38:37 -0000 1.30 --- ChangeLog 19 Aug 2004 10:52:02 -0000 1.31 *************** *** 1,3 **** ! new: - manual typos (arturcz) - change defaults in config file (arturcz) - minor changes needed to build on OpenBSD, thanks pelotas (arturcz) --- 1,3 ---- ! 0.4.1: - manual typos (arturcz) - change defaults in config file (arturcz) - minor changes needed to build on OpenBSD, thanks pelotas (arturcz) |