diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-07 07:04:13 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-07 07:04:13 +0000 |
commit | 7397ea3794d4d67e5cf48309841c3874a7dcfa3c (patch) | |
tree | eb6365a57cae27f9a5c1dd24cecb0fc1a5fb89ec /ChangeLog | |
parent | 328056cfab448bf305238cffe48862beee0a2a87 (diff) | |
download | rsyslog-7397ea3794d4d67e5cf48309841c3874a7dcfa3c.tar.gz rsyslog-7397ea3794d4d67e5cf48309841c3874a7dcfa3c.tar.xz rsyslog-7397ea3794d4d67e5cf48309841c3874a7dcfa3c.zip |
preparing for initial 3.10.0 release
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,6 +1,7 @@ --------------------------------------------------------------------------- -Version 3.10.0 (rgerhards), 2008-01-?? -- added ability to specify listen IP address for UDP syslog server +Version 3.10.0 (rgerhards), 2008-01-07 +- ability to bind UDP listeners to specific local interfaces/ports and + ability to run multiple of them concurrently - added ability to run multiple UDP listeners concurrently - license changed to GPLv3 - first implementation of loadable input module system @@ -17,8 +18,11 @@ Version 3.10.0 (rgerhards), 2008-01-?? (among others, this can be used for performance fine-tuning) - added a large number of new configuration directives for the new input modules -- ability to bind UDP listeners to specific local interfaces/ports and - ability to run multiple of them concurrently +- enhanced multi-threading utilizing a worker thread pool for the + main message queue +- compilation without pthreads is no longer supported +- much cleaner code due to new objects and removal of single-threading + mode --------------------------------------------------------------------------- Version 2.0.0 STABLE (rgerhards), 2008-01-02 - re-release of 1.21.2 as STABLE with no modifications except some |