summaryrefslogtreecommitdiff
path: root/lib/libz/shlib_version
AgeCommit message (Collapse)Author
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2003-12-16bump majorHenning Brauer
ok millert@ (previous as well)
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
2002-03-15increment minor due to security fixTodd C. Miller
1998-08-08zlib 1.1.3Todd C. Miller
1997-01-19zlib 1.0.4Todd C. Miller
1996-10-27incremented since we added gz_iszipped.Todd C. Miller
1996-07-27Integrate zlib v1.0.3Thorsten Lockert