<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<h1 style="box-sizing: border-box; margin-right: 0px; margin-bottom: 16px; margin-left: 0px; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid rgb(238, 238, 238); color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; margin-top: 0px !important;">
3.9.1</h1>
<h1 style="box-sizing: border-box; margin: 24px 0px 16px; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid rgb(238, 238, 238); color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";">
Features</h1>
<ul style="box-sizing: border-box; padding-left: 2em; margin-top: 0px; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px;">
<li style="box-sizing: border-box;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Improve parsing performance in case of keep-timestamp(no), earlier the<br style="box-sizing: border-box;">
timestamp was parsed and then dropped, now we don't parse it, which is a<br style="box-sizing: border-box;">
2x performance improvement in reception speed.</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">TLS based transports will publish the peer's certificate in a set of<br style="box-sizing: border-box;">
name-value pairs, as follows:</p>
<ul style="box-sizing: border-box; padding-left: 2em; margin-top: 0px; margin-bottom: 0px;">
<li style="box-sizing: border-box;">.tls.x509_cn - X.509 common name</li><li style="box-sizing: border-box; margin-top: 0.25em;">.tls.x509_o - X.509 organization string</li><li style="box-sizing: border-box; margin-top: 0.25em;">.tls.x509_ou - X.509 organizational unit</li></ul>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Improve performance of the tcp() source, due to a bug, syslog-ng<br style="box-sizing: border-box;">
attempted to apply position tracking to messages coming over a TCP<br style="box-sizing: border-box;">
transport, which is used for file position tracking and causing<br style="box-sizing: border-box;">
performance degradation. This bug is fixed, causing performance to be<br style="box-sizing: border-box;">
increased. (<a href="https://github.com/balabit/syslog-ng/pull/1195" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1195" data-id="175011497" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1195</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Make it possible to configure the listen-backlog() for any stream based<br style="box-sizing: border-box;">
transports (unix-stream and tcp). Earlier this was hard-wired at 256<br style="box-sizing: border-box;">
connections, now can be tuned using an option. For example:</p>
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">tcp(port(6514) listen-backlog(2048));</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Add a groupunset() rewrite rule that pairs up with groupset() but instead<br style="box-sizing: border-box;">
of setting values it unsets them. (<a href="https://github.com/balabit/syslog-ng/pull/1235" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1235" data-id="183642261" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1235</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Add support for Elastic Shield (<a href="https://github.com/balabit/syslog-ng/pull/1228" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1228" data-id="182754258" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1228</a>)
 and SearchGuard (<a href="https://github.com/balabit/syslog-ng/pull/1223" class="issue-link js-issue-link" data-id="180902265" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" title="F/searchguard" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1223</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">kv-parser() is now able to cope with unquoted values with an embedded<br style="box-sizing: border-box;">
space in them, it also trims whitespace from keys/values and is in<br style="box-sizing: border-box;">
general more reliable in extracting key-value pairs from arbitrary log<br style="box-sizing: border-box;">
messages.</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Improve performance for java based destinations. (<a href="https://github.com/balabit/syslog-ng/pull/1243" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1243" data-id="185362388" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1243</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Add prefix() option to add-contextual-data()</p>
</li></ul>
<h1 style="box-sizing: border-box; margin: 24px 0px 16px; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid rgb(238, 238, 238); color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";">
Bugfixes</h1>
<ul style="box-sizing: border-box; padding-left: 2em; margin-top: 0px; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px;">
<li style="box-sizing: border-box;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Fix a potential crash in the file destination, in case it is a template<br style="box-sizing: border-box;">
based filename and time-reap() is elapsed. (<a href="https://github.com/balabit/syslog-ng/pull/1183" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1183" data-id="173216749" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1183</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Fix a potential ACK problem within syslog-ng that can cause input windows<br style="box-sizing: border-box;">
to overflow queue sizes over time, effectively causing message drops that<br style="box-sizing: border-box;">
shouldn't occur. (<a href="https://github.com/balabit/syslog-ng/pull/1230" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1230" data-id="183000530" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1230</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Fix a heap corruption bug in the DNS cache, in case the maximum number of<br style="box-sizing: border-box;">
DNS cache entries is reached. (<a href="https://github.com/balabit/syslog-ng/pull/1218" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1218" data-id="180464964" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1218</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Fix timestamp for suppression messages. (<a href="https://github.com/balabit/syslog-ng/pull/1233" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1233" data-id="183260320" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1233</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Fix add-contextual-data() to support CRLF line endings in its CSV input<br style="box-sizing: border-box;">
files.</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Fixed key() option parsing in riemann() destinations.</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Find libsystemd-journal related functions in both libsystemd-journal.so<br style="box-sizing: border-box;">
and libsystemd.so, as recent systemd versions bundled all systemd<br style="box-sizing: border-box;">
related libs into the same library.</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Fixed the build-time detection of system-wide installed librabbitmq,<br style="box-sizing: border-box;">
libmongoc and libcap.</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Fix the file source to repeatedly check for unexisting files, as a bug<br style="box-sizing: border-box;">
caused syslog-ng to stop after two attempts previously. (<a href="https://github.com/balabit/syslog-ng/issues/841" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/841" data-id="122735320" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#841</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">The performance testing tool "loggen" crashed if it was used to generate<br style="box-sizing: border-box;">
messages on multiple threads over TLS. This was now fixed. (<a href="https://github.com/balabit/syslog-ng/issues/1182" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1182" data-id="173197622" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1182</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Fix an issue in the syslog-parser() parser, so that timestamps parsed<br style="box-sizing: border-box;">
earlier in the log path are properly overwritten. Earlier a time-zone<br style="box-sizing: border-box;">
setting may have remained in the timestamp in case the first timestamp<br style="box-sizing: border-box;">
did contain a timezone and then the one parsed by syslog-parser() didn't.<br style="box-sizing: border-box;">
(<a href="https://github.com/balabit/syslog-ng/pull/1206" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1206" data-id="176224265" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1206</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Due to a compilation issue, tcp-keepalive-time(), tcp-keepalive-intvl() and<br style="box-sizing: border-box;">
tcp-keepalive-probes() were not working, now they are again. (<a href="https://github.com/balabit/syslog-ng/pull/1214" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1214" data-id="179929945" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1214</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">The --disable-shm-counters option is now passed to mongo-c-driver to work<br style="box-sizing: border-box;">
around a minor security issue (<a href="https://github.com/balabit/syslog-ng/pull/1219" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1219" data-id="180626373" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1219</a>).</p>
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;"><a href="https://jira.mongodb.org/plugins/servlet/mobile#issue/CDRIVER-1691/comment/1405406" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">https://jira.mongodb.org/plugins/servlet/mobile#issue/CDRIVER-1691/comment/1405406</a></p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Fix compilation issues on FreeBSD. (<a href="https://github.com/balabit/syslog-ng/pull/1252" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1252" data-id="187382748" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1252</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Add support to month names in all caps in syslog timestamps. At least one<br style="box-sizing: border-box;">
device seems to generate these. (<a href="https://github.com/balabit/syslog-ng/pull/1263" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1263" data-id="191154508" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1263</a>)</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">The options() option to java destination can now accept numbers and not<br style="box-sizing: border-box;">
just strings.</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Fix a memory leak in the java destination driver, that may affect java<br style="box-sizing: border-box;">
based destinations like ElasticSearch, Kafka & HDFS.</p>
</li></ul>
<h1 style="box-sizing: border-box; margin: 24px 0px 16px; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid rgb(238, 238, 238); color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";">
Other changes</h1>
<ul style="box-sizing: border-box; padding-left: 2em; margin-top: 0px; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px;">
<li style="box-sizing: border-box;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">HDFS was updated to 2.7.3</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Elasticsearch was updated to 2.4.0</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">Support was added for OpenSSL 1.1.x (<a href="https://github.com/balabit/syslog-ng/pull/1281" class="issue-link js-issue-link" data-url="https://github.com/balabit/syslog-ng/issues/1281" data-id="195650911" data-error-text="Failed to load issue title" data-permission-text="Issue title is private" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">#1281</a>)</p>
</li></ul>
<p style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px;">
#Notes to the Developers</p>
<ul style="box-sizing: border-box; padding-left: 2em; margin-top: 0px; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px;">
<li style="box-sizing: border-box;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">We started to standardize our tests on the criterion unit testing<br style="box-sizing: border-box;">
framework, please submit all new tests using this framework. Patches to<br style="box-sizing: border-box;">
convert existing ones are also welcome.<br style="box-sizing: border-box;">
<a href="https://github.com/Snaipe/Criterion" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); text-decoration: none;">https://github.com/Snaipe/Criterion</a></p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">We also added a configuration file for astyle and accompanying make<br style="box-sizing: border-box;">
targets to check/reformat the source code to meet syslog-ng's style.</p>
</li><li style="box-sizing: border-box; margin-top: 0.25em;">
<p style="box-sizing: border-box; margin-top: 16px; margin-bottom: 16px;">debian/ directory has been removed from the "master" branch and is now<br style="box-sizing: border-box;">
maintained in a separate "release" branch.</p>
</li></ul>
<h1 style="box-sizing: border-box; margin: 24px 0px 16px; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid rgb(238, 238, 238); color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";">
Credits</h1>
<p style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px;">
syslog-ng is developed as a community project, and as such it relies<br style="box-sizing: border-box;">
on volunteers, to do the work necessarily to produce syslog-ng.</p>
<p style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px;">
Reporting bugs, testing changes, writing code or simply providing<br style="box-sizing: border-box;">
feedback are all important contributions, so please if you are a user<br style="box-sizing: border-box;">
of syslog-ng, contribute.</p>
<p style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px;">
We would like to thank the following people for their contribution:</p>
<p style="box-sizing: border-box; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px;">
Lászlo Várady, 0xddaa, Balázs Scheidler, Tamás Nagy, László Budai,<br style="box-sizing: border-box;">
Fabien Wernli, Viktor Juhász, Kyle Manna, Michael Wimpy, Noémi Ványi,<br style="box-sizing: border-box;">
Attila Szalay, Tibor Bodnár, Zoltán Pallagi</p>
<br>
<p></p>
<p><br>
</p>
<p><a href="https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.9.1" class="OWAAutoLink" id="LPlnk936717" previewremoved="true">https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.9.1</a></p>
<div id="LPBorder_GT_14823363833280.8417427321026327" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14823363833150.9570467103834639" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="ImageCell_14823363833190.3791084724326783" colspan="1" style="width: 250px; position: relative; display: table-cell; padding-right: 20px;">
<div id="LPImageContainer_14823363833190.15950641488707618" style="background-color: rgb(255, 255, 255); height: 250px; position: relative; margin: auto; display: table; width: 250px;">
<a id="LPImageAnchor_14823363833210.3208336276508814" href="https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.9.1" target="_blank" style="display: table-cell; text-align: center;"><img aria-label="Preview image with link selected. Double-tap to open the link." id="LPThumbnailImageID_14823363833210.9459153812054897" width="250" height="250" style="display: inline-block; max-width: 250px; max-height: 250px; height: 250px; width: 250px; border-width: 0px; vertical-align: bottom;" src="https://avatars3.githubusercontent.com/u/986981?v=3&s=400"></a></div>
</td>
<td id="TextCell_14823363833230.2636753757563337" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_14823363833230.1830022470049142"></div>
<div id="LPTitle_14823363833230.5370305346535305" style="top: 0px; color: rgb(0, 120, 215); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14823363833250.457258951771349" href="https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.9.1" target="_blank" style="text-decoration: none;">balabit/syslog-ng</a></div>
<div id="LPMetadata_14823363833250.12993756572899406" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
github.com</div>
<div id="LPDescription_14823363833270.16484517365781315" style="display: block; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, queueing, SQL & NoSQL.</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
<p></p>
<p><br>
</p>
<p>regards,</p>
<p>Laszlo Budai</p>
<p><br>
</p>
</div>
</body>
</html>