summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-06 10:47:24 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-06 10:47:24 +0000
commit697efa964e697594a6df469c6958900136fc6881 (patch)
tree3451e7e476158ccaa57801ab63f7b0083f9825af /ChangeLog
parent3d102311504486baa1e99bcc1a0296f6d9e77029 (diff)
downloadrsyslog-697efa964e697594a6df469c6958900136fc6881.tar.gz
rsyslog-697efa964e697594a6df469c6958900136fc6881.tar.xz
rsyslog-697efa964e697594a6df469c6958900136fc6881.zip
portability: no longer using pthread mutex auto-init macros as they seem to
be buggy on some platforms
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 79603a59..3d3c5b93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
---------------------------------------------------------------------------
-Version 3.12.1 (rgerhards), 2008-03-??
+Version 3.12.1 (rgerhards), 2008-03-06
+- added library plugins, which can be automatically loaded
+- bugfix: actions were not correctly retried; caused message loss
- changed module loader to automatically add ".so" suffix if not
specified (over time, this shall also ease portability of config
files)
-- bugfix: actions were not correctly retried; caused message loss
- improved debugging support; debug runtime options can now be set via
an environment variable
-- added library plugins, which can be automatically loaded
- bugfix: removed debugging code that I forgot to remove before releasing
3.12.0 (does not cause harm and happened only during startup)
- added support for the MonitorWare syslog MIB to omsnmp