summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-06-22 14:56:47 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-06-22 14:56:47 +0000
commit1e640499c09d6e010d1476e92c3932864ca97ced (patch)
tree68e15b1208aa5e6fa299f64f9e3a6d67a0f447a2 /NEWS
parent6f6387ab8d99d2ba5ecd5c953f36c995bc5082ab (diff)
downloadrsyslog-1e640499c09d6e010d1476e92c3932864ca97ced.tar.gz
rsyslog-1e640499c09d6e010d1476e92c3932864ca97ced.tar.xz
rsyslog-1e640499c09d6e010d1476e92c3932864ca97ced.zip
this looks like 0.9.0 - even man pages are done ;)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 95aef29f..57d5af7c 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,15 @@ Version 0.9.0 (RGer)
- changed some error messages during init to be sent to the console
and/or emergency log. Previously, they were only seen if the
-d (debug) option was present on the command line.
+- fixed the "2gb file issue on 32bit systems". If a file grew to
+ more than 2gb, the syslogd was aborted with "file size exceeded".
+ Now, defines have been added according to
+ http://www.daimi.au.dk/~kasperd/comp.os.linux.development.faq.html#LARGEFILE
+ Testing revealed that they work ;)
+ HOWEVER, if your file system, glibc, kernel, whatever does not
+ support files larger 2gb, you need to set a file size limit with
+ the new output channel mechanism.
+- updated man pages to reflect the changes
---------------------------------------------------------------------------
Version 0.8.4