summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-19 13:45:09 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-19 13:45:09 +0000
commit42017aa38855678653baeb1cf88b87564abe0c27 (patch)
tree3a780ac4998bcb720239a0743790e2856a2a7dfe /NEWS
parentbc6d3e81e83de83871b03856d55eb71c6a5a0a4c (diff)
downloadrsyslog-42017aa38855678653baeb1cf88b87564abe0c27.tar.gz
rsyslog-42017aa38855678653baeb1cf88b87564abe0c27.tar.xz
rsyslog-42017aa38855678653baeb1cf88b87564abe0c27.zip
rsyslogd still shares some code with the sysklogd project. Some patches for
this shared code have been brought over from the sysklogd CVS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 9 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 7bcc02f5..3e1a8afb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,19 @@
---------------------------------------------------------------------------
-Version 1.11.1 (RGer), 2005-10-13
-- some internal restructuring in anticipation/preparation of minimal
- multi-threading support
+Version 1.11.1 (RGer), 2005-10-19
+- support for BSD-style program name and host blocks
+- added a new property "programname" that can be used in templates
- added ability to specify listen port for rfc3195d
+- fixed a bug that rendered the "startswith" comparison operation
+ unusable.
- changed more functions to "static" storage class to help compiler
optimize (should have been static in the first place...)
-- support for BSD-style program name and host blocks
-- added a new property "programname" that can be used in templates
- fixed a potential memory leak in the string buffer class destructor.
As the destructur was previously never called, the leak did not actually
appear.
-- fixed a bug that rendered the "startswith" comparison operation to be
- unusable.
+- some internal restructuring in anticipation/preparation of minimal
+ multi-threading support
+- rsyslogd still shares some code with the sysklogd project. Some patches
+ for this shared code have been brought over from the sysklogd CVS.
---------------------------------------------------------------------------
Version 1.11.0 (RGer), 2005-10-12
- support for receiving messages via RFC 3195; added rfc3195d for that