summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-14 18:52:53 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-14 18:52:53 +0200
commitce0569ec3ecb2116fb41006ca57498eccf1de43c (patch)
tree1ffc7254a8daca0d657528e970fc20f674e21f8f /ChangeLog
parentd2b63414ef92cde8a3107b8d17b74b1518775df6 (diff)
downloadrsyslog-ce0569ec3ecb2116fb41006ca57498eccf1de43c.tar.gz
rsyslog-ce0569ec3ecb2116fb41006ca57498eccf1de43c.tar.xz
rsyslog-ce0569ec3ecb2116fb41006ca57498eccf1de43c.zip
ugfix: lmtcpclt, lmtcpsrv and lmgssutil did all link to the static runtime library,
resulting in a large size increase (and potential "interesting" effects). Thanks to Michael Biebel for reporting the size issue.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 637f7b61..905c2594 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
---------------------------------------------------------------------------
+Version 3.19.3 (rgerhards), 2008-05-??
+- bugfix: lmtcpclt, lmtcpsrv and lmgssutil did all link to the static
+ runtime library, resulting in a large size increase (and potential
+ "interesting" effects). Thanks to Michael Biebel for reporting the size
+ issue.
+---------------------------------------------------------------------------
Version 3.19.2 (rgerhards), 2008-05-14
- fixed potential segfault due to invalid call to cfsysline
thanks to varmojfekoj for the patch