summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-10 12:46:46 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-10 12:46:46 +0000
commitb9dc14cb020bdec5ce0fbace2fadce19c98d0501 (patch)
treec1cdad8a872868359df43aca444210893faffd41 /NEWS
parentb6e0cc52121eda3b2b86d0ed5510e6ae2c6b5440 (diff)
downloadrsyslog-b9dc14cb020bdec5ce0fbace2fadce19c98d0501.tar.gz
rsyslog-b9dc14cb020bdec5ce0fbace2fadce19c98d0501.tar.xz
rsyslog-b9dc14cb020bdec5ce0fbace2fadce19c98d0501.zip
preparing for 1.15.1 releasev1-15-1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8a607d39..f9c9a968 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,20 @@
---------------------------------------------------------------------------
-Version 1.15.1 (RGer), 2007-07-0?
+Version 1.15.1 (RGer), 2007-07-10
- fixed a bug that caused a dynaFile selector to stall when there was
an open error with one file
+- improved template processing for dynaFiles; templates are now only
+ looked up during initialization - speeds up processing
+- optimized memory layout in struct filed when compiled with MySQL
+ support
+- fixed a bug that caused compilation without SYSLOG_INET to fail
+- re-enabled the "last message repeated n times" feature. This
+ feature was not taken care of while rsyslogd evolved from sysklogd
+ and it was more or less defunct. Now it is fully functional again.
+- added system properties: $NOW, $YEAR, $MONTH, $DAY, $HOUR, $MINUTE
+- fixed a bug in iovAsString() that caused a memory leak under stress
+ conditions (most probably memory shortage). This was unlikely to
+ ever happen, but it doesn't hurt doing it right
+- cosmetic: defined type "uchar", change all unsigned chars to uchar
---------------------------------------------------------------------------
Version 1.15.0 (RGer), 2007-07-05
- added ability to dynamically generate file names based on templates