aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:26:29 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:26:29 -0700
commit639be997883d9016baaf46017a2802b2ce1698bd (patch)
treedb90fc577d10564b335980824111e8d11c5527e2 /ChangeLog
parentd6231142d2b883a8c3b253fa34992b5cdb4ac2fe (diff)
downloadzlib-639be997883d9016baaf46017a2802b2ce1698bd.tar.gz
zlib-639be997883d9016baaf46017a2802b2ce1698bd.tar.bz2
zlib-639be997883d9016baaf46017a2802b2ce1698bd.zip
zlib 1.2.3.3v1.2.3.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fa7ae1..1bc7105 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,20 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.3.3 (2 October 2006)
5- Make --shared the default for configure, add a --static option
6- Add compile option to permit invalid distance-too-far streams
7- Add inflateUndermine() function which is required to enable above
8- Remove use of "this" variable name for C++ compatibility [Marquess]
9- Add testing of shared library in make test, if shared library built
10- Use ftello() and fseeko() if available instead of ftell() and fseek()
11- Provide two versions of all functions that use the z_off_t type for
12 binary compatibility -- a normal version and a 64-bit offset version,
13 per the Large File Support Extension when _LARGEFILE64_SUPPORT is
14 defined; use the 64-bit versions by default when _FILE_OFFSET_BITS
15 is defined to be 64
16- Add a --uname= option to configure to perhaps help with cross-compiling
17
4Changes in 1.2.3.2 (3 September 2006) 18Changes in 1.2.3.2 (3 September 2006)
5- Turn off silly Borland warnings [Hay] 19- Turn off silly Borland warnings [Hay]
6- Use off64_t and define _LARGEFILE64_SOURCE when present 20- Use off64_t and define _LARGEFILE64_SOURCE when present