diff options
| author | Linus Nordberg <linus@nordberg.se> | 2013-08-26 15:04:28 +0200 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordberg.se> | 2013-09-02 13:47:04 +0200 | 
| commit | 6fe5339930c4663107ee584d0a49f28391bb46ea (patch) | |
| tree | b8fb722750150cd76539fa0336974c49b5a4dd7b | |
| parent | 536fbcd6f4b7aa35a689581372d70b4399ce5707 (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.
| -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 | 
