diff --git a/fhem/CHANGED b/fhem/CHANGED index 9fa407b19..2a80e8aff 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -390,4 +390,9 @@ - feature: pgm2 installation changes, multiple instances, external css - feature: 87_ws2000.pm (thomas 10.05.08) - contrib: ws2000_reader.pl Standalone decoder and server (thomas 10.05.08) - - doc : update fhem.html and commandline.html reflecting ws2000 and windows installation(thomas 10.05.08) \ No newline at end of file + - doc : update fhem.html and commandline.html reflecting ws2000 and windows installation(thomas 10.05.08) + - feature: add ReadyFn to fhem.pl in main loop to have an alternative for select, which is not working on windows (thomas 11.05) + - feature: set timeout to 0.2s, if HandleTimeout returns undef=forever + - 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) diff --git a/fhem/HISTORY b/fhem/HISTORY index c4bb18f12..b5d56043b 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -240,10 +240,6 @@ - the default location for pictures, gnuplot scripts and css is the FHEM module directory - multiline support for notify and at scripts. - - - - - feature: FileLog "set reopen" for manual tweaking of logfiles. - feature: multiline commands are supported through the command line - feature: pgm2 installation changes, multiple instances, external css @@ -251,4 +247,10 @@ -tdressler Sa May 10 23:00:00 MEST 2008 -feature:add WS2000 Support new modul 87_ws2000.pm and standalone reader/server ws2000_reader.pl -doc: modified fhem.html/commandref.html reflectiing ws2000 device and added windows support - (tagged:before tdressler_20080510_1, after tdressler_20080510_2) \ No newline at end of file + (tagged:before tdressler_20080510_1, after tdressler_20080510_2) +-tdressler So May 11 19:30:00 MEST 2008 + - feature: add ReadyFn to fhem.pl in main loop to have an alternative for select, which is not working on windows (thomas 11.05) + - feature: set timeout to 0.2s, if HandleTimeout returns undef=forever (tagged tdressler_20080511_1/2) + - 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)