- Andre Guibert de Bruet found and fixed a memory leak in the content encoding

code, which could happen on libz errors.
This commit is contained in:
Daniel Stenberg
2009-02-14 09:09:09 +00:00
parent 4f7687895d
commit d315d41a12
3 changed files with 9 additions and 3 deletions

View File

@@ -6,6 +6,10 @@
Changelog
Daniel Stenberg (14 Feb 2009)
- Andre Guibert de Bruet found and fixed a memory leak in the content encoding
code, which could happen on libz errors.
Daniel Fandrich (12 Feb 2009)
- Added support for Digest and NTLM authentication using GnuTLS.