[Zlib-devel] zlib 1.2.0.1 available for testing
Gilles Vollant
info at winimage.com
Mon Mar 17 12:50:02 EST 2003
This seem compile OK with Visual C++.Net, except a minor warning:
deflate.c(978) : warning C4018: '<=' : signed/unsigned mismatch
Pehaps replace
return len <= s->lookahead ? len : s->lookahead;
By:
return ((uInt)len) <= s->lookahead ? len : s->lookahead;
Another question : how will I number minizip ? 0.21 is not a good idea,
we can choose 1.00 or 1.21 (to sync for zLib version number)
-----Original Message-----
From: Zlib-devel-admin at zlib.net [mailto:Zlib-devel-admin at zlib.net] On
Behalf Of Mark Adler
Sent: Monday, March 17, 2003 4:01 PM
To: zlib-devel at zlib.net
Subject: [Zlib-devel] zlib 1.2.0.1 available for testing
A chairde,
You can get the special St. Patty's Day edition of zlib, version
1.2.0.1 here:
http://www.alumni.caltech.edu/~madler/zlib-1.2.0.1.tar.gz
I think most of the discussion and patches of the last week have been
incorporated, or at least considered. This is a release candidate for
1.2.1.
Mark O'Adler
More information about the Zlib-devel
mailing list