From cca1246a131c9b93b78f8750aa994aed751cd523 Mon Sep 17 00:00:00 2001 From: tdressler Date: Sun, 11 May 2008 21:24:12 +0000 Subject: [PATCH] log fixes git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@185 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 ++ fhem/HISTORY | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/fhem/CHANGED b/fhem/CHANGED index 2a80e8aff..72c9ea393 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -396,3 +396,5 @@ - bugfix : WS2000:fixed serial port access on windows by replacing FD with ReadyFn - bugfix : FileLog: dont use FH->sync on windows (not implemented there) - feature: EM, WS300, FHZ:Add Switch for Device::SerialPort and Win32::SerialPort to get it running in Windows (sorry, untestet) + - bugfix: FileLog undefined $data in FileLog_Get + - feature: fhem.pl check modules for compiletime errors and do not initialize them diff --git a/fhem/HISTORY b/fhem/HISTORY index b5d56043b..8c39803ac 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -254,3 +254,7 @@ - bugfix : WS2000:fixed serial port access on windows by replacing FD with ReadyFn - bugfix : FileLog: dont use FH->sync on windows (not implemented there) - feature: EM, WS300, FHZ:Add Switch for Device::SerialPort and Win32::SerialPort to get it running in Windows (sorry, untestet) + -tdressler So May 11 23:30:00 MEST 2008 + - bugfix: FileLog undefined $data in FileLog_Get + - feature: fhem.pl check modules for compiletime errors and do not initialize them if any + -bugfix: EM, WS300, FHZ scope of portobj variable