From 9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 20 Feb 2017 12:52:22 +0000 Subject: 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 --- zlib/gzlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib/gzlib.c') diff --git a/zlib/gzlib.c b/zlib/gzlib.c index e142ffb..4105e6a 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 */ -- cgit v1.1