From f22833fab6cb30cbe10daac2edd783de600abfd9 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: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@185 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- CHANGED | 2 ++ HISTORY | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGED b/CHANGED index 2a80e8aff..72c9ea393 100644 --- a/CHANGED +++ b/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/HISTORY b/HISTORY index b5d56043b..8c39803ac 100644 --- a/HISTORY +++ b/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