[Zlib-devel] zlib 1.2.7 release candidate

Vincent Torri vtorri at univ-evry.fr
Sat Mar 10 01:24:48 EST 2012



On Fri, 9 Mar 2012, Mark Adler wrote:

> zlibbers,
>
> Please test what is intended to be the final version for release as 1.2.7.  You can get it from here:
>
>    https://github.com/madler/zlib/tree/develop
>
> and hitting the ZIP button in the upper left portion of the page.

uname -a:

Linux torri-laptop 2.6.35-32-generic #66-Ubuntu SMP Mon Feb 13 21:04:12 UTC 2012 i686 GNU/Linux

clang --version:

clang version 3.0 (tags/RELEASE_30/final)
Target: i386-pc-linux-gnu
Thread model: posix

No compilation problem.
make test pass:

torri:~/tmp/madler-zlib-9f4d905: make check
hello world
zlib version 1.2.7-motley = 0x1270, compile flags = 0x55
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek:  hello!
inflate(): hello, hello!
large_inflate(): OK
after inflateSync(): hello, hello!
inflate with dictionary: hello, hello!
 		*** zlib test OK ***
hello world
zlib version 1.2.7-motley = 0x1270, compile flags = 0x55
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek:  hello!
inflate(): hello, hello!
large_inflate(): OK
after inflateSync(): hello, hello!
inflate with dictionary: hello, hello!
 		*** zlib shared test OK ***
hello world
zlib version 1.2.7-motley = 0x1270, compile flags = 0x55
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek:  hello!
inflate(): hello, hello!
large_inflate(): OK
after inflateSync(): hello, hello!
inflate with dictionary: hello, hello!
 		*** zlib 64-bit test OK ***





More information about the Zlib-devel mailing list