diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-08-26 15:04:28 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-08-26 15:04:28 +0200 |
commit | 974aa9012abcfd3050271dba9d4d38856892b5ca (patch) | |
tree | 2df06e2c381a2be3bf9adc7b511e98972dfd0ae9 /ChangeLog | |
parent | 4920ff44a180c17addff089a42b8b0b8c16fef83 (diff) |
Update ChangeLog with the last three bug fixes/ehancements.
Also, in a lame attempt att giving credit for last commit where I
failed at doing that:
4920ff44 is a patch from Fabian Mauchle.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2013- 1.6.3 + Enhancements: + - Threads are allocated with a 32 KB stack rather than what + happens to be the default. Patch by Fabian Mauchle. + - On systems with mallopt(3), freed memory is returned to the + system more aggressively. Patch by Fabian Mauchle. + + Bug fixes: + - The duplication cache is purged properly. Patch by Fabian + Mauchle. + 2012-10-25 1.6.2 Bug fixes (security): - Fix the issue with verification of clients when using multiple |