summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-06 10:58:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-06 10:58:06 +0200
commit02795031a3021698baf857ae0c3af0ce38cd7cd4 (patch)
tree5488b8b0fe31877c83a22b38839e066804eb6abc /ChangeLog
parent9e0af15a324cca5bd50ec3226c64ca9ddb2e8d40 (diff)
downloadrsyslog-02795031a3021698baf857ae0c3af0ce38cd7cd4.tar.gz
rsyslog-02795031a3021698baf857ae0c3af0ce38cd7cd4.tar.xz
rsyslog-02795031a3021698baf857ae0c3af0ce38cd7cd4.zip
final touches for 3.19.0v3.19.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f73db81..ec5494f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,15 @@
---------------------------------------------------------------------------
-Version 3.19.0 (rgerhards), 2008-04-??
+Version 3.19.0 (rgerhards), 2008-05-06
- begins new devel branch version
+- implemented TLS for plain tcp syslog (this is also the world's first
+ implementation of IETF's upcoming syslog-transport-tls draft)
- partly rewritten and improved omfwd among others, now loads TCP
code only if this is actually necessary
-- implemented im3195, the RFC3195 input as a plugin
- split of a "runtime library" for rsyslog - this is not yet a clean
model, because some modularization is still outstanding. In theory,
this shall enable other utilities but rsyslogd to use the same
runtime
+- implemented im3195, the RFC3195 input as a plugin
- changed directory structure, files are now better organized
- a lot of cleanup in regard to modularization
- -c option no longer must be the first option - thanks to varmjofekoj