diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-19 15:03:32 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-19 15:03:32 +0200 |
commit | 55c2a488c061ec8e9a6973784173c7b1538b2dc5 (patch) | |
tree | 2113b490d195b31606a936bde7491d835ea1aa62 | |
parent | c3784aab3c7e5975fa404f9c57eef9ca346eb43f (diff) | |
download | rsyslog-55c2a488c061ec8e9a6973784173c7b1538b2dc5.tar.gz rsyslog-55c2a488c061ec8e9a6973784173c7b1538b2dc5.tar.bz2 rsyslog-55c2a488c061ec8e9a6973784173c7b1538b2dc5.zip |
doc: mention queue file size patch
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ --------------------------------------------------------------------------- Version 7.4.3 [v7.4-stable] 2013-07-18 +- bugfix: queue file size was not correctly processed + this could lead to using one queue file per message for sizes >2GiB + Thanks to Tomas Heinrich for the patch. - bugfix: $QHOUR/$HHOUR were always "00" or "01" regression some time between v5 and here Thanks to forum user rjmcinty for reporting this bug @@ -1478,7 +1481,7 @@ expected that interfaces, even new ones, break during the initial --------------------------------------------------------------------------- Version 5.10.2 [V5-STABLE], 201?-??-?? - bugfix: queue file size was not correctly processed - this could lead to using one queue file per message for sizes >2GB + this could lead to using one queue file per message for sizes >2GiB Thanks to Tomas Heinrich for the patch. - updated systemd files to match current systemd source - bugfix: spurios error messages from imuxsock about (non-error) EAGAIN |