<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/doc, branch v5.1.4</title>
<subtitle>rsyslog development for Lumberjack - various unofficial and potentially rebased branches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/'/>
<entry>
<title>preparing for 5.1.4 release</title>
<updated>2009-08-20T07:58:42+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-20T07:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=298b6feef1a617dcbb650f71a82c6ec1f0bb8dff'/>
<id>298b6feef1a617dcbb650f71a82c6ec1f0bb8dff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'beta'</title>
<updated>2009-08-18T09:03:32+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-18T09:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=74042e9602732b1694712fadab87d0988fdd777a'/>
<id>74042e9602732b1694712fadab87d0988fdd777a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v4-devel' into beta</title>
<updated>2009-08-18T09:03:22+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-18T09:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ac05d140f1bd5c94633598415b7a51f70562249b'/>
<id>ac05d140f1bd5c94633598415b7a51f70562249b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added $InputTCPMaxListeners directive</title>
<updated>2009-08-17T15:18:19+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-17T15:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=56b781e5bb1ea08b76d5dcc1d5e5eab10a40a4c6'/>
<id>56b781e5bb1ea08b76d5dcc1d5e5eab10a40a4c6</id>
<content type='text'>
permits to specify how many TCP servers shall be possible (default is 20).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
permits to specify how many TCP servers shall be possible (default is 20).
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: if tcp listen port could not be created, no error message was emitted</title>
<updated>2009-08-17T14:23:37+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-17T14:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=9cab1036d23fdb59437ee6fcd82f041c555de094'/>
<id>9cab1036d23fdb59437ee6fcd82f041c555de094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated project status</title>
<updated>2009-07-28T12:31:20+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-28T12:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=9821ef26fb2a50e16f7f46f503b42bed4f9bb143'/>
<id>9821ef26fb2a50e16f7f46f503b42bed4f9bb143</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>architecture change: queue now always has at least one worker thread</title>
<updated>2009-07-20T08:25:02+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-20T08:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ef70e6174d4b373a601b73757ca19bb0f7dd6502'/>
<id>ef70e6174d4b373a601b73757ca19bb0f7dd6502</id>
<content type='text'>
...if not running in direct mode. Previous versions could run without
any active workers. This simplifies the code at a very small expense.
See v5 compatibility note document for more in-depth discussion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...if not running in direct mode. Previous versions could run without
any active workers. This simplifies the code at a very small expense.
See v5 compatibility note document for more in-depth discussion.
</pre>
</div>
</content>
</entry>
<entry>
<title>$HUPisRestart removed</title>
<updated>2009-07-15T10:59:28+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-15T10:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=60a7a0d4d0d592ef6e372edc919ef62e13ee062e'/>
<id>60a7a0d4d0d592ef6e372edc919ef62e13ee062e</id>
<content type='text'>
... but the rest of the code is not yet cleaned-up. Will do that
slowly over time... (huge potential, but must be done carefully)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... but the rest of the code is not yet cleaned-up. Will do that
slowly over time... (huge potential, but must be done carefully)
</pre>
</div>
</content>
</entry>
<entry>
<title>updating service status</title>
<updated>2009-07-15T09:55:57+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-15T09:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=3141c7cde85936d2804b335e2d4e214b2fe54cb8'/>
<id>3141c7cde85936d2804b335e2d4e214b2fe54cb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'beta'</title>
<updated>2009-07-15T09:47:58+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-15T09:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=9db3e14e45f66356d1e6f5e2337b4ef3a45a6ce8'/>
<id>9db3e14e45f66356d1e6f5e2337b4ef3a45a6ce8</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
</pre>
</div>
</content>
</entry>
</feed>
