summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-07-20 14:40:41 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-07-20 14:40:41 +0000
commit1545ee4272a7667bb51ce58d20605f037cb751db (patch)
treee5c49f42bbdaea79fc8a234301f6d18e987cd080 /NEWS
parentabce3af3e1e6aa0896a986b674aa379f31719f6c (diff)
downloadrsyslog-1545ee4272a7667bb51ce58d20605f037cb751db.tar.gz
rsyslog-1545ee4272a7667bb51ce58d20605f037cb751db.tar.xz
rsyslog-1545ee4272a7667bb51ce58d20605f037cb751db.zip
useful tcp sender finished (at least it looks so, testing might reveal a
different view ;))
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 49e2f97c..cc721dc8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
---------------------------------------------------------------------------
Version 0.9.4 (RGer), around 2005-07-20
+- finally added the TCP sender. It now supports non-blocking mode, no
+ longer disabling message reception during connect. As it is now, it
+ is usable in production. The code could be more sophisticated, but
+ I've kept it short in anticipation of the move to liblogging, which
+ will lead to the removal of the code just written ;)
- the "exiting on signal..." message still had the "syslogd" name in
it. Changed this to "rsyslogd", as we do not have a large user base
yet, this should pose no problem.