diff options
Diffstat (limited to 'src/3rdparty/zlib/ChangeLog')
-rw-r--r-- | src/3rdparty/zlib/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/zlib/ChangeLog b/src/3rdparty/zlib/ChangeLog index c5eebaab6..d60b6d377 100644 --- a/src/3rdparty/zlib/ChangeLog +++ b/src/3rdparty/zlib/ChangeLog @@ -277,7 +277,7 @@ Changes in 1.2.0 (9 March 2003) - Point out that zlib and gzip formats are different - Note that Z_BUF_ERROR is not fatal - Document string limit for gzprintf() and possible buffer overflow - - Note retquirement on avail_out when flushing + - Note requirement on avail_out when flushing - Note permitted values of flush parameter of inflate() - Add some FAQs (and even answers) to the FAQ - Add contrib/inflate86/ for x86 faster inflate @@ -683,7 +683,7 @@ Changes in 0.92 (3 May 95) Changes in 0.91 (2 May 95) - Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h -- Document the memory retquirements in zconf.h +- Document the memory requirements in zconf.h - added "make install" - fix sync search logic in inflateSync - deflate(Z_FULL_FLUSH) now works even if output buffer too short |