summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-04 16:57:25 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-04 16:57:25 +0000
commit0d5d42c52228964d76996c0e58fdf69258436716 (patch)
tree0505b84f979f9e369eebce188046fd6c7ed5902c /ChangeLog
parentee629c4f742ac904c4a5055e85ef86d6decfb344 (diff)
downloadrsyslog-0d5d42c52228964d76996c0e58fdf69258436716.tar.gz
rsyslog-0d5d42c52228964d76996c0e58fdf69258436716.tar.xz
rsyslog-0d5d42c52228964d76996c0e58fdf69258436716.zip
an initial, somewhat working, tester for the mail functionality
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 35c71f85..7eb5ce35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,12 +44,30 @@ Version 3.15.0 (rgerhards), 2008-04-01
only installed if corresponding option is selected. Thanks to
Michael Biebl for pointing these problems out.
---------------------------------------------------------------------------
-Version 3.14.0 (rgerhards), 2008-04-02
+Version 3.14.1 (rgerhards), 2008-04-04
+- bugfix: some messages were emited without hostname
- bugfix: rsyslogd was no longer build by default; man pages are
only installed if corresponding option is selected. Thanks to
Michael Biebl for pointing these problems out.
+- bugfix: zero-length strings were not supported in object
+ deserializer
- disabled atomic operations for this stable build as it caused
platform problems
+- bugfix: memory leaks in script engine
+- bugfix: $hostname and $fromhost in RainerScript did not work
+- bugfix: some memory leak when queue is runing in disk mode
+- man pages improved thanks to varmofekoj and Peter Vrabec
+- We have removed the 32 character size limit (from RFC3164) on the
+ tag. This had bad effects on existing envrionments, as sysklogd didn't
+ obey it either (probably another bug in RFC3164...). We now receive
+ the full size, but will modify the outputs so that only 32 characters
+ max are used by default. If you need large tags in the output, you need
+ to provide custom templates.
+---------------------------------------------------------------------------
+Version 3.14.0 (rgerhards), 2008-04-02
+An interim version was accidently released to the web. It was named 3.14.0.
+To avoid confusion, we have not assigned this version number to any
+official release. If you happen to use 3.14.0, please update to 3.14.1.
---------------------------------------------------------------------------
Version 3.13.0-dev0 (rgerhards), 2008-03-31
- bugfix: accidently set debug option in 3.12.5 reset to production