diff options
author | marha <marha@users.sourceforge.net> | 2013-11-12 13:48:44 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-11-12 13:51:05 +0100 |
commit | 4bdf8409331f44417c3622bc5ec0e42c0e68afb6 (patch) | |
tree | ee8a24a92b267f48542eaed1968266a76e945a27 /zlib/examples/gzlog.h | |
parent | b73c544c61712f7bd57f3c9a0f6046481f58038b (diff) | |
download | vcxsrv-4bdf8409331f44417c3622bc5ec0e42c0e68afb6.tar.gz vcxsrv-4bdf8409331f44417c3622bc5ec0e42c0e68afb6.tar.bz2 vcxsrv-4bdf8409331f44417c3622bc5ec0e42c0e68afb6.zip |
Updated zlib to 1.2.8
Diffstat (limited to 'zlib/examples/gzlog.h')
-rw-r--r-- | zlib/examples/gzlog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/zlib/examples/gzlog.h b/zlib/examples/gzlog.h index c46142673..86f0cecba 100644 --- a/zlib/examples/gzlog.h +++ b/zlib/examples/gzlog.h @@ -1,6 +1,6 @@ /* gzlog.h - Copyright (C) 2004, 2008 Mark Adler, all rights reserved - version 2.0, 25 Apr 2008 + Copyright (C) 2004, 2008, 2012 Mark Adler, all rights reserved + version 2.2, 14 Aug 2012 This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages @@ -27,6 +27,8 @@ Interface changed slightly in that now path is a prefix Compression now occurs as needed during gzlog_write() gzlog_write() now always leaves the log file as valid gzip + 2.1 8 Jul 2012 Fix argument checks in gzlog_compress() and gzlog_write() + 2.2 14 Aug 2012 Clean up signed comparisons */ /* |