On Tue, Sep 28, 2010 at 01:14:55PM +0300, T??r??k Edwin wrote: > Which zlib version will be part of squeeze?
Given the release freeze it'll be the current version. > If you intend on keeping 1.2.3.4, then please fix this uninitialized > warning, valgrind spams lots of these when testing an application using > zlib. The warning is gone in zlib 1.2.5: > ==28075== at 0x58E7290: inflateReset2 (in /usr/lib/libz.so.1.2.3.4) > ==28075== by 0x58E737F: inflateInit2_ (in /usr/lib/libz.so.1.2.3.4) No. I can't justify making changes in a core library like this during the freeze. This is simple to override in valgrind and a well known and understood problem which shouldn't cause any practical issues. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

