summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-14 09:24:57 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-14 09:24:57 +0100
commit91d4e54a6707fa87298e367fb734fed931310b40 (patch)
tree49622c0786e4ca9fe1a95441a71d35d2fbd33c30 /ChangeLog
parent4671cad51221f1cb03822481e46669ffba3c6d95 (diff)
downloadrsyslog-91d4e54a6707fa87298e367fb734fed931310b40.tar.gz
rsyslog-91d4e54a6707fa87298e367fb734fed931310b40.tar.xz
rsyslog-91d4e54a6707fa87298e367fb734fed931310b40.zip
fixed compile problem from epoll_create patch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 320134e4..d5f855ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,9 +3,11 @@ Version 5.7.9 [V5-BETA] (rgerhards), 2011-03-??
- improved testbench
among others, life tests for ommysql (against a test database) have
been added, valgrind-based testing enhanced, ...
+- enhance: fallback *at runtime* to epoll_create if epoll_create1 is not
+ available. Thanks to Michael Biebl for analysis and patch!
- bugfix: minor memory leak in omlibdbi (< 1k per instance and run)
- bugfix: (regression) omhdfs did no longer compile
-- bugfix: omlibdbi did not use password from rsyslog.con
+- bugfix: omlibdbi did not use password from rsyslog.conf
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=203
---------------------------------------------------------------------------
Version 5.7.8 [V5-BETA] (rgerhards), 2011-03-09