summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-07-20 13:30:26 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-07-20 13:30:26 +0000
commitabce3af3e1e6aa0896a986b674aa379f31719f6c (patch)
treef54bb3e87e1fd31148933385c982ab09822814be /NEWS
parent3203cf4458d4f667383f8689a76b87f93c9e50a4 (diff)
downloadrsyslog-abce3af3e1e6aa0896a986b674aa379f31719f6c.tar.gz
rsyslog-abce3af3e1e6aa0896a986b674aa379f31719f6c.tar.xz
rsyslog-abce3af3e1e6aa0896a986b674aa379f31719f6c.zip
(hopefully) -to be tested- fixed the db semicolon bug. Also build a
somewhat better TCP sender.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ee909688..49e2f97c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
---------------------------------------------------------------------------
-Version 0.9.3 (RGer), around 2005-07-18
+Version 0.9.4 (RGer), around 2005-07-20
+- 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.
+- fixed "the semiconlon" bug. rsyslogd dumped core if a write-db action
+ was specified but no semicolon was given after the password (an empty
+ template was ok, but the semicolon needed to be present).
+---------------------------------------------------------------------------
+Version 0.9.3 (RGer), 2005-07-19
- fixed a bug in the message parser. In June, the RFC 3164 timestamp
was not correctly parsed (yes, only in June and some other months,
see the code comment to learn why...)