summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-01 18:17:20 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-01 18:17:20 +0200
commit01f2c7a7a3ee394028eb36d9709490cbc26c7369 (patch)
tree30b061f4b75f37870fc6eafab4caef7780d9a147 /ChangeLog
parent59d4a52c280c00bccde4be0321bb09665cc11d29 (diff)
downloadrsyslog-01f2c7a7a3ee394028eb36d9709490cbc26c7369.tar.gz
rsyslog-01f2c7a7a3ee394028eb36d9709490cbc26c7369.tar.xz
rsyslog-01f2c7a7a3ee394028eb36d9709490cbc26c7369.zip
improved omprog, now ready for first practical testing
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23a2e3e0..77ebdf83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+- new feature: new output plugin omprog, which permits to start program
+ and feed it (via its stdin) with syslog messages. If the program
+ terminates, it is restarted.
- bugfix: potential abort with DA queue after high watermark is reached
There exists a race condition that can lead to a segfault. Thanks
go to vbernetr, who performed the analysis and provided patch, which