<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in bndsrc</title>
    <link>http://nxr.netbsd.org/rss/src/common/dist/zlib/os400/bndsrc</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/common/dist/zlib/os400/bndsrc - 1.1</description>
    <pubDate>Tue Jan 10 00:25:31 UTC 2017</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>import zlib-1.3.2 (previous was 1.3.1)<br/><br/><br/>Version 1.3.2 has these key updates from 1.3.1:<br/><br/>    Address findings of the 7ASecurity audit of zlib.<br/>	Check for negative lengths in crc32_combine functions.<br/>	Copy only the initialized window contents in inflateCopy.<br/>	Prevent the use of insecure functions without an explicit request.<br/>	Add compressBound_z and deflateBound_z functions for large values.<br/>	Use atomics to build inflate fixed tables once.<br/>	Add --undefined option to ./configure for UBSan checker.<br/>	Copy only the initialized deflate state in deflateCopy.<br/>	Zero inflate state on allocation.<br/>	Add compress_z and uncompress_z functions.<br/>    Complete rewrite of cmake support.<br/>    Remove untgz from contrib.<br/>    Vectorize the CRC-32 calculation on the s390x.<br/>    Remove vstudio projects in lieu of cmake-generated projects.<br/>    Add zipAlreadyThere() to minizip zip.c to help avoid duplicates.<br/>    Add deflateUsed() function to get the used bits in the last byte.<br/>    Fix bug in inflatePrime() for 16-bit ints.<br/>    Add a "G" option to force gzip, disabling transparency in gzread().<br/>    Return all available uncompressed data on error in gzread.c.<br/>    Support non-blocking devices in the gz* routines.</title>
    <description>/src/common/dist/zlib/os400/bndsrc - 1.1.1.3</description>
    <pubDate>Sun May 03 16:34:34 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import zlib-1.2.13, previous was 1.2.10<br/><br/>Changes in 1.2.13 (13 Oct 2022)<br/>- Fix configure issue that discarded provided CC definition<br/>- Correct incorrect inputs provided to the CRC functions<br/>- Repair prototypes and exporting of new CRC functions<br/>- Fix inflateBack to detect invalid input with distances too far<br/>- Have infback() deliver all of the available output up to any error<br/>- Fix a bug when getting a gzip header extra field with inflate()<br/>- Fix bug in block type selection when Z_FIXED used<br/>- Tighten deflateBound bounds<br/>- Remove deleted assembler code references<br/>- Various portability and appearance improvements<br/><br/>Changes in 1.2.12 (27 Mar 2022)<br/>- Cygwin does not have _wopen(), so do not create gzopen_w() there<br/>- Permit a deflateParams() parameter change as soon as possible<br/>- Limit hash table inserts after switch from stored deflate<br/>- Fix bug when window full in deflate_stored()<br/>- Fix CLEAR_HASH macro to be usable as a single statement<br/>- Avoid a conversion error in gzseek when off_t type too small<br/>- Have Makefile return non-zero error code on test failure<br/>- Avoid some conversion warnings in gzread.c and gzwrite.c<br/>- Update use of errno for newer Windows CE versions<br/>- Small speedup to inflate [psumbera]<br/>- Return an error if the gzputs string length can't fit in an int<br/>- Add address checking in clang to -w option of configure<br/>- Don't compute check value for raw inflate if asked to validate<br/>- Handle case where inflateSync used when header never processed<br/>- Avoid the use of ptrdiff_t<br/>- Avoid an undefined behavior of memcpy() in gzappend()<br/>- Avoid undefined behaviors of memcpy() in gz*printf()<br/>- Avoid an undefined behavior of memcpy() in _tr_stored_block()<br/>- Make the names in functions declarations identical to definitions<br/>- Remove old assembler code in which bugs have manifested<br/>- Fix deflateEnd() to not report an error at start of raw deflate<br/>- Add legal disclaimer to README<br/>- Emphasize the need to continue decompressing gzip members<br/>- Correct the initialization requirements for deflateInit2()<br/>- Fix a bug that can crash deflate on some input when using Z_FIXED<br/>- Assure that the number of bits for deflatePrime() is valid<br/>- Use a structure to make globals in enough.c evident<br/>- Use a macro for the printf format of big_t in enough.c<br/>- Clean up code style in enough.c, update version<br/>- Use inline function instead of macro for index in enough.c<br/>- Clarify that prefix codes are counted in enough.c<br/>- Show all the codes for the maximum tables size in enough.c<br/>- Add gznorm.c example, which normalizes gzip files<br/>- Fix the zran.c example to work on a multiple-member gzip file<br/>- Add tables for crc32_combine(), to speed it up by a factor of 200<br/>- Add crc32_combine_gen() and crc32_combine_op() for fast combines<br/>- Speed up software CRC-32 computation by a factor of 1.5 to 3<br/>- Use atomic test and set, if available, for dynamic CRC tables<br/>- Don't bother computing check value after successful inflateSync()<br/>- Correct comment in crc32.c<br/>- Add use of the ARMv8 crc32 instructions when requested<br/>- Use ARM crc32 instructions if the ARM architecture has them<br/>- Explicitly note that the 32-bit check values are 32 bits<br/>- Avoid adding empty gzip member after gzflush with Z_FINISH<br/>- Fix memory leak on error in gzlog.c<br/>- Fix error in comment on the polynomial representation of a byte<br/>- Clarify gz* function interfaces, referring to parameter names<br/>- Change macro name in inflate.c to avoid collision in VxWorks<br/>- Correct typo in blast.c<br/>- Improve portability of contrib/minizip<br/>- Fix indentation in minizip's zip.c<br/>- Replace black/white with allow/block. (theresa-m)<br/>- minizip warning fix if MAXU32 already defined. (gvollant)<br/>- Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner)<br/>- Clean up minizip to reduce warnings for testing<br/>- Add fallthrough comments for gcc<br/>- Eliminate use of ULL constants<br/>- Separate out address sanitizing from warnings in configure<br/>- Remove destructive aspects of make distclean<br/>- Check for cc masquerading as gcc or clang in configure<br/>- Fix crc32.c to compile local functions only if used<br/><br/>Changes in 1.2.11 (15 Jan 2017)<br/>- Fix deflate stored bug when pulling last block from window<br/>- Permit immediate deflateParams changes before any deflate input</title>
    <description>/src/common/dist/zlib/os400/bndsrc - 1.1.1.2</description>
    <pubDate>Sat Oct 15 19:38:38 UTC 2022</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.4;  1.1.1.1.16;<br/>Changes in 1.2.10 (2 Jan 2017)<br/>- Avoid warnings on snprintf() return value<br/>- Fix bug in deflate_stored() for zero-length input<br/>- Fix bug in gzwrite.c that produced corrupt gzip files<br/>- Remove files to be installed before copying them in Makefile.in<br/>- Add warnings when compiling with assembler code<br/><br/>Changes in 1.2.9 (31 Dec 2016)<br/>- Fix contrib/minizip to permit unzipping with desktop API [Zouzou]<br/>- Improve contrib/blast to return unused bytes<br/>- Assure that gzoffset() is correct when appending<br/>- Improve compress() and uncompress() to support large lengths<br/>- Fix bug in test/example.c where error code not saved<br/>- Remedy Coverity warning [Randers-Pehrson]<br/>- Improve speed of gzprintf() in transparent mode<br/>- Fix inflateInit2() bug when windowBits is 16 or 32<br/>- Change DEBUG macro to ZLIB_DEBUG<br/>- Avoid uninitialized access by gzclose_w()<br/>- Allow building zlib outside of the source directory<br/>- Fix bug that accepted invalid zlib header when windowBits is zero<br/>- Fix gzseek() problem on MinGW due to buggy _lseeki64 there<br/>- Loop on write() calls in gzwrite.c in case of non-blocking I/O<br/>- Add --warn (-w) option to ./configure for more compiler warnings<br/>- Reject a window size of 256 bytes if not using the zlib wrapper<br/>- Fix bug when level 0 used with Z_HUFFMAN or Z_RLE<br/>- Add --debug (-d) option to ./configure to define ZLIB_DEBUG<br/>- Fix bugs in creating a very large gzip header<br/>- Add uncompress2() function, which returns the input size used<br/>- Assure that deflateParams() will not switch functions mid-block<br/>- Dramatically speed up deflation for level 0 (storing)<br/>- Add gzfread(), duplicating the interface of fread()<br/>- Add gzfwrite(), duplicating the interface of fwrite()<br/>- Add deflateGetDictionary() function<br/>- Use snprintf() for later versions of Microsoft C<br/>- Fix *Init macros to use z_ prefix when requested<br/>- Replace as400 with os400 for OS/400 support [Monnerat]<br/>- Add crc32_z() and adler32_z() functions with size_t lengths<br/>- Update Visual Studio project files [AraHaan]<br/><br/>Changes in 1.2.8 (28 Apr 2013)<br/>- Update contrib/minizip/iowin32.c for Windows RT [Vollant]<br/>- Do not force Z_CONST for C++<br/>- Clean up contrib/vstudio [Roß]<br/>- Correct spelling error in zlib.h<br/>- Fix mixed line endings in contrib/vstudio<br/><br/>Changes in 1.2.7.3 (13 Apr 2013)<br/>- Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc<br/><br/>Changes in 1.2.7.2 (13 Apr 2013)<br/>- Change check for a four-byte type back to hexadecimal<br/>- Fix typo in win32/Makefile.msc<br/>- Add casts in gzwrite.c for pointer differences<br/><br/>Changes in 1.2.7.1 (24 Mar 2013)<br/>- Replace use of unsafe string functions with snprintf if available<br/>- Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]<br/>- Fix gzgetc undefine when Z_PREFIX set [Turk]<br/>- Eliminate use of mktemp in Makefile (not always available)<br/>- Fix bug in 'F' mode for gzopen()<br/>- Add inflateGetDictionary() function<br/>- Correct comment in deflate.h<br/>- Use _snprintf for snprintf in Microsoft C<br/>- On Darwin, only use /usr/bin/libtool if libtool is not Apple<br/>- Delete "--version" file if created by "ar --version" [Richard G.]<br/>- Fix configure check for veracity of compiler error return codes<br/>- Fix CMake compilation of static lib for MSVC2010 x64<br/>- Remove unused variable in infback9.c<br/>- Fix argument checks in gzlog_compress() and gzlog_write()<br/>- Clean up the usage of z_const and respect const usage within zlib<br/>- Clean up examples/gzlog.[ch] comparisons of different types<br/>- Avoid shift equal to bits in type (caused endless loop)<br/>- Fix uninitialized value bug in gzputc() introduced by const patches<br/>- Fix memory allocation error in examples/zran.c [Nor]<br/>- Fix bug where gzopen(), gzclose() would write an empty file<br/>- Fix bug in gzclose() when gzwrite() runs out of memory<br/>- Check for input buffer malloc failure in examples/gzappend.c<br/>- Add note to contrib/blast to use binary mode in stdio<br/>- Fix comparisons of differently signed integers in contrib/blast<br/>- Check for invalid code length codes in contrib/puff<br/>- Fix serious but very rare decompression bug in inftrees.c<br/>- Update inflateBack() comments, since inflate() can be faster<br/>- Use underscored I/O function names for WINAPI_FAMILY<br/>- Add _tr_flush_bits to the external symbols prefixed by --zprefix<br/>- Add contrib/vstudio/vc10 pre-build step for static only<br/>- Quote --version-script argument in CMakeLists.txt<br/>- Don't specify --version-script on Apple platforms in CMakeLists.txt<br/>- Fix casting error in contrib/testzlib/testzlib.c<br/>- Fix types in contrib/minizip to match result of get_crc_table()<br/>- Simplify contrib/vstudio/vc10 with 'd' suffix<br/>- Add TOP support to win32/Makefile.msc<br/>- Suport i686 and amd64 assembler builds in CMakeLists.txt<br/>- Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h<br/>- Add vc11 and vc12 build files to contrib/vstudio<br/>- Add gzvprintf() as an undocumented function in zlib<br/>- Fix configure for Sun shell<br/>- Remove runtime check in configure for four-byte integer type<br/>- Add casts and consts to ease user conversion to C++<br/>- Add man pages for minizip and miniunzip<br/>- In Makefile uninstall, don't rm if preceding cd fails<br/>- Do not return Z_BUF_ERROR if deflateParam() has nothing to write<br/><br/>Changes in 1.2.7 (2 May 2012)<br/>- Replace use of memmove() with a simple copy for portability<br/>- Test for existence of strerror<br/>- Restore gzgetc_ for backward compatibility with 1.2.6<br/>- Fix build with non-GNU make on Solaris<br/>- Require gcc 4.0 or later on Mac OS X to use the hidden attribute<br/>- Include unistd.h for Watcom C<br/>- Use __WATCOMC__ instead of __WATCOM__<br/>- Do not use the visibility attribute if NO_VIZ defined<br/>- Improve the detection of no hidden visibility attribute<br/>- Avoid using __int64 for gcc or solo compilation<br/>- Cast to char * in gzprintf to avoid warnings [Zinser]<br/>- Fix make_vms.com for VAX [Zinser]<br/>- Don't use library or built-in byte swaps<br/>- Simplify test and use of gcc hidden attribute<br/>- Fix bug in gzclose_w() when gzwrite() fails to allocate memory<br/>- Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()<br/>- Fix bug in test/minigzip.c for configure --solo<br/>- Fix contrib/vstudio project link errors [Mohanathas]<br/>- Add ability to choose the builder in make_vms.com [Schweda]<br/>- Add DESTDIR support to mingw32 win32/Makefile.gcc<br/>- Fix comments in win32/Makefile.gcc for proper usage<br/>- Allow overriding the default install locations for cmake<br/>- Generate and install the pkg-config file with cmake<br/>- Build both a static and a shared version of zlib with cmake<br/>- Include version symbols for cmake builds<br/>- If using cmake with MSVC, add the source directory to the includes<br/>- Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta]<br/>- Move obsolete emx makefile to old [Truta]<br/>- Allow the use of -Wundef when compiling or using zlib<br/>- Avoid the use of the -u option with mktemp<br/>- Improve inflate() documentation on the use of Z_FINISH<br/>- Recognize clang as gcc<br/>- Add gzopen_w() in Windows for wide character path names<br/>- Rename zconf.h in CMakeLists.txt to move it out of the way<br/>- Add source directory in CMakeLists.txt for building examples<br/>- Look in build directory for zlib.pc in CMakeLists.txt<br/>- Remove gzflags from zlibvc.def in vc9 and vc10<br/>- Fix contrib/minizip compilation in the MinGW environment<br/>- Update ./configure for Solaris, support --64 [Mooney]<br/>- Remove -R. from Solaris shared build (possible security issue)<br/>- Avoid race condition for parallel make (-j) running example<br/>- Fix type mismatch between get_crc_table() and crc_table<br/>- Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler]<br/>- Fix the path to zlib.map in CMakeLists.txt<br/>- Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]<br/>- Add instructions to win32/Makefile.gcc for shared install [Torri]<br/><br/>Changes in 1.2.6.1 (12 Feb 2012)<br/>- Avoid the use of the Objective-C reserved name "id"<br/>- Include io.h in gzguts.h for Microsoft compilers<br/>- Fix problem with ./configure --prefix and gzgetc macro<br/>- Include gz_header definition when compiling zlib solo<br/>- Put gzflags() functionality back in zutil.c<br/>- Avoid library header include in crc32.c for Z_SOLO<br/>- Use name in GCC_CLASSIC as C compiler for coverage testing, if set<br/>- Minor cleanup in contrib/minizip/zip.c [Vollant]<br/>- Update make_vms.com [Zinser]<br/>- Remove unnecessary gzgetc_ function<br/>- Use optimized byte swap operations for Microsoft and GNU [Snyder]<br/>- Fix minor typo in zlib.h comments [Rzesniowiecki]<br/><br/>Changes in 1.2.6 (29 Jan 2012)<br/>- Update the Pascal interface in contrib/pascal<br/>- Fix function numbers for gzgetc_ in zlibvc.def files<br/>- Fix configure.ac for contrib/minizip [Schiffer]<br/>- Fix large-entry detection in minizip on 64-bit systems [Schiffer]<br/>- Have ./configure use the compiler return code for error indication<br/>- Fix CMakeLists.txt for cross compilation [McClure]<br/>- Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes]<br/>- Fix compilation of contrib/minizip on FreeBSD [Marquez]<br/>- Correct suggested usages in win32/Makefile.msc [Shachar, Horvath]<br/>- Include io.h for Turbo C / Borland C on all platforms [Truta]<br/>- Make version explicit in contrib/minizip/configure.ac [Bosmans]<br/>- Avoid warning for no encryption in contrib/minizip/zip.c [Vollant]<br/>- Minor cleanup up contrib/minizip/unzip.c [Vollant]<br/>- Fix bug when compiling minizip with C++ [Vollant]<br/>- Protect for long name and extra fields in contrib/minizip [Vollant]<br/>- Avoid some warnings in contrib/minizip [Vollant]<br/>- Add -I../.. -L../.. to CFLAGS for minizip and miniunzip<br/>- Add missing libs to minizip linker command<br/>- Add support for VPATH builds in contrib/minizip<br/>- Add an --enable-demos option to contrib/minizip/configure<br/>- Add the generation of configure.log by ./configure<br/>- Exit when required parameters not provided to win32/Makefile.gcc<br/>- Have gzputc return the character written instead of the argument<br/>- Use the -m option on ldconfig for BSD systems [Tobias]<br/>- Correct in zlib.map when deflateResetKeep was added<br/><br/>Changes in 1.2.5.3 (15 Jan 2012)<br/>- Restore gzgetc function for binary compatibility<br/>- Do not use _lseeki64 under Borland C++ [Truta]<br/>- Update win32/Makefile.msc to build test/*.c [Truta]<br/>- Remove old/visualc6 given CMakefile and other alternatives<br/>- Update AS400 build files and documentation [Monnerat]<br/>- Update win32/Makefile.gcc to build test/*.c [Truta]<br/>- Permit stronger flushes after Z_BLOCK flushes<br/>- Avoid extraneous empty blocks when doing empty flushes<br/>- Permit Z_NULL arguments to deflatePending<br/>- Allow deflatePrime() to insert bits in the middle of a stream<br/>- Remove second empty static block for Z_PARTIAL_FLUSH<br/>- Write out all of the available bits when using Z_BLOCK<br/>- Insert the first two strings in the hash table after a flush<br/><br/>Changes in 1.2.5.2 (17 Dec 2011)<br/>- fix ld error: unable to find version dependency 'ZLIB_1.2.5'<br/>- use relative symlinks for shared libs<br/>- Avoid searching past window for Z_RLE strategy<br/>- Assure that high-water mark initialization is always applied in deflate<br/>- Add assertions to fill_window() in deflate.c to match comments<br/>- Update python link in README<br/>- Correct spelling error in gzread.c<br/>- Fix bug in gzgets() for a concatenated empty gzip stream<br/>- Correct error in comment for gz_make()<br/>- Change gzread() and related to ignore junk after gzip streams<br/>- Allow gzread() and related to continue after gzclearerr()<br/>- Allow gzrewind() and gzseek() after a premature end-of-file<br/>- Simplify gzseek() now that raw after gzip is ignored<br/>- Change gzgetc() to a macro for speed (~40% speedup in testing)<br/>- Fix gzclose() to return the actual error last encountered<br/>- Always add large file support for windows<br/>- Include zconf.h for windows large file support<br/>- Include zconf.h.cmakein for windows large file support<br/>- Update zconf.h.cmakein on make distclean<br/>- Merge vestigial vsnprintf determination from zutil.h to gzguts.h<br/>- Clarify how gzopen() appends in zlib.h comments<br/>- Correct documentation of gzdirect() since junk at end now ignored<br/>- Add a transparent write mode to gzopen() when 'T' is in the mode<br/>- Update python link in zlib man page<br/>- Get inffixed.h and MAKEFIXED result to match<br/>- Add a ./config --solo option to make zlib subset with no library use<br/>- Add undocumented inflateResetKeep() function for CAB file decoding<br/>- Add --cover option to ./configure for gcc coverage testing<br/>- Add #define ZLIB_CONST option to use const in the z_stream interface<br/>- Add comment to gzdopen() in zlib.h to use dup() when using fileno()<br/>- Note behavior of uncompress() to provide as much data as it can<br/>- Add files in contrib/minizip to aid in building libminizip<br/>- Split off AR options in Makefile.in and configure<br/>- Change ON macro to Z_ARG to avoid application conflicts<br/>- Facilitate compilation with Borland C++ for pragmas and vsnprintf<br/>- Include io.h for Turbo C / Borland C++<br/>- Move example.c and minigzip.c to test/<br/>- Simplify incomplete code table filling in inflate_table()<br/>- Remove code from inflate.c and infback.c that is impossible to execute<br/>- Test the inflate code with full coverage<br/>- Allow deflateSetDictionary, inflateSetDictionary at any time (in raw)<br/>- Add deflateResetKeep and fix inflateResetKeep to retain dictionary<br/>- Fix gzwrite.c to accommodate reduced memory zlib compilation<br/>- Have inflate() with Z_FINISH avoid the allocation of a window<br/>- Do not set strm-&gt;adler when doing raw inflate<br/>- Fix gzeof() to behave just like feof() when read is not past end of file<br/>- Fix bug in gzread.c when end-of-file is reached<br/>- Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF<br/>- Document gzread() capability to read concurrently written files<br/>- Remove hard-coding of resource compiler in CMakeLists.txt [Blammo]<br/><br/>Changes in 1.2.5.1 (10 Sep 2011)<br/>- Update FAQ entry on shared builds (#13)<br/>- Avoid symbolic argument to chmod in Makefile.in<br/>- Fix bug and add consts in contrib/puff [Oberhumer]<br/>- Update contrib/puff/zeros.raw test file to have all block types<br/>- Add full coverage test for puff in contrib/puff/Makefile<br/>- Fix static-only-build install in Makefile.in<br/>- Fix bug in unzGetCurrentFileInfo() in contrib/minizip [Kuno]<br/>- Add libz.a dependency to shared in Makefile.in for parallel builds<br/>- Spell out "number" (instead of "nb") in zlib.h for total_in, total_out<br/>- Replace $(...) with `...` in configure for non-bash sh [Bowler]<br/>- Add darwin* to Darwin* and solaris* to SunOS\ 5* in configure [Groffen]<br/>- Add solaris* to Linux* in configure to allow gcc use [Groffen]<br/>- Add *bsd* to Linux* case in configure [Bar-Lev]<br/>- Add inffast.obj to dependencies in win32/Makefile.msc<br/>- Correct spelling error in deflate.h [Kohler]<br/>- Change libzdll.a again to libz.dll.a (!) in win32/Makefile.gcc<br/>- Add test to configure for GNU C looking for gcc in output of $cc -v<br/>- Add zlib.pc generation to win32/Makefile.gcc [Weigelt]<br/>- Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not<br/>- Add comment in zlib.h that adler32_combine with len2 &lt; 0 makes no sense<br/>- Make NO_DIVIDE option in adler32.c much faster (thanks to John Reiser)<br/>- Make stronger test in zconf.h to include unistd.h for LFS<br/>- Apply Darwin patches for 64-bit file offsets to contrib/minizip [Slack]<br/>- Fix zlib.h LFS support when Z_PREFIX used<br/>- Add updated as400 support (removed from old) [Monnerat]<br/>- Avoid deflate sensitivity to volatile input data<br/>- Avoid division in adler32_combine for NO_DIVIDE<br/>- Clarify the use of Z_FINISH with deflateBound() amount of space<br/>- Set binary for output file in puff.c<br/>- Use u4 type for crc_table to avoid conversion warnings<br/>- Apply casts in zlib.h to avoid conversion warnings<br/>- Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller]<br/>- Improve inflateSync() documentation to note indeterminancy<br/>- Add deflatePending() function to return the amount of pending output<br/>- Correct the spelling of "specification" in FAQ [Randers-Pehrson]<br/>- Add a check in configure for stdarg.h, use for gzprintf()<br/>- Check that pointers fit in ints when gzprint() compiled old style<br/>- Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler]<br/>- Delete line in configure that adds -L. libz.a to LDFLAGS [Weigelt]<br/>- Add debug records in assmebler code [Londer]<br/>- Update RFC references to use http://tools.ietf.org/html/... [Li]<br/>- Add --archs option, use of libtool to configure for Mac OS X [Borstel]<br/><br/>Changes in 1.2.5 (19 Apr 2010)<br/>- Disable visibility attribute in win32/Makefile.gcc [Bar-Lev]<br/>- Default to libdir as sharedlibdir in configure [Nieder]<br/>- Update copyright dates on modified source files<br/>- Update trees.c to be able to generate modified trees.h<br/>- Exit configure for MinGW, suggesting win32/Makefile.gcc<br/>- Check for NULL path in gz_open [Homurlu]<br/><br/>Changes in 1.2.4.5 (18 Apr 2010)<br/>- Set sharedlibdir in configure [Torok]<br/>- Set LDFLAGS in Makefile.in [Bar-Lev]<br/>- Avoid mkdir objs race condition in Makefile.in [Bowler]<br/>- Add ZLIB_INTERNAL in front of internal inter-module functions and arrays<br/>- Define ZLIB_INTERNAL to hide internal functions and arrays for GNU C<br/>- Don't use hidden attribute when it is a warning generator (e.g. Solaris)<br/><br/>Changes in 1.2.4.4 (18 Apr 2010)<br/>- Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok]<br/>- Undefine _LARGEFILE64_SOURCE in zconf.h if it is zero, but not if empty<br/>- Try to use bash or ksh regardless of functionality of /bin/sh<br/>- Fix configure incompatibility with NetBSD sh<br/>- Remove attempt to run under bash or ksh since have better NetBSD fix<br/>- Fix win32/Makefile.gcc for MinGW [Bar-Lev]<br/>- Add diagnostic messages when using CROSS_PREFIX in configure<br/>- Added --sharedlibdir option to configure [Weigelt]<br/>- Use hidden visibility attribute when available [Frysinger]<br/><br/>Changes in 1.2.4.3 (10 Apr 2010)<br/>- Only use CROSS_PREFIX in configure for ar and ranlib if they exist<br/>- Use CROSS_PREFIX for nm [Bar-Lev]<br/>- Assume _LARGEFILE64_SOURCE defined is equivalent to true<br/>- Avoid use of undefined symbols in #if with &amp;&amp; and ||<br/>- Make *64 prototypes in gzguts.h consistent with functions<br/>- Add -shared load option for MinGW in configure [Bowler]<br/>- Move z_off64_t to public interface, use instead of off64_t<br/>- Remove ! from shell test in configure (not portable to Solaris)<br/>- Change +0 macro tests to -0 for possibly increased portability<br/><br/>Changes in 1.2.4.2 (9 Apr 2010)<br/>- Add consistent carriage returns to readme.txt's in masmx86 and masmx64<br/>- Really provide prototypes for *64 functions when building without LFS<br/>- Only define unlink() in minigzip.c if unistd.h not included<br/>- Update README to point to contrib/vstudio project files<br/>- Move projects/vc6 to old/ and remove projects/<br/>- Include stdlib.h in minigzip.c for setmode() definition under WinCE<br/>- Clean up assembler builds in win32/Makefile.msc [Rowe]<br/>- Include sys/types.h for Microsoft for off_t definition<br/>- Fix memory leak on error in gz_open()<br/>- Symbolize nm as $NM in configure [Weigelt]<br/>- Use TEST_LDSHARED instead of LDSHARED to link test programs [Weigelt]<br/>- Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined<br/>- Fix bug in gzeof() to take into account unused input data<br/>- Avoid initialization of structures with variables in puff.c<br/>- Updated win32/README-WIN32.txt [Rowe]<br/><br/>Changes in 1.2.4.1 (28 Mar 2010)<br/>- Remove the use of [a-z] constructs for sed in configure [gentoo 310225]<br/>- Remove $(SHAREDLIB) from LIBS in Makefile.in [Creech]<br/>- Restore "for debugging" comment on sprintf() in gzlib.c<br/>- Remove fdopen for MVS from gzguts.h<br/>- Put new README-WIN32.txt in win32 [Rowe]<br/>- Add check for shell to configure and invoke another shell if needed<br/>- Fix big fat stinking bug in gzseek() on uncompressed files<br/>- Remove vestigial F_OPEN64 define in zutil.h<br/>- Set and check the value of _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE<br/>- Avoid errors on non-LFS systems when applications define LFS macros<br/>- Set EXE to ".exe" in configure for MINGW [Kahle]<br/>- Match crc32() in crc32.c exactly to the prototype in zlib.h [Sherrill]<br/>- Add prefix for cross-compilation in win32/makefile.gcc [Bar-Lev]<br/>- Add DLL install in win32/makefile.gcc [Bar-Lev]<br/>- Allow Linux* or linux* from uname in configure [Bar-Lev]<br/>- Allow ldconfig to be redefined in configure and Makefile.in [Bar-Lev]<br/>- Add cross-compilation prefixes to configure [Bar-Lev]<br/>- Match type exactly in gz_load() invocation in gzread.c<br/>- Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func<br/>- Provide prototypes for *64 functions when building zlib without LFS<br/>- Don't use -lc when linking shared library on MinGW<br/>- Remove errno.h check in configure and vestigial errno code in zutil.h<br/><br/>Changes in 1.2.4 (14 Mar 2010)<br/>- Fix VER3 extraction in configure for no fourth subversion<br/>- Update zlib.3, add docs to Makefile.in to make .pdf out of it<br/>- Add zlib.3.pdf to distribution<br/>- Don't set error code in gzerror() if passed pointer is NULL<br/>- Apply destination directory fixes to CMakeLists.txt [Lowman]<br/>- Move #cmakedefine's to a new zconf.in.cmakein<br/>- Restore zconf.h for builds that don't use configure or cmake<br/>- Add distclean to dummy Makefile for convenience<br/>- Update and improve INDEX, README, and FAQ<br/>- Update CMakeLists.txt for the return of zconf.h [Lowman]<br/>- Update contrib/vstudio/vc9 and vc10 [Vollant]<br/>- Change libz.dll.a back to libzdll.a in win32/Makefile.gcc<br/>- Apply license and readme changes to contrib/asm686 [Raiter]<br/>- Check file name lengths and add -c option in minigzip.c [Li]<br/>- Update contrib/amd64 and contrib/masmx86/ [Vollant]<br/>- Avoid use of "eof" parameter in trees.c to not shadow library variable<br/>- Update make_vms.com for removal of zlibdefs.h [Zinser]<br/>- Update assembler code and vstudio projects in contrib [Vollant]<br/>- Remove outdated assembler code contrib/masm686 and contrib/asm586<br/>- Remove old vc7 and vc8 from contrib/vstudio<br/>- Update win32/Makefile.msc, add ZLIB_VER_SUBREVISION [Rowe]<br/>- Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open()<br/>- Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]<br/>- Remove *64 functions from win32/zlib.def (they're not 64-bit yet)<br/>- Fix bug in void-returning vsprintf() case in gzwrite.c<br/>- Fix name change from inflate.h in contrib/inflate86/inffas86.c<br/>- Check if temporary file exists before removing in make_vms.com [Zinser]<br/>- Fix make install and uninstall for --static option<br/>- Fix usage of _MSC_VER in gzguts.h and zutil.h [Truta]<br/>- Update readme.txt in contrib/masmx64 and masmx86 to assemble<br/><br/>Changes in 1.2.3.9 (21 Feb 2010)<br/>- Expunge gzio.c<br/>- Move as400 build information to old<br/>- Fix updates in contrib/minizip and contrib/vstudio<br/>- Add const to vsnprintf test in configure to avoid warnings [Weigelt]<br/>- Delete zconf.h (made by configure) [Weigelt]<br/>- Change zconf.in.h to zconf.h.in per convention [Weigelt]<br/>- Check for NULL buf in gzgets()<br/>- Return empty string for gzgets() with len == 1 (like fgets())<br/>- Fix description of gzgets() in zlib.h for end-of-file, NULL return<br/>- Update minizip to 1.1 [Vollant]<br/>- Avoid MSVC loss of data warnings in gzread.c, gzwrite.c<br/>- Note in zlib.h that gzerror() should be used to distinguish from EOF<br/>- Remove use of snprintf() from gzlib.c<br/>- Fix bug in gzseek()<br/>- Update contrib/vstudio, adding vc9 and vc10 [Kuno, Vollant]<br/>- Fix zconf.h generation in CMakeLists.txt [Lowman]<br/>- Improve comments in zconf.h where modified by configure<br/><br/>Changes in 1.2.3.8 (13 Feb 2010)<br/>- Clean up text files (tabs, trailing whitespace, etc.) [Oberhumer]<br/>- Use z_off64_t in gz_zero() and gz_skip() to match state-&gt;skip<br/>- Avoid comparison problem when sizeof(int) == sizeof(z_off64_t)<br/>- Revert to Makefile.in from 1.2.3.6 (live with the clutter)<br/>- Fix missing error return in gzflush(), add zlib.h note<br/>- Add *64 functions to zlib.map [Levin]<br/>- Fix signed/unsigned comparison in gz_comp()<br/>- Use SFLAGS when testing shared linking in configure<br/>- Add --64 option to ./configure to use -m64 with gcc<br/>- Fix ./configure --help to correctly name options<br/>- Have make fail if a test fails [Levin]<br/>- Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson]<br/>- Remove assembler object files from contrib<br/><br/>Changes in 1.2.3.7 (24 Jan 2010)<br/>- Always gzopen() with O_LARGEFILE if available<br/>- Fix gzdirect() to work immediately after gzopen() or gzdopen()<br/>- Make gzdirect() more precise when the state changes while reading<br/>- Improve zlib.h documentation in many places<br/>- Catch memory allocation failure in gz_open()<br/>- Complete close operation if seek forward in gzclose_w() fails<br/>- Return Z_ERRNO from gzclose_r() if close() fails<br/>- Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL<br/>- Return zero for gzwrite() errors to match zlib.h description<br/>- Return -1 on gzputs() error to match zlib.h description<br/>- Add zconf.in.h to allow recovery from configure modification [Weigelt]<br/>- Fix static library permissions in Makefile.in [Weigelt]<br/>- Avoid warnings in configure tests that hide functionality [Weigelt]<br/>- Add *BSD and DragonFly to Linux case in configure [gentoo 123571]<br/>- Change libzdll.a to libz.dll.a in win32/Makefile.gcc [gentoo 288212]<br/>- Avoid access of uninitialized data for first inflateReset2 call [Gomes]<br/>- Keep object files in subdirectories to reduce the clutter somewhat<br/>- Remove default Makefile and zlibdefs.h, add dummy Makefile<br/>- Add new external functions to Z_PREFIX, remove duplicates, z_z_ -&gt; z_<br/>- Remove zlibdefs.h completely -- modify zconf.h instead<br/><br/>Changes in 1.2.3.6 (17 Jan 2010)<br/>- Avoid void * arithmetic in gzread.c and gzwrite.c<br/>- Make compilers happier with const char * for gz_error message<br/>- Avoid unused parameter warning in inflate.c<br/>- Avoid signed-unsigned comparison warning in inflate.c<br/>- Indent #pragma's for traditional C<br/>- Fix usage of strwinerror() in glib.c, change to gz_strwinerror()<br/>- Correct email address in configure for system options<br/>- Update make_vms.com and add make_vms.com to contrib/minizip [Zinser]<br/>- Update zlib.map [Brown]<br/>- Fix Makefile.in for Solaris 10 make of example64 and minizip64 [Torok]<br/>- Apply various fixes to CMakeLists.txt [Lowman]<br/>- Add checks on len in gzread() and gzwrite()<br/>- Add error message for no more room for gzungetc()<br/>- Remove zlib version check in gzwrite()<br/>- Defer compression of gzprintf() result until need to<br/>- Use snprintf() in gzdopen() if available<br/>- Remove USE_MMAP configuration determination (only used by minigzip)<br/>- Remove examples/pigz.c (available separately)<br/>- Update examples/gun.c to 1.6<br/><br/>Changes in 1.2.3.5 (8 Jan 2010)<br/>- Add space after #if in zutil.h for some compilers<br/>- Fix relatively harmless bug in deflate_fast() [Exarevsky]<br/>- Fix same problem in deflate_slow()<br/>- Add $(SHAREDLIBV) to LIBS in Makefile.in [Brown]<br/>- Add deflate_rle() for faster Z_RLE strategy run-length encoding<br/>- Add deflate_huff() for faster Z_HUFFMAN_ONLY encoding<br/>- Change name of "write" variable in inffast.c to avoid library collisions<br/>- Fix premature EOF from gzread() in gzio.c [Brown]<br/>- Use zlib header window size if windowBits is 0 in inflateInit2()<br/>- Remove compressBound() call in deflate.c to avoid linking compress.o<br/>- Replace use of errno in gz* with functions, support WinCE [Alves]<br/>- Provide alternative to perror() in minigzip.c for WinCE [Alves]<br/>- Don't use _vsnprintf on later versions of MSVC [Lowman]<br/>- Add CMake build script and input file [Lowman]<br/>- Update contrib/minizip to 1.1 [Svensson, Vollant]<br/>- Moved nintendods directory from contrib to .<br/>- Replace gzio.c with a new set of routines with the same functionality<br/>- Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above<br/>- Update contrib/minizip to 1.1b<br/>- Change gzeof() to return 0 on error instead of -1 to agree with zlib.h<br/><br/>Changes in 1.2.3.4 (21 Dec 2009)<br/>- Use old school .SUFFIXES in Makefile.in for FreeBSD compatibility<br/>- Update comments in configure and Makefile.in for default --shared<br/>- Fix test -z's in configure [Marquess]<br/>- Build examplesh and minigzipsh when not testing<br/>- Change NULL's to Z_NULL's in deflate.c and in comments in zlib.h<br/>- Import LDFLAGS from the environment in configure<br/>- Fix configure to populate SFLAGS with discovered CFLAGS options<br/>- Adapt make_vms.com to the new Makefile.in [Zinser]<br/>- Add zlib2ansi script for C++ compilation [Marquess]<br/>- Add _FILE_OFFSET_BITS=64 test to make test (when applicable)<br/>- Add AMD64 assembler code for longest match to contrib [Teterin]<br/>- Include options from $SFLAGS when doing $LDSHARED<br/>- Simplify 64-bit file support by introducing z_off64_t type<br/>- Make shared object files in objs directory to work around old Sun cc<br/>- Use only three-part version number for Darwin shared compiles<br/>- Add rc option to ar in Makefile.in for when ./configure not run<br/>- Add -WI,-rpath,. to LDFLAGS for OSF 1 V4*<br/>- Set LD_LIBRARYN32_PATH for SGI IRIX shared compile<br/>- Protect against _FILE_OFFSET_BITS being defined when compiling zlib<br/>- Rename Makefile.in targets allstatic to static and allshared to shared<br/>- Fix static and shared Makefile.in targets to be independent<br/>- Correct error return bug in gz_open() by setting state [Brown]<br/>- Put spaces before ;;'s in configure for better sh compatibility<br/>- Add pigz.c (parallel implementation of gzip) to examples/<br/>- Correct constant in crc32.c to UL [Leventhal]<br/>- Reject negative lengths in crc32_combine()<br/>- Add inflateReset2() function to work like inflateEnd()/inflateInit2()<br/>- Include sys/types.h for _LARGEFILE64_SOURCE [Brown]<br/>- Correct typo in doc/algorithm.txt [Janik]<br/>- Fix bug in adler32_combine() [Zhu]<br/>- Catch missing-end-of-block-code error in all inflates and in puff<br/>    Assures that random input to inflate eventually results in an error<br/>- Added enough.c (calculation of ENOUGH for inftrees.h) to examples/<br/>- Update ENOUGH and its usage to reflect discovered bounds<br/>- Fix gzerror() error report on empty input file [Brown]<br/>- Add ush casts in trees.c to avoid pedantic runtime errors<br/>- Fix typo in zlib.h uncompress() description [Reiss]<br/>- Correct inflate() comments with regard to automatic header detection<br/>- Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)<br/>- Put new version of gzlog (2.0) in examples with interruption recovery<br/>- Add puff compile option to permit invalid distance-too-far streams<br/>- Add puff TEST command options, ability to read piped input<br/>- Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but<br/>  _LARGEFILE64_SOURCE not defined<br/>- Fix Z_FULL_FLUSH to truly erase the past by resetting s-&gt;strstart<br/>- Fix deflateSetDictionary() to use all 32K for output consistency<br/>- Remove extraneous #define MIN_LOOKAHEAD in deflate.c (in deflate.h)<br/>- Clear bytes after deflate lookahead to avoid use of uninitialized data<br/>- Change a limit in inftrees.c to be more transparent to Coverity Prevent<br/>- Update win32/zlib.def with exported symbols from zlib.h<br/>- Correct spelling errors in zlib.h [Willem, Sobrado]<br/>- Allow Z_BLOCK for deflate() to force a new block<br/>- Allow negative bits in inflatePrime() to delete existing bit buffer<br/>- Add Z_TREES flush option to inflate() to return at end of trees<br/>- Add inflateMark() to return current state information for random access<br/>- Add Makefile for NintendoDS to contrib [Costa]<br/>- Add -w in configure compile tests to avoid spurious warnings [Beucler]<br/>- Fix typos in zlib.h comments for deflateSetDictionary()<br/>- Fix EOF detection in transparent gzread() [Maier]<br/><br/>Changes in 1.2.3.3 (2 October 2006)<br/>- Make --shared the default for configure, add a --static option<br/>- Add compile option to permit invalid distance-too-far streams<br/>- Add inflateUndermine() function which is required to enable above<br/>- Remove use of "this" variable name for C++ compatibility [Marquess]<br/>- Add testing of shared library in make test, if shared library built<br/>- Use ftello() and fseeko() if available instead of ftell() and fseek()<br/>- Provide two versions of all functions that use the z_off_t type for<br/>  binary compatibility -- a normal version and a 64-bit offset version,<br/>  per the Large File Support Extension when _LARGEFILE64_SOURCE is<br/>  defined; use the 64-bit versions by default when _FILE_OFFSET_BITS<br/>  is defined to be 64<br/>- Add a --uname= option to configure to perhaps help with cross-compiling<br/><br/>Changes in 1.2.3.2 (3 September 2006)<br/>- Turn off silly Borland warnings [Hay]<br/>- Use off64_t and define _LARGEFILE64_SOURCE when present<br/>- Fix missing dependency on inffixed.h in Makefile.in<br/>- Rig configure --shared to build both shared and static [Teredesai, Truta]<br/>- Remove zconf.in.h and instead create a new zlibdefs.h file<br/>- Fix contrib/minizip/unzip.c non-encrypted after encrypted [Vollant]<br/>- Add treebuild.xml (see http://treebuild.metux.de/) [Weigelt]<br/><br/>Changes in 1.2.3.1 (16 August 2006)<br/>- Add watcom directory with OpenWatcom make files [Daniel]<br/>- Remove #undef of FAR in zconf.in.h for MVS [Fedtke]<br/>- Update make_vms.com [Zinser]<br/>- Use -fPIC for shared build in configure [Teredesai, Nicholson]<br/>- Use only major version number for libz.so on IRIX and OSF1 [Reinholdtsen]<br/>- Use fdopen() (not _fdopen()) for Interix in zutil.h [Bäck]<br/>- Add some FAQ entries about the contrib directory<br/>- Update the MVS question in the FAQ<br/>- Avoid extraneous reads after EOF in gzio.c [Brown]<br/>- Correct spelling of "successfully" in gzio.c [Randers-Pehrson]<br/>- Add comments to zlib.h about gzerror() usage [Brown]<br/>- Set extra flags in gzip header in gzopen() like deflate() does<br/>- Make configure options more compatible with double-dash conventions<br/>  [Weigelt]<br/>- Clean up compilation under Solaris SunStudio cc [Rowe, Reinholdtsen]<br/>- Fix uninstall target in Makefile.in [Truta]<br/>- Add pkgconfig support [Weigelt]<br/>- Use $(DESTDIR) macro in Makefile.in [Reinholdtsen, Weigelt]<br/>- Replace set_data_type() with a more accurate detect_data_type() in<br/>  trees.c, according to the txtvsbin.txt document [Truta]<br/>- Swap the order of #include &lt;stdio.h&gt; and #include "zlib.h" in<br/>  gzio.c, example.c and minigzip.c [Truta]<br/>- Shut up annoying VS2005 warnings about standard C deprecation [Rowe,<br/>  Truta] (where?)<br/>- Fix target "clean" from win32/Makefile.bor [Truta]<br/>- Create .pdb and .manifest files in win32/makefile.msc [Ziegler, Rowe]<br/>- Update zlib www home address in win32/DLL_FAQ.txt [Truta]<br/>- Update contrib/masmx86/inffas32.asm for VS2005 [Vollant, Van Wassenhove]<br/>- Enable browse info in the "Debug" and "ASM Debug" configurations in<br/>  the Visual C++ 6 project, and set (non-ASM) "Debug" as default [Truta]<br/>- Add pkgconfig support [Weigelt]<br/>- Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h,<br/>  for use in win32/zlib1.rc [Polushin, Rowe, Truta]<br/>- Add a document that explains the new text detection scheme to<br/>  doc/txtvsbin.txt [Truta]<br/>- Add rfc1950.txt, rfc1951.txt and rfc1952.txt to doc/ [Truta]<br/>- Move algorithm.txt into doc/ [Truta]<br/>- Synchronize FAQ with website<br/>- Fix compressBound(), was low for some pathological cases [Fearnley]<br/>- Take into account wrapper variations in deflateBound()<br/>- Set examples/zpipe.c input and output to binary mode for Windows<br/>- Update examples/zlib_how.html with new zpipe.c (also web site)<br/>- Fix some warnings in examples/gzlog.c and examples/zran.c (it seems<br/>  that gcc became pickier in 4.0)<br/>- Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain<br/>  un-versioned, the patch adds versioning only for symbols introduced in<br/>  zlib-1.2.0 or later.  It also declares as local those symbols which are<br/>  not designed to be exported." [Levin]<br/>- Update Z_PREFIX list in zconf.in.h, add --zprefix option to configure<br/>- Do not initialize global static by default in trees.c, add a response<br/>  NO_INIT_GLOBAL_POINTERS to initialize them if needed [Marquess]<br/>- Don't use strerror() in gzio.c under WinCE [Yakimov]<br/>- Don't use errno.h in zutil.h under WinCE [Yakimov]<br/>- Move arguments for AR to its usage to allow replacing ar [Marot]<br/>- Add HAVE_VISIBILITY_PRAGMA in zconf.in.h for Mozilla [Randers-Pehrson]<br/>- Improve inflateInit() and inflateInit2() documentation<br/>- Fix structure size comment in inflate.h<br/>- Change configure help option from --h* to --help [Santos]</title>
    <description>/src/common/dist/zlib/os400/bndsrc - 1.1.1.1</description>
    <pubDate>Tue Jan 10 00:25:31 UTC 2017</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Ooops, restore accidently removed files from merge mishap</title>
    <description>/src/common/dist/zlib/os400/bndsrc - 1.1.1.1.16.2</description>
    <pubDate>Tue Apr 21 19:37:39 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/common/dist/zlib/os400/bndsrc - 1.1.1.1.16.1</description>
    <pubDate>Tue Apr 21 18:41:13 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/common/dist/zlib/os400/bndsrc - 1.1.1.1.4.2</description>
    <pubDate>Mon Mar 20 06:51:37 UTC 2017</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>file bndsrc was added on branch pgoyette-localcount on 2017-03-20 06:51:37 +0000</title>
    <description>/src/common/dist/zlib/os400/bndsrc - 1.1.1.1.4.1</description>
    <pubDate>Tue Jan 10 00:25:31 UTC 2017</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>
</channel></rss>

