diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-07-06 13:49:28 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-07-06 13:49:28 +0000 |
commit | 5b0dfa9b2ef6ba572864e5acac0af189a4c95658 (patch) | |
tree | 7ba310ea5e69f14d0b9747d351c08f853024bd08 /NEWS | |
parent | 196a0616fc25ee5601c96c51755b794fa45aeabd (diff) | |
download | rsyslog-5b0dfa9b2ef6ba572864e5acac0af189a4c95658.tar.gz rsyslog-5b0dfa9b2ef6ba572864e5acac0af189a4c95658.tar.xz rsyslog-5b0dfa9b2ef6ba572864e5acac0af189a4c95658.zip |
added support to specify destination port in selector line (udp only)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ --------------------------------------------------------------------------- -Version 0.9.2 (RGer), around 2005-07-05 +Version 0.9.3 (RGer), around 2005-07-07 +- 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) + +--------------------------------------------------------------------------- +Version 0.9.2 (RGer), around 2005-07-06 - I intended to change the maxsupported message size to 32k to support IHE - but given the memory inefficiency in the usual use cases, I have not done this. I have, however, included very |