5 Original distribution from http://www.gzip.org/zlib/
7 Vendor files removed from distribution before import:
9 Makefile contrib/ win32/
10 Makefile.in msdos/ zconf.in.h
14 Vendor files imported:
15 ChangeLog example.c minigzip.c
17 README infback.c trees.h
18 adler32.c inffast.c uncompr.c
19 algorithm.txt inffast.h zconf.h
20 compress.c inffixed.h zlib.3
21 crc32.c inflate.c zlib.h
22 crc32.h inflate.h zutil.c
23 deflate.c inftrees.c zutil.h
26 As of April, 2005, only the following three vendor files
27 had non-trivial local changes:
28 gzio.c minigzip.c zconf.h
30 Added files (not from vendor):
31 Makefile zopen.c FREEBSD-upgrade
34 1) Unpack vendor sources into a clean directory.
35 2) Delete unnecessary files.
36 3) Import onto the vendor branch. The 1.2.2 import was done like this:
37 cvs -d <CVSROOT> import -ko -m "ZLib 1.2.2" src/lib/libz ZLIB v1_2_2
38 4) In a clean directory, check out a fresh copy of HEAD,
39 merging in vendor changes since the last import.
40 cvs -d <CVSROOT> co -jZLIB:yesterday -jZLIB src/lib/libz
41 5) Resolve any conflicts and commit them.
42 6) Update this file with any changes to the file list or update procedure.