History log of /netbsd-src/lib/libz/shlib_version (Results 1 – 10 of 10)
Revision Date Author Comments
# 80beac28 14-Jan-2006 christos <christos@NetBSD.org>

use zlib-1.2.3


# d04c0ebe 01-May-2004 mrg <mrg@NetBSD.org>

oops; don't back out the minor number, just remove the functions.
this will allow updating to happen seemlessly.


# cd841de7 01-May-2004 mrg <mrg@NetBSD.org>

backout the changes made on 29th of january:
- remove gzopenfull() and gzdopenfull()
- un-bump minor number
- remove docs for gone functions.

traditionally this is an invalid change (removing an

backout the changes made on 29th of january:
- 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.

show more ...


# 42d0909c 29-Jan-2004 mrg <mrg@NetBSD.org>

add two functions to zlib: gzopenfull() and gzdopenfull() that both take
additional "const char *savename" and "u_int32_t mtime" parameters that
are written out into the gzip header in the mtime fiel

add two functions to zlib: gzopenfull() and gzdopenfull() that both take
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.

show more ...


# daa19b1c 29-May-2002 christos <christos@NetBSD.org>

I've been scolded for not bumping the minor, so there.


# 52c808fa 26-Oct-1999 itojun <itojun@NetBSD.org>

increase shlib minor for z_off_t changes.


# edc1a24a 25-Feb-1999 abs <abs@NetBSD.org>

Add a note to update src/distrib/sets/lists/base/shl.*, and add a missing
RCS Id.


# bce471cd 02-Nov-1998 tron <tron@NetBSD.org>

Bump minor version because some function calls were added.


# 93db5caa 05-Jan-1998 perry <perry@NetBSD.org>

RCSID Police.


# 5da64b50 12-Sep-1996 cgd <cgd@NetBSD.org>

make it into a shared library, too.