README-WIN32.txt (muscle7.61) | : | README-WIN32.txt (muscle7.62) | ||
---|---|---|---|---|
ZLIB DATA COMPRESSION LIBRARY | ZLIB DATA COMPRESSION LIBRARY | |||
zlib 1.2.8 is a general purpose data compression library. All the code is | zlib 1.2.11 is a general purpose data compression library. All the code is | |||
thread safe. The data format used by the zlib library is described by RFCs | thread safe. The data format used by the zlib library is described by RFCs | |||
(Request for Comments) 1950 to 1952 in the files | (Request for Comments) 1950 to 1952 in the files | |||
http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) | http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) | |||
and rfc1952.txt (gzip format). | and rfc1952.txt (gzip format). | |||
All functions of the compression library are documented in the file zlib.h | All functions of the compression library are documented in the file zlib.h | |||
(volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled | (volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled | |||
examples are distributed in this package, example and minigzip. The example_d | examples are distributed in this package, example and minigzip. The example_d | |||
and minigzip_d flavors validate that the zlib1.dll file is working correctly. | and minigzip_d flavors validate that the zlib1.dll file is working correctly. | |||
Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page | Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page | |||
is http://zlib.net/ . Before reporting a problem, please check this site to | is http://zlib.net/ . Before reporting a problem, please check this site to | |||
verify that you have the latest version of zlib; otherwise get the latest | verify that you have the latest version of zlib; otherwise get the latest | |||
version and check whether the problem still exists or not. | version and check whether the problem still exists or not. | |||
PLEASE read DLL_FAQ.txt, and the the zlib FAQ http://zlib.net/zlib_faq.html | PLEASE read DLL_FAQ.txt, and the the zlib FAQ http://zlib.net/zlib_faq.html | |||
before asking for help. | before asking for help. | |||
Manifest: | Manifest: | |||
The package zlib-1.2.8-win32-x86.zip will contain the following files: | The package zlib-1.2.11-win32-x86.zip will contain the following files: | |||
README-WIN32.txt This document | README-WIN32.txt This document | |||
ChangeLog Changes since previous zlib packages | ChangeLog Changes since previous zlib packages | |||
DLL_FAQ.txt Frequently asked questions about zlib1.dll | DLL_FAQ.txt Frequently asked questions about zlib1.dll | |||
zlib.3.pdf Documentation of this library in Adobe Acrobat format | zlib.3.pdf Documentation of this library in Adobe Acrobat format | |||
example.exe A statically-bound example (using zlib.lib, not the dll) | example.exe A statically-bound example (using zlib.lib, not the dll) | |||
example.pdb Symbolic information for debugging example.exe | example.pdb Symbolic information for debugging example.exe | |||
example_d.exe A zlib1.dll bound example (using zdll.lib) | example_d.exe A zlib1.dll bound example (using zdll.lib) | |||
skipping to change at line 72 | skipping to change at line 72 | |||
Acknowledgments: | Acknowledgments: | |||
The deflate format used by zlib was defined by Phil Katz. The deflate and | The deflate format used by zlib was defined by Phil Katz. The deflate and | |||
zlib specifications were written by L. Peter Deutsch. Thanks to all the | zlib specifications were written by L. Peter Deutsch. Thanks to all the | |||
people who reported problems and suggested various improvements in zlib; they | people who reported problems and suggested various improvements in zlib; they | |||
are too numerous to cite here. | are too numerous to cite here. | |||
Copyright notice: | Copyright notice: | |||
(C) 1995-2012 Jean-loup Gailly and Mark Adler | (C) 1995-2017 Jean-loup Gailly and Mark Adler | |||
This software is provided 'as-is', without any express or implied | This software is provided 'as-is', without any express or implied | |||
warranty. In no event will the authors be held liable for any damages | warranty. In no event will the authors be held liable for any damages | |||
arising from the use of this software. | arising from the use of this software. | |||
Permission is granted to anyone to use this software for any purpose, | Permission is granted to anyone to use this software for any purpose, | |||
including commercial applications, and to alter it and redistribute it | including commercial applications, and to alter it and redistribute it | |||
freely, subject to the following restrictions: | freely, subject to the following restrictions: | |||
1. The origin of this software must not be misrepresented; you must not | 1. The origin of this software must not be misrepresented; you must not | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |