[Zlib-devel] zlib 1.2.3.5 available for testing
Mark Brown
broonie at sirena.org.uk
Sun Jan 10 19:00:14 EST 2010
On Fri, Jan 08, 2010 at 12:58:46AM -0800, Mark Adler wrote:
> Generous zlib testers,
> zlib 1.2.3.5 is available here for testing:
> http://zlib.net/current/beta/zlib-1.2.3.5.tar.gz
> The changes are listed in ChangeLog. Most notably, the gz* functions have been replaced with entirely new code. If you can, please test those with special vigor. Thanks.
I've not yet actually tested the code but while updating to this version
I noticed that the .map file hadn't been updated for this version. I
added the following patch to handle this:
Index: build/zlib.map
===================================================================
--- build.orig/zlib.map 2010-01-10 23:45:25.000000000 +0000
+++ build/zlib.map 2010-01-10 23:53:09.000000000 +0000
@@ -14,6 +14,7 @@
zcalloc;
zcfree;
z_errmsg;
+ gzio_old;
_*;
};
@@ -51,3 +52,12 @@
inflateReset2;
inflateMark;
} ZLIB_1.2.3.3;
+
+ZLIB_1.2.3.5 {
+ gz_error;
+ gzbuffer;
+ gzoffset;
+ gzoffset64;
+ gzclose_r;
+ gzclose_w;
+} ZLIB_1.2.3.4;
More information about the Zlib-devel
mailing list