[Zlib-devel] zlib 1.2.3.5 available for testing

Dmitry V. Levin ldv at altlinux.org
Thu Jan 28 11:56:16 EST 2010


On Mon, Jan 11, 2010 at 12:00:14AM +0000, Mark Brown wrote:
> 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:

Actually, a few symbols were added in zlib-1.2.3.3.tar.gz, too:

--- zlib.map
+++ zlib.map
@@ -46,6 +46,11 @@
 } ZLIB_1.2.2.3;
 
 ZLIB_1.2.3.3 {
+    adler32_combine64;
+    crc32_combine64;
+    gzopen64;
+    gzseek64;
+    gztell64;
     inflateUndermine;
 } ZLIB_1.2.2.4;
 

-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20100128/ba875dc3/attachment.sig>


More information about the Zlib-devel mailing list