<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ChangeLog</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d5e7bdb5d2199eaba29067b75c68142b04886c7d - Update to zlib 1.3.1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/lib/libz/ChangeLog#d5e7bdb5d2199eaba29067b75c68142b04886c7d</link>
        <description>Update to zlib 1.3.1Since we already pulled in all fixes, this only bumps version/magic numbersand copyright years. The fixes relevant to OpenBSD are:- Fix bug in inflateSync() for data held in bit buffer- Add LIT_MEM define to use more memory for a small deflate speedup- Add bounds checking to ERR_MSG() macro, used by zError()- Various portability and appearance improvements

            List of files:
            /openbsd-src/lib/libz/ChangeLog</description>
        <pubDate>Tue, 23 Jan 2024 14:46:27 +0000</pubDate>
        <dc:creator>tb &lt;tb@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>62a6fda735da47fbe45d938a823cd676d7e0b71d - libz sync with develop branch, discussed with deraadt</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/lib/libz/ChangeLog#62a6fda735da47fbe45d938a823cd676d7e0b71d</link>
        <description>libz sync with develop branch, discussed with deraadtApart from cosmetics, this includes the following commits:Add LIT_MEM define to use more memory for a small deflate speedup.A bug fix in zlib 1.2.12 resulted in a slight slowdown (1-2%) ofdeflate. This commit provides the option to #define LIT_MEM, whichuses more memory to reverse most of that slowdown. The memory forthe pending buffer and symbol buffers is increased by 25%, whichincreases the total memory usage with the default parameters byabout 6%.https://github.com/madler/zlib/commit/ac8f12c97d1afd9bafa9c710f827d40a407d3266Fix bug in inflateSync() for data held in bit buffer.https://github.com/madler/zlib/commit/5af7cef45eeef86ddf6ab00b4e363c1eecaf47b6

            List of files:
            /openbsd-src/lib/libz/ChangeLog</description>
        <pubDate>Sat, 18 Nov 2023 22:43:25 +0000</pubDate>
        <dc:creator>tb &lt;tb@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>f0c5c122c1b2d25616b91e3d7a62658cbace40e2 - Bump zlib version to 1.3</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/lib/libz/ChangeLog#f0c5c122c1b2d25616b91e3d7a62658cbace40e2</link>
        <description>Bump zlib version to 1.3We have been pulling in all actual changes over the past months, so thisis only a version number bump. The relevant entries of the ChangeLog are:  * Building using K&amp;R (pre-ANSI) function definitions is no longer supported.  * Fixed a bug in deflateBound() for level 0 and memLevel 9.  * Fixed a bug when gzungetc() is used immediately after gzopen().  * Fixed a bug when using gzflush() with a very small buffer.  * Fixed a crash when gzsetparams() is attempted for a transparent write.ok deraadt miod millert

            List of files:
            /openbsd-src/lib/libz/ChangeLog</description>
        <pubDate>Sun, 20 Aug 2023 16:25:09 +0000</pubDate>
        <dc:creator>tb &lt;tb@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>a04ea15dafe6974ae5a5b91b1adc9d00183fc2e9 - Update libz to the HEAD of the develop branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/lib/libz/ChangeLog#a04ea15dafe6974ae5a5b91b1adc9d00183fc2e9</link>
        <description>Update libz to the HEAD of the develop branchThis mostly moves from K&amp;R prototypes to ANSI prototypes and includes ahandful of bug fixes that are nice to have. The corresponding sys commitwill allow us to undo some hacks that jca applied to make the kernel buildwith clang 15.discussed with deraadt

            List of files:
            /openbsd-src/lib/libz/ChangeLog</description>
        <pubDate>Tue, 25 Apr 2023 16:59:10 +0000</pubDate>
        <dc:creator>tb &lt;tb@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>8bda5813ab89e8d4d3da8fff602ccb9a166de25b - Update base libz to 1.2.13</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/lib/libz/ChangeLog#8bda5813ab89e8d4d3da8fff602ccb9a166de25b</link>
        <description>Update base libz to 1.2.13This update contains a few bugfixes (some of which we have alreadybackported to 1.2.12) and a ton of cosmetic changes. The relevantbits of the ChangeLog are:- Repair prototypes and exporting of new CRC functions- Have infback() deliver all of the available output up to any error- Fix a bug when getting a gzip header extra field with inflate()- Fix bug in block type selection when Z_FIXED used- Tighten deflateBound bounds- Remove deleted assembler code references- Various portability and appearance improvementsTested on amd64 and arm64 by me and on sparc64 by kn.

            List of files:
            /openbsd-src/lib/libz/ChangeLog</description>
        <pubDate>Thu, 20 Oct 2022 15:35:31 +0000</pubDate>
        <dc:creator>tb &lt;tb@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>703d492421c17efc68f0544fbb249e9fb5d91e84 - Update to zlib 1.2.12</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/lib/libz/ChangeLog#703d492421c17efc68f0544fbb249e9fb5d91e84</link>
        <description>Update to zlib 1.2.12Build tests by myself for amd64 and arm64, sthen and inoguchi for i386and gkoehler for macppc and powerpc64, thanks!Detailed changelog is part of the committed diff.

            List of files:
            /openbsd-src/lib/libz/ChangeLog</description>
        <pubDate>Sun, 08 May 2022 14:04:21 +0000</pubDate>
        <dc:creator>tb &lt;tb@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>36f395ce93ef6e98c75f0b713640c56c765ef52e - Update libz to zlib 1.2.11 and reapply local patches as far as this</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/lib/libz/ChangeLog#36f395ce93ef6e98c75f0b713640c56c765ef52e</link>
        <description>Update libz to zlib 1.2.11 and reapply local patches as far as thismade sense.Tested in snaps for a few days. deraadt helped with fitting things onfloppies and jmatthew found a bug I introduced.ok deraadt

            List of files:
            /openbsd-src/lib/libz/ChangeLog</description>
        <pubDate>Sun, 04 Jul 2021 14:24:49 +0000</pubDate>
        <dc:creator>tb &lt;tb@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>d76b9bfa9033e715c7730bc22d0b9213b23b35cd - Update to zlib 1.2.3; OK deraadt@</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/lib/libz/ChangeLog#d76b9bfa9033e715c7730bc22d0b9213b23b35cd</link>
        <description>Update to zlib 1.2.3; OK deraadt@

            List of files:
            /openbsd-src/lib/libz/ChangeLog</description>
        <pubDate>Wed, 20 Jul 2005 15:56:40 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b967fc3596a3ae5923ff04f2279cdd3634f7c5ca - update to zlib-1.21 (we already have the CAN-2004-0797 security fixes)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/lib/libz/ChangeLog#b967fc3596a3ae5923ff04f2279cdd3634f7c5ca</link>
        <description>update to zlib-1.21 (we already have the CAN-2004-0797 security fixes)&quot;in it goes&quot; deraadt@, in the near-total absence of feedback from others

            List of files:
            /openbsd-src/lib/libz/ChangeLog</description>
        <pubDate>Fri, 03 Dec 2004 03:06:36 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>85c48e795783678f3a1d35583b68462eb7c13bf7 - update to zlib 1.2.1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/lib/libz/ChangeLog#85c48e795783678f3a1d35583b68462eb7c13bf7</link>
        <description>update to zlib 1.2.1ok millert@ deraadt@

            List of files:
            /openbsd-src/lib/libz/ChangeLog</description>
        <pubDate>Tue, 16 Dec 2003 22:33:02 +0000</pubDate>
        <dc:creator>henning &lt;henning@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>1a1671360238e4463f6b13b8ddb03d00114dc272 - Update to zlib-1.1.4</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/lib/libz/ChangeLog#1a1671360238e4463f6b13b8ddb03d00114dc272</link>
        <description>Update to zlib-1.1.4

            List of files:
            /openbsd-src/lib/libz/ChangeLog</description>
        <pubDate>Tue, 12 Mar 2002 00:25:57 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
