<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git, branch v4.2.0</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>finishing touches for 4.2.0</title>
<updated>2009-06-22T17:45:53+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-22T17:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2d548d56c2cb5c4018994a9e3bae306bdf35f38f'/>
<id>2d548d56c2cb5c4018994a9e3bae306bdf35f38f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>preparing for v4-stable</title>
<updated>2009-06-22T17:22:24+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-22T17:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=5310ccee3159c298cfd6e3af47c50d8b302894ec'/>
<id>5310ccee3159c298cfd6e3af47c50d8b302894ec</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 'v3-stable' into beta</title>
<updated>2009-06-18T09:11:07+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-18T09:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=17133f2cd18a2b5376d40a01b87c970b3a47c265'/>
<id>17133f2cd18a2b5376d40a01b87c970b3a47c265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some minor bugfixes</title>
<updated>2009-06-18T09:10:28+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-18T09:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=bca66bc1399d1b9bcc370c64b5a8befb2244695d'/>
<id>bca66bc1399d1b9bcc370c64b5a8befb2244695d</id>
<content type='text'>
- bugfix: invalid error message issued if $inlcudeConfig was on an empty
  set of files (e.g. *.conf, where none such files existed)
  thanks to Michael Biebl for reporting this bug
- bugfix: when run in foreground (but not in debug mode), a
  debug message ("DoDie called") was emitted at shutdown. Removed.
  thanks to Michael Biebl for reporting this bug
- bugfix: some garbagge was emitted to stderr on shutdown. This
  garbage consisted of file names, which were written during
  startup (key point: not a pointer error)
  thanks to Michael Biebl for reporting this bug
- bugfix: startup and shutdown message were emitted to stdout
  thanks to Michael Biebl for reporting this bug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bugfix: invalid error message issued if $inlcudeConfig was on an empty
  set of files (e.g. *.conf, where none such files existed)
  thanks to Michael Biebl for reporting this bug
- bugfix: when run in foreground (but not in debug mode), a
  debug message ("DoDie called") was emitted at shutdown. Removed.
  thanks to Michael Biebl for reporting this bug
- bugfix: some garbagge was emitted to stderr on shutdown. This
  garbage consisted of file names, which were written during
  startup (key point: not a pointer error)
  thanks to Michael Biebl for reporting this bug
- bugfix: startup and shutdown message were emitted to stdout
  thanks to Michael Biebl for reporting this bug
</pre>
</div>
</content>
</entry>
<entry>
<title>removed forgotten debug message</title>
<updated>2009-06-15T06:13:41+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-15T06:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7f78b2ef65634d4320325cca4793caa3d50ef777'/>
<id>7f78b2ef65634d4320325cca4793caa3d50ef777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: error messages were not emitted to stderr in forked mode</title>
<updated>2009-06-15T06:12:14+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-15T06:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ff6232d2bee06fbbc25ad83a1cf3bb798884679a'/>
<id>ff6232d2bee06fbbc25ad83a1cf3bb798884679a</id>
<content type='text'>
stderr and stdo are now kept open across fork()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stderr and stdo are now kept open across fork()
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v3-stable' into beta</title>
<updated>2009-05-29T15:40:48+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-29T15:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=3e2be47ed69d2b4ce21777a75ad6128592e84d1d'/>
<id>3e2be47ed69d2b4ce21777a75ad6128592e84d1d</id>
<content type='text'>
Conflicts:
	runtime/rsyslog.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	runtime/rsyslog.h
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed a regression of yesterday's patch</title>
<updated>2009-05-29T15:39:32+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-29T15:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2cf3b2fa3c5c5b6cbf104294c7fc8860bb49bac0'/>
<id>2cf3b2fa3c5c5b6cbf104294c7fc8860bb49bac0</id>
<content type='text'>
... I know I should not have done this to a stable branch... Thankfully
nothing was yet released.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... I know I should not have done this to a stable branch... Thankfully
nothing was yet released.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v3-stable' into beta</title>
<updated>2009-05-29T11:57:50+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-29T11:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=02929c7bbf1189a4fc96e42fb127f2f04a279719'/>
<id>02929c7bbf1189a4fc96e42fb127f2f04a279719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed copy&amp;paste error in previous commit</title>
<updated>2009-05-29T11:54:53+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-29T11:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=6ddb3249e6bac6c573a5ab45eba65fba91c1d9e9'/>
<id>6ddb3249e6bac6c573a5ab45eba65fba91c1d9e9</id>
<content type='text'>
(testcase was only present in v4, so I did not spot the issue immediately)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(testcase was only present in v4, so I did not spot the issue immediately)
</pre>
</div>
</content>
</entry>
</feed>
