summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-29 16:33:31 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-29 16:33:31 +0000
commitad0f7f7afa7d28cb285bfdb8c01d95ccfe03996b (patch)
treeeccf878623202bdc72b30099e84da816825bad8d /ChangeLog
parent2b12abfef2b7ad57a367f1761c4b3ed93d398a1e (diff)
downloadrsyslog-ad0f7f7afa7d28cb285bfdb8c01d95ccfe03996b.tar.gz
rsyslog-ad0f7f7afa7d28cb285bfdb8c01d95ccfe03996b.tar.xz
rsyslog-ad0f7f7afa7d28cb285bfdb8c01d95ccfe03996b.zip
fixed a problem with shutting down the worker thread and freeing the
selector_t list - this caused messages to be lost, because the message queue was not properly drained before the selectors got destroyed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e57ac5f8..ffb69cc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ Version 1.17.5 (rgerhards), 2007-07-2?
- continued to work on 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
+ selector_t list - this caused messages to be lost, because the
+ message queue was not properly drained before the selectors got
+ destroyed.
---------------------------------------------------------------------------
Version 1.17.4 (rgerhards), 2007-07-27
- continued to work on modularization