diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-19 16:06:17 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-19 16:06:17 +0000 |
commit | f2dcce7ce53aeb7679e0e0af40d59c0efb3062cc (patch) | |
tree | 97518364e3b3bd1bfbdefab2d9ec66ce54a4a836 /ChangeLog | |
parent | 3a58c0b3191476851487e55f8db4b0deb99f7b10 (diff) | |
download | rsyslog-f2dcce7ce53aeb7679e0e0af40d59c0efb3062cc.tar.gz rsyslog-f2dcce7ce53aeb7679e0e0af40d59c0efb3062cc.tar.xz rsyslog-f2dcce7ce53aeb7679e0e0af40d59c0efb3062cc.zip |
moved message object into its own set of files
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ Version 1.17.1 (RGer), 2007-07-?? - fixed minimal memory leak on HUP (caused by templates) thanks to varmojfekoj <varmojfekoj@gmail.com> for the patch - code cleanup (removed compiler warnings) +- fixed portability bug in configure.ac - thanks to Bartosz Kuźma for patch +- moved msg object into its own file set --------------------------------------------------------------------------- Version 1.17.0 (RGer), 2007-07-17 - added $RepeatedLineReduction config parameter |