summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-11-21 10:09:02 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-11-21 10:09:02 +0000
commit214c7bd7f8552f0a07a15373b4a222da6e9e6ba6 (patch)
treec27d4e7d17f3b85f3a75c4a4b1e1df7fd523a00b /ChangeLog
parent96b390934051e8b0de71ccf71538e8ae3319f00d (diff)
downloadrsyslog-214c7bd7f8552f0a07a15373b4a222da6e9e6ba6.tar.gz
rsyslog-214c7bd7f8552f0a07a15373b4a222da6e9e6ba6.tar.xz
rsyslog-214c7bd7f8552f0a07a15373b4a222da6e9e6ba6.zip
added new modExit() entry point to loadable module interface
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b8c67fc0..0654da03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
---------------------------------------------------------------------------
-Version 1.19.11 (rgerhards), 2007-10-
-- ...
+Version 1.20.0 (rgerhards), 2007-10-
+- GSS-API support for syslog/TCP connections was added. Thanks to
+ varmojfekoj for providing the patch with this functionality
+- unloading dynamic modules has been cleaned up, we now have a
+ real implementation and not just a dummy "good enough for the time
+ being".
---------------------------------------------------------------------------
Version 1.19.10 (rgerhards), 2007-10-19
- introdcued the new ":modulename:" syntax for calling module actions