diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | doc/omfile.html | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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. |