summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-26 09:55:21 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-26 09:55:21 +0000
commit2519b966169632eb63c79443429e8b37266fd341 (patch)
tree5240cb5c762fee4fdd796cd15f34f005318fe4c7 /NEWS
parent192221ab8dd9b2f120a1eb1102713670e547a095 (diff)
downloadrsyslog-2519b966169632eb63c79443429e8b37266fd341.tar.gz
rsyslog-2519b966169632eb63c79443429e8b37266fd341.tar.xz
rsyslog-2519b966169632eb63c79443429e8b37266fd341.zip
preparing for 1.12.0 releasev1-12-0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index aa762ddd..cde34906 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
---------------------------------------------------------------------------
-Version 1.12.0 (RGer), 2005-10-20
+Version 1.12.0 (RGer), 2005-10-26
- moved to a multi-threaded design. single-threading is still optionally
- available
+ available. Multi-threading is experimental!
- fixed a potential race condition. In the original code, marking was done
by an alarm handler, which could lead to all sorts of bad things. This
has been changed now. See comments in syslogd.c/domark() for details.
@@ -10,7 +10,7 @@ Version 1.12.0 (RGer), 2005-10-20
none occurs once rsyslogd has started up. Even in unusual conditions
(like low-memory conditions) rsyslogd somehow remains active. Of course,
it might loose a message or two, but at least it does not abort and it
- can also recover when the condition no longer persist.
+ can also recover when the condition no longer persists.
- fixed a bug that could cause loss of the last message received
immediately before rsyslogd was terminated.
- added comments on thread-safety of global variables in syslogd.c