diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 13:42:50 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 13:42:50 +0000 |
commit | c23ff07b3d41d0734a6efa68537013affdd4099b (patch) | |
tree | 525dea4e84c3446799081e5feac40344aecbe0dc /ChangeLog | |
parent | d4891ebc3088864edfc6281691418b4387461557 (diff) | |
download | rsyslog-c23ff07b3d41d0734a6efa68537013affdd4099b.tar.gz rsyslog-c23ff07b3d41d0734a6efa68537013affdd4099b.tar.xz rsyslog-c23ff07b3d41d0734a6efa68537013affdd4099b.zip |
- removed a memory leak that could occur if timegenerated was used in RFC
3164 format in templates
- did some preparation in msg.c for advanced multithreading - placed the
hooks, but not yet any active code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ Version 1.17.2 (rgerhards), 2007-07-2? - replaced system() calls with something more reasonable. Please note that this might break compatibility with some existing configuration files. We accept this in favour of the gained security. +- removed a memory leak that could occur if timegenerated was used in + RFC 3164 format in templates +- did some preparation in msg.c for advanced multithreading - placed the + hooks, but not yet any active code --------------------------------------------------------------------------- Version 1.17.1 (rgerhards), 2007-07-20 - fixed a bug that caused make install to install rsyslogd and rklogd under |