aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index caeccb9..bc4a663 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1zlib 0.91 is a beta version of a general purpose compression library. 1zlib 0.92 is a beta version of a general purpose compression library.
2 2
3The data format used by the zlib library is described in the 3The data format used by the zlib library is described in the
4files zlib-3.1.doc, deflate-1.1.doc and gzip-4.1.doc, available 4files 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
14To install in a different directory, use for example: make install prefix=$HOME 14To install in a different directory, use for example: make install prefix=$HOME
15This will install in $HOME/lib instead of /usr/local/lib. 15This will install in $HOME/lib instead of /usr/local/lib.
16 16
17The changes made in version 0.91 are documented in the file ChangeLog. 17The changes made in version 0.92 are documented in the file ChangeLog.
18The main changes since 0.9 are: 18The main changes since 0.9 are:
19- don't assume that char is signed (problem on SGI)
19- Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h 20- Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h
20- Document the memory requirements in zconf.h 21- Document the memory requirements in zconf.h
21- added "make install" 22- added "make install"
22- added support for DJGPP 23- added support for DJGPP and Pyramid
24- fix an inflate bug for stored blocks.
25- various speedups
23 26
24On MSDOS, this version works in both large and small model. However 27On MSDOS, this version works in both large and small model. However
25small model compression works only for small values of MAX_MEM_LEVEL 28small model compression works only for small values of MAX_MEM_LEVEL