summaryrefslogtreecommitdiff
path: root/lib/libz/shlib_version
AgeCommit message (Collapse)Author
2006-01-14use zlib-1.2.3christos
2004-05-01oops; don't back out the minor number, just remove the functions.mrg
this will allow updating to happen seemlessly.
2004-05-01backout the changes made on 29th of january:mrg
- remove gzopenfull() and gzdopenfull() - un-bump minor number - remove docs for gone functions. traditionally this is an invalid change (removing an API from a library without bumping the major.) it has been decided that this case is special enough not to require that. no one should have been using these new functions yet. PS: this may cause "make install" to barf about older libraries already being installed.
2004-01-29add two functions to zlib: gzopenfull() and gzdopenfull() that both takemrg
additional "const char *savename" and "u_int32_t mtime" parameters that are written out into the gzip header in the mtime field and as the original filename.
2002-05-29I've been scolded for not bumping the minor, so there.christos
1999-10-26increase shlib minor for z_off_t changes.itojun
1999-02-25Add a note to update src/distrib/sets/lists/base/shl.*, and add a missingabs
RCS Id.
1998-11-02Bump minor version because some function calls were added.tron
1998-01-05RCSID Police.perry
1996-09-12make it into a shared library, too.cgd