summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-07-04 10:52:49 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-07-04 10:52:49 +0000
commit8ab54c554dc1576e21cdf8694063db3f96e111f1 (patch)
treeb07c89a49767754b9b8d09c56c1fd6962feeefa5 /NEWS
parentfc31836d6e30e590cec576417f290e12f6d841ee (diff)
downloadrsyslog-8ab54c554dc1576e21cdf8694063db3f96e111f1.tar.gz
rsyslog-8ab54c554dc1576e21cdf8694063db3f96e111f1.tar.xz
rsyslog-8ab54c554dc1576e21cdf8694063db3f96e111f1.zip
max message size set to 32k to support IHE
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 24d8c852..32022f95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
---------------------------------------------------------------------------
+Version 0.9.2 (RGer)
+- changed the max supported message size to 32K. This is to satisfy
+ the needs of the IHE (Integrating the Healthcare Environment)
+ initiative. They use syslog for auditing and may generate messages
+ that large.
+
+---------------------------------------------------------------------------
Version 0.9.1 (RGer)
- fixed code so that it compiles without errors under FreeBSD
- removed now unused function "allocate_log()" from syslogd.c