summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-07-18 16:26:55 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-07-18 16:26:55 +0000
commite9303cb9870a759b5f9f74e6fbea21b564306d73 (patch)
tree0d20ee20332cfc35b7563c6c5c1e0340a456a951 /NEWS
parentccdccbf747947ffcbb30791d782bca6d6f9cb9e3 (diff)
downloadrsyslog-e9303cb9870a759b5f9f74e6fbea21b564306d73.tar.gz
rsyslog-e9303cb9870a759b5f9f74e6fbea21b564306d73.tar.xz
rsyslog-e9303cb9870a759b5f9f74e6fbea21b564306d73.zip
fixing a bug in timestamp parsing
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ed0cfb65..ee909688 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,15 @@
---------------------------------------------------------------------------
-Version 0.9.3 (RGer), around 2005-07-07
+Version 0.9.3 (RGer), around 2005-07-18
+- 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...)
- added the ability to specify the destination port when forwarding
syslog messages (both for TCP and UDP)
-- added the TCP sender (activated by @@machine:port in config)
+- added an very experimental TCP sender (activated by
+ @@machine:port in config). This is not yet for production use. If
+ the receiver is not alive, rsyslogd will wait quite some time until
+ the connection request times out, which most probably leads to
+ loss of incoming messages.
---------------------------------------------------------------------------
Version 0.9.2 (RGer), around 2005-07-06