diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-22 18:07:04 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-22 18:07:04 +0000 |
commit | 239eb531b035fe8b7b8b8d600cce3fe971e3651f (patch) | |
tree | 86290f2ef953332b0d98f0f6333147a96109537d /zlib/gzlib.c | |
parent | 5b5ea34d6f42bab11619a596f1bf84ef47e2c802 (diff) | |
download | gcc-239eb531b035fe8b7b8b8d600cce3fe971e3651f.tar.gz |
2017-01-22 Matthias Klose <doko@ubuntu.com>
* Import zlib 1.2.11.
* configure: Regenerate.
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
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244762 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/gzlib.c')
-rw-r--r-- | zlib/gzlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/gzlib.c b/zlib/gzlib.c index e142ffb3d75..4105e6aff92 100644 --- a/zlib/gzlib.c +++ b/zlib/gzlib.c @@ -1,5 +1,5 @@ /* gzlib.c -- zlib functions common to reading and writing gzip files - * Copyright (C) 2004, 2010, 2011, 2012, 2013, 2016 Mark Adler + * Copyright (C) 2004-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ |