Sync ZLIB with FSF GCC sources, bringing in version 1.2.11.

- Fix deflate stored bug when pulling last block from window
- Permit immediate deflateParams changes before any deflate input
This commit is contained in:
Nick Clifton
2017-02-20 12:52:22 +00:00
parent 0db8980cc0
commit 9c7e3b0e6b
34 changed files with 87 additions and 68 deletions

View File

@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
const OutBuf: Pointer; BufSize: Integer);
const
zlib_version = '1.2.10';
zlib_version = '1.2.11';
type
EZlibError = class(Exception);