Deleted Added
full compact
3c3
< zlib 1.2.3 is a general purpose data compression library. All the code is
---
> zlib 1.2.4 is a general purpose data compression library. All the code is
7,8c7
< and rfc1952.txt (gzip format). These documents are also available in other
< formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
---
> and rfc1952.txt (gzip format).
11c10
< (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
---
> (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
13c12
< is working correctly. Another example is given in the file minigzip.c. The
---
> is working correctly. Another example is given in the file minigzip.c. The
18,20c17,19
< the top of Makefile. In short "make test; make install" should work for most
< machines. For Unix: "./configure; make test; make install". For MSDOS, use one
< of the special makefiles such as Makefile.msc. For VMS, use make_vms.com.
---
> the top of Makefile.in. In short "./configure; make test", and if that goes
> well, "make install" should work for most flavors of Unix. For Windows, use one
> of the special makefiles in win32/ or projects/ . For VMS, use make_vms.com.
23,27c22,25
< <info@winimage.com> for the Windows DLL version. The zlib home page is
< http://www.zlib.org or http://www.gzip.org/zlib/ Before reporting a problem,
< please check this site to verify that you have the latest version of zlib;
< otherwise get the latest version and check whether the problem still exists or
< not.
---
> <info@winimage.com> for the Windows DLL version. The zlib home page 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
> version and check whether the problem still exists or not.
29,30c27
< PLEASE read the zlib FAQ http://www.gzip.org/zlib/zlib_faq.html before asking
< for help.
---
> PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
32,34c29,31
< Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
< issue of Dr. Dobb's Journal; a copy of the article is available in
< http://dogma.net/markn/articles/zlibtool/zlibtool.htm
---
> Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
> issue of Dr. Dobb's Journal; a copy of the article is available at
> http://marknelson.us/1997/01/01/zlib-engine/ .
36c33
< The changes made in version 1.2.3 are documented in the file ChangeLog.
---
> The changes made in version 1.2.4 are documented in the file ChangeLog.
38c35
< Unsupported third party contributions are provided in directory "contrib".
---
> Unsupported third party contributions are provided in directory contrib/ .
40,42c37,38
< A Java implementation of zlib is available in the Java Development Kit
< http://java.sun.com/j2se/1.4.2/docs/api/java/util/zip/package-summary.html
< See the zlib home page http://www.zlib.org for details.
---
> zlib is available in Java using the java.util.zip package, documented at
> http://java.sun.com/developer/technicalArticles/Programming/compression/ .
44,46c40,42
< A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is in the
< CPAN (Comprehensive Perl Archive Network) sites
< http://www.cpan.org/modules/by-module/Compress/
---
> A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available
> at CPAN (Comprehensive Perl Archive Network) sites, including
> http://search.cpan.org/~pmqs/IO-Compress-Zlib/ .
50c46
< http://www.python.org/doc/lib/module-zlib.html
---
> http://www.python.org/doc/lib/module-zlib.html .
52,53c48
< A zlib binding for TCL written by Andreas Kupries <a.kupries@westend.com> is
< availlable at http://www.oche.de/~akupries/soft/trf/trf_zip.html
---
> zlib is built into tcl: http://wiki.tcl.tk/4610 .
77c72
< - gzdopen is not supported on RISCOS, BEOS and by some Mac compilers.
---
> - gzdopen is not supported on RISCOS or BEOS.
81,83d75
< - When building a shared, i.e. dynamic library on Mac OS X, the library must be
< installed before testing (do "make install" before "make test"), since the
< library location is specified in the library.
85d76
<
88,91c79,82
< 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
< people who reported problems and suggested various improvements in zlib;
< they are too numerous to cite here.
---
> 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
> people who reported problems and suggested various improvements in zlib; they
> are too numerous to cite here.
95c86
< (C) 1995-2004 Jean-loup Gailly and Mark Adler
---
> (C) 1995-2010 Jean-loup Gailly and Mark Adler
116,120c107,110
< If you use the zlib library in a product, we would appreciate *not*
< receiving lengthy legal documents to sign. The sources are provided
< for free but without warranty of any kind. The library has been
< entirely written by Jean-loup Gailly and Mark Adler; it does not
< include third-party code.
---
> If you use the zlib library in a product, we would appreciate *not* receiving
> lengthy legal documents to sign. The sources are provided for free but without
> warranty of any kind. The library has been entirely written by Jean-loup
> Gailly and Mark Adler; it does not include third-party code.
122,125c112,114
< If you redistribute modified sources, we would appreciate that you include
< in the file ChangeLog history information documenting your changes. Please
< read the FAQ for more information on the distribution of modified source
< versions.
---
> If you redistribute modified sources, we would appreciate that you include in
> the file ChangeLog history information documenting your changes. Please read
> the FAQ for more information on the distribution of modified source versions.