<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib/README, branch develop</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=develop</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=develop'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2026-02-17T22:12:15+00:00</updated>
<entry>
<title>Change version number on develop branch to 1.3.2.1.</title>
<updated>2026-02-17T22:12:15+00:00</updated>
<author>
<name>Mark Adler</name>
<email>git@madler.net</email>
</author>
<published>2026-02-17T22:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=dd625a9dfb8f4a6787f8efdb227f7bd860480d7c'/>
<id>urn:sha1:dd625a9dfb8f4a6787f8efdb227f7bd860480d7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version 1.3.2</title>
<updated>2026-02-17T12:47:06+00:00</updated>
<author>
<name>Mark Adler</name>
<email>git@madler.net</email>
</author>
<published>2026-02-17T10:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=9e35567064baded660f61732b247ef5abc809014'/>
<id>urn:sha1:9e35567064baded660f61732b247ef5abc809014</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update URLs to use https.</title>
<updated>2026-02-12T09:34:02+00:00</updated>
<author>
<name>Mark Adler</name>
<email>git@madler.net</email>
</author>
<published>2026-02-12T09:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=25704162641a9f11191c9e46ee207aa93ed6c0c0'/>
<id>urn:sha1:25704162641a9f11191c9e46ee207aa93ed6c0c0</id>
<content type='text'>
Also some dead links were repaired or removed. Some http links
were left as is where attempting https did not work, or where it
is a historical record.
</content>
</entry>
<entry>
<title>Fix links to Mark Nelson's zlib article, now hosted on zlib.net.</title>
<updated>2026-01-05T21:03:04+00:00</updated>
<author>
<name>Mark Adler</name>
<email>git@madler.net</email>
</author>
<published>2025-12-12T19:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=2b250b88a4ec5c896183b08abca1b573de3251b3'/>
<id>urn:sha1:2b250b88a4ec5c896183b08abca1b573de3251b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use atomics to build inflate fixed tables once.</title>
<updated>2026-01-05T21:03:04+00:00</updated>
<author>
<name>Mark Adler</name>
<email>git@madler.net</email>
</author>
<published>2026-01-05T07:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=c267ef7306fe9fc1399833e3556cd9798dec2eb0'/>
<id>urn:sha1:c267ef7306fe9fc1399833e3556cd9798dec2eb0</id>
<content type='text'>
This moves the once code from crc32.c to zutil.c, and uses it also
for building the inflate fixed tables when BUILDFIXED is defined.
The fixed tables are now housed in inftrees.c, shared by inflate.c
and infback.c. The once() function is now external, and so is
renamed to z_once() to avoid name collisions.

If either BUILDFIXED or DYNAMIC_CRC_TABLE is defined, and atomics
are not available, then a warning is issued noting that zlib is not
thread-safe.
</content>
</entry>
<entry>
<title>zlib 1.3.1.2</title>
<updated>2025-12-08T13:30:18+00:00</updated>
<author>
<name>Mark Adler</name>
<email>git@madler.net</email>
</author>
<published>2025-12-08T13:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=570720b0c24f9686c33f35a1b3165c1f568b96be'/>
<id>urn:sha1:570720b0c24f9686c33f35a1b3165c1f568b96be</id>
<content type='text'>
Interim version for an audit.
</content>
</entry>
<entry>
<title>Update links to the RFCs.</title>
<updated>2025-12-07T01:39:45+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2025-05-18T16:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=9702c9d64ee20f5efe4bc6b78820c84e81a99d2d'/>
<id>urn:sha1:9702c9d64ee20f5efe4bc6b78820c84e81a99d2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve portability to RISC OS.</title>
<updated>2024-01-23T14:27:49+00:00</updated>
<author>
<name>Cameron Cawley</name>
<email>ccawley2011@gmail.com</email>
</author>
<published>2022-10-13T12:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=4de0b054a58bfee6974afabd831538dcedc23e22'/>
<id>urn:sha1:4de0b054a58bfee6974afabd831538dcedc23e22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change version number on develop branch to 1.3.1.1.</title>
<updated>2024-01-22T21:07:41+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2024-01-22T21:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f'/>
<id>urn:sha1:9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zlib 1.3.1</title>
<updated>2024-01-22T18:32:37+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2024-01-22T18:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf'/>
<id>urn:sha1:51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf</id>
<content type='text'>
</content>
</entry>
</feed>
