summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-04-07 14:33:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-04-07 14:33:37 +0200
commitbfc6f6d599a4723b26708da5fddcc6db5c53fc21 (patch)
tree6a316f837808e735790fced62a46142f4cf6b9e6 /doc
parentda2039614ffd93b8fb1ebddf2ed3eb6dc873c1a5 (diff)
parenta192300aa26484c88aedd306fdb92d7752eee427 (diff)
downloadrsyslog-bfc6f6d599a4723b26708da5fddcc6db5c53fc21.tar.gz
rsyslog-bfc6f6d599a4723b26708da5fddcc6db5c53fc21.tar.xz
rsyslog-bfc6f6d599a4723b26708da5fddcc6db5c53fc21.zip
Merge branch 'v5-stable' into v5-stable-newstats
Conflicts: configure.ac
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.html2
-rw-r--r--doc/v5compatibility.html5
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 54a04f80..690143de 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -19,7 +19,7 @@ rsyslog support</a> available directly from the source!</p>
<p><b>Please visit the <a href="http://www.rsyslog.com/sponsors">rsyslog sponsor's page</a>
to honor the project sponsors or become one yourself!</b> We are very grateful for any help towards the
project goals.</p>
-<p><b>This documentation is for version 5.8.8 (v5-stable branch) of rsyslog.</b>
+<p><b>This documentation is for version 5.8.9 (v5-stable branch) of rsyslog.</b>
Visit the <i><a href="http://www.rsyslog.com/status">rsyslog status page</a></i></b>
to obtain current version information and project status.
</p><p><b>If you like rsyslog, you might
diff --git a/doc/v5compatibility.html b/doc/v5compatibility.html
index 6d60062f..cc875b7b 100644
--- a/doc/v5compatibility.html
+++ b/doc/v5compatibility.html
@@ -16,6 +16,11 @@ available. This processing was redundant and had a lot a drawbacks.
For details, please see the
<a href="v4compatibility.html">rsyslog v4 compatibility notes</a> which elaborate
on the reasons and the (few) things you may need to change.
+<h2>Queue on-disk format</h2>
+<p>The queue information file format has been changed. When upgrading from v4 to
+v5, make sure that the queue is emptied and no on-disk structure present. We did
+not go great length in understanding the old format, as there was too little demand
+for that (and it being quite some effort if done right).
<h2>Queue Worker Thread Shutdown</h2>
<p>Previous rsyslog versions had the capability to &quot;run&quot; on zero queue worker
if no work was required. This was done to save a very limited number of resources. However,