From bdde4e09d21edff02ea5093b7f6eccbf166b272f Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:08:07 -0700 Subject: zlib 0.92 --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index caeccb9..bc4a663 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -zlib 0.91 is a beta version of a general purpose compression library. +zlib 0.92 is a beta version of a general purpose compression library. The data format used by the zlib library is described in the files zlib-3.1.doc, deflate-1.1.doc and gzip-4.1.doc, available @@ -14,12 +14,15 @@ To install the zlib library (libgz.a) in /usr/local/lib, type: make install To install in a different directory, use for example: make install prefix=$HOME This will install in $HOME/lib instead of /usr/local/lib. -The changes made in version 0.91 are documented in the file ChangeLog. +The changes made in version 0.92 are documented in the file ChangeLog. The main changes since 0.9 are: +- don't assume that char is signed (problem on SGI) - Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h - Document the memory requirements in zconf.h - added "make install" -- added support for DJGPP +- added support for DJGPP and Pyramid +- fix an inflate bug for stored blocks. +- various speedups On MSDOS, this version works in both large and small model. However small model compression works only for small values of MAX_MEM_LEVEL -- cgit v1.2.1