summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-04-26 15:45:16 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-04-26 15:45:16 +0200
commit1ff73bbfde0574f40960b366dbe8dc20723c2f71 (patch)
tree1c8587f7e1aec8600849e870f5f81b6907494ce6
parent0cb6b47661c6d62149337249035edfea368c6b86 (diff)
downloadrsyslog-1ff73bbfde0574f40960b366dbe8dc20723c2f71.tar.gz
rsyslog-1ff73bbfde0574f40960b366dbe8dc20723c2f71.tar.bz2
rsyslog-1ff73bbfde0574f40960b366dbe8dc20723c2f71.zip
doc bugfix: omfile parameter "VeryRobustZip" was documentas as "VeryReliableZip"
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=437 Thanks to Thomas Doll for reporting this.
-rw-r--r--ChangeLog8
-rw-r--r--doc/omfile.html2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 836494d7..194f3b06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
---------------------------------------------------------------------------
+Version 7.3.13 [devel] 2013-04-??
+- bugfix: build problem when --enable-encrption was not selected
+ Thanks to Michael Biebl for fixing this.
+- doc bugfix: omfile parameter "VeryRobustZip" was documentas as
+ "VeryReliableZip"
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=437
+ Thanks to Thomas Doll for reporting this.
+---------------------------------------------------------------------------
Version 7.3.12 [devel] 2013-04-25
- added doc for omelasticsearch
Thanks to Radu Gheorghe for the doc contribution.
diff --git a/doc/omfile.html b/doc/omfile.html
index 06b738bb..3966ab13 100644
--- a/doc/omfile.html
+++ b/doc/omfile.html
@@ -28,7 +28,7 @@
<li><strong>ZipLevel </strong>0..9 [default 0]<br>
if greater 0, turns on gzip compression of the output file. The higher the number, the better the compression, but also the more CPU is required for zipping.<br></li><br>
- <li><b>VeryReliableZip</b> [<b>on</b>/off] (v7.3.0+) - if ZipLevel is greater 0,
+ <li><b>VeryRobustZip</b> [<b>on</b>/off] (v7.3.0+) - if ZipLevel is greater 0,
then this setting controls if extra headers are written to make the resulting file
extra hardened against malfunction. If set to off, data appended to previously unclean
closed files may not be accessible without extra tools.