diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | zlib 0.91 is a beta version of a general purpose compression library. | 1 | zlib 0.92 is a beta version of a general purpose compression library. |
2 | 2 | ||
3 | The data format used by the zlib library is described in the | 3 | The data format used by the zlib library is described in the |
4 | files zlib-3.1.doc, deflate-1.1.doc and gzip-4.1.doc, available | 4 | 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 | |||
14 | To install in a different directory, use for example: make install prefix=$HOME | 14 | To install in a different directory, use for example: make install prefix=$HOME |
15 | This will install in $HOME/lib instead of /usr/local/lib. | 15 | This will install in $HOME/lib instead of /usr/local/lib. |
16 | 16 | ||
17 | The changes made in version 0.91 are documented in the file ChangeLog. | 17 | The changes made in version 0.92 are documented in the file ChangeLog. |
18 | The main changes since 0.9 are: | 18 | The 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 | ||
24 | On MSDOS, this version works in both large and small model. However | 27 | On MSDOS, this version works in both large and small model. However |
25 | small model compression works only for small values of MAX_MEM_LEVEL | 28 | small model compression works only for small values of MAX_MEM_LEVEL |