diff options
author | Nick Clifton <nickc@redhat.com> | 2017-02-20 12:52:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-02-20 12:52:22 +0000 |
commit | 9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79 (patch) | |
tree | 6741c1e41fc9409262816a02b2e3ee366a942e7c /zlib/zlib.3 | |
parent | 0db8980cc0ee05727c11f8b7c6674137a4d5de4e (diff) | |
download | gdb-9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79.zip gdb-9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79.tar.gz gdb-9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79.tar.bz2 |
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
Diffstat (limited to 'zlib/zlib.3')
-rw-r--r-- | zlib/zlib.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/zlib.3 b/zlib/zlib.3 index 00dc061..bda4eb0 100644 --- a/zlib/zlib.3 +++ b/zlib/zlib.3 @@ -1,4 +1,4 @@ -.TH ZLIB 3 "2 Jan 2017" +.TH ZLIB 3 "15 Jan 2017" .SH NAME zlib \- compression/decompression library .SH SYNOPSIS @@ -105,7 +105,7 @@ before asking for help. Send questions and/or comments to zlib@gzip.org, or (for the Windows DLL version) to Gilles Vollant (info@winimage.com). .SH AUTHORS AND LICENSE -Version 1.2.10 +Version 1.2.11 .LP Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler .LP |