cpython (2.7): update zlib ChangeLog file
https://hg.python.org/cpython/rev/51e7c9b54f56 changeset: 106354:51e7c9b54f56 branch: 2.7 parent: 106347:0136c99a9795 user: doko@ubuntu.com date: Tue Jan 31 13:56:50 2017 +0100 summary: update zlib ChangeLog file files: Modules/zlib/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Modules/zlib/ChangeLog b/Modules/zlib/ChangeLog --- a/Modules/zlib/ChangeLog +++ b/Modules/zlib/ChangeLog @@ -1,6 +1,10 @@ ChangeLog file for zlib +Changes in 1.2.11 (15 Jan 2017) +- Fix deflate stored bug when pulling last block from window +- Permit immediate deflateParams changes before any deflate input + Changes in 1.2.10 (2 Jan 2017) - Avoid warnings on snprintf() return value - Fix bug in deflate_stored() for zero-length input -- Repository URL: https://hg.python.org/cpython
participants (1)
-
matthias.klose