[lwatch-cvs] files ChangeLog,1.29,1.30
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-19 10:38:54
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4508 Modified Files: ChangeLog Log Message: Thanks to kender. Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** ChangeLog 19 Aug 2004 10:34:40 -0000 1.29 --- ChangeLog 19 Aug 2004 10:38:37 -0000 1.30 *************** *** 2,6 **** - change defaults in config file (arturcz) - minor changes needed to build on OpenBSD, thanks pelotas (arturcz) ! - fixed lwatch crashes for some spurious configuration (arturcz) 0.4: - cleaned code to compile without warnings when -Wall is used, --- 2,7 ---- - change defaults in config file (arturcz) - minor changes needed to build on OpenBSD, thanks pelotas (arturcz) ! - fixed lwatch crashes for some spurious configuration, thanks kender ! (arturcz) 0.4: - cleaned code to compile without warnings when -Wall is used, *************** *** 41,42 **** --- 42,45 ---- 0.1: - first public release. Basic functionality implemented (parse and colourize logs) (arturcz) + + # vim:tw=78: |