From 1d1ebe1142e1adb240da7d65c42c8c8b3d1a9b72 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sat, 29 Sep 2018 07:05:08 +0000 Subject: [PATCH] 93_Log2Syslog: contrib 5.1.0 git-svn-id: https://svn.fhem.de/fhem/trunk@17426 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/93_Log2Syslog.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/93_Log2Syslog.pm b/fhem/contrib/DS_Starter/93_Log2Syslog.pm index 7bfb9737c..09bfd0db3 100644 --- a/fhem/contrib/DS_Starter/93_Log2Syslog.pm +++ b/fhem/contrib/DS_Starter/93_Log2Syslog.pm @@ -85,7 +85,7 @@ our %Log2Syslog_vHistoryIntern = ( our %Log2Syslog_vHistoryExtern = ( "5.1.0" => "29.09.2018 new get <name> versionHistory command ", "5.0.1" => "27.09.2018 automatic reconnect to syslog-server in case of write error ", - "5.0.0" => "26.09.2018 TCP-Server for Collector is possible now, PROFILE as Internal, Parse_Err_No as reading, new octetCount attribute (see also RFC6587 Transmission of Syslog Messages over TCP), TCP SSL-support, new set 'reopen' command, some code fixes ", + "5.0.0" => "26.09.2018
  • TCP Server mode is possible now for Collector devices<\li>
  • the used parse-profile is shown as Internal<\li>
  • Parse_Err_No counts faulty persings since start<\li>
  • new octetCount attribute switches the syslog framing method (see also RFC6587 Transmission of Syslog Messages over TCP)<\li>
  • TCP SSL-support<\li>
  • new set 'reopen' command to reconnect a broken connection<\li>
  • some code fixes ", "4.8.5" => "20.08.2018 BSD/parseFn parse changed, BSD setpayload changed, new variable \$IGNORE in parseFn ", "4.8.4" => "15.08.2018 BSD parse changed again ", "4.8.3" => "14.08.2018 BSD setpayload changed, BSD parse changed, new Internal MYFQDN ",