summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-02 10:40:23 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-02 10:40:23 +0100
commit5402ba982fd8c9bb9ce7fab43ddabaa174ab0794 (patch)
tree812f534d2e39ccd345edac0975c732686b4d7ad5 /ChangeLog
parenta16c60e782ebed11787e0b5dbd73e83797771b3c (diff)
downloadrsyslog-5402ba982fd8c9bb9ce7fab43ddabaa174ab0794.tar.gz
rsyslog-5402ba982fd8c9bb9ce7fab43ddabaa174ab0794.tar.xz
rsyslog-5402ba982fd8c9bb9ce7fab43ddabaa174ab0794.zip
bugfix: failed to compile on systems without epoll support
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7ce121b..80336814 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
Version 5.5.3 [DEVEL] (rgerhards), 2010-02-??
- added capability to turn off standard LF delimiter in TCP server
via new directive "$InputTCPServerDisableLFDelimiter on"
+- bugfix: failed to compile on systems without epoll support
- bugfix: comment char ('#') in literal terminated script parsing
and thus could not be used.
but tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=119