2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

log fixes

git-svn-id: https://svn.fhem.de/fhem/trunk@185 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tdressler 2008-05-11 21:24:12 +00:00
parent 683bda8d2f
commit 006b488bb8
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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