From 0f314c78c2f6802622820248641e4f4bdf97e816 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 22 Jan 2017 18:07:04 +0000 Subject: 2017-01-22 Matthias Klose * 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 From-SVN: r244762 --- zlib/inffast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib/inffast.c') diff --git a/zlib/inffast.c b/zlib/inffast.c index 29eb7d8..0dbd1db 100644 --- a/zlib/inffast.c +++ b/zlib/inffast.c @@ -1,5 +1,5 @@ /* inffast.c -- fast decoding - * Copyright (C) 1995-2008, 2010, 2013, 2016 Mark Adler + * Copyright (C) 1995-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ -- cgit v1.1