summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-31 07:37:04 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-31 07:37:04 +0000
commit4d162e6a580da3bbbe0f2da4696a77ad9da44161 (patch)
treec44fb8b4beba3a3fb3195be1afd9e4519ddb8c3b /ChangeLog
parent1531dbee973e0f70def6ef94e7022adc02ca463f (diff)
downloadrsyslog-4d162e6a580da3bbbe0f2da4696a77ad9da44161.tar.gz
rsyslog-4d162e6a580da3bbbe0f2da4696a77ad9da44161.tar.xz
rsyslog-4d162e6a580da3bbbe0f2da4696a77ad9da44161.zip
- moved umask & file/dir creation mode parsing to cfsysline.c
- added macro for easy and consistent check of iRet return value
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 29eaed88..3c835a8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
---------------------------------------------------------------------------
Version 1.17.6 (rgerhards), 2007-07-3?
+- continued to work on output module modularization
- fixed bug in OMSRcreate() - always returned SR_RET_OK
- fixed a bug that caused ommysql to always complain about missing
templates
@@ -13,7 +14,7 @@ Version 1.17.6 (rgerhards), 2007-07-3?
hair to find the bug...
---------------------------------------------------------------------------
Version 1.17.5 (rgerhards), 2007-07-30
-- continued to work on modularization
+- continued to work on output module modularization
- fixed a missing file bug - thanks to Andrea Montanari for reporting
this problem
- fixed a problem with shutting down the worker thread and freeing the
@@ -22,14 +23,14 @@ Version 1.17.5 (rgerhards), 2007-07-30
destroyed.
---------------------------------------------------------------------------
Version 1.17.4 (rgerhards), 2007-07-27
-- continued to work on modularization
+- continued to work on output module modularization
- fixed a situation where rsyslogd could create zombie processes
thanks to mildew for the patch
- applied patch from Michel Samia to fix compilation when NOT
compiled for pthreads
---------------------------------------------------------------------------
Version 1.17.3 (rgerhards), 2007-07-25
-- continued working on modularization
+- continued working on output module modularization
- fixed a bug that caused rsyslogd to segfault on exit (and
probably also on HUP), when there was an unsent message in a selector
that required forwarding and the dns lookup failed for that selector