<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib/contrib/infback9, branch v1.2.10</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=v1.2.10</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=v1.2.10'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2017-01-03T02:21:29+00:00</updated>
<entry>
<title>zlib 1.2.10</title>
<updated>2017-01-03T02:21:29+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2017-01-03T01:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=4a090adef8c773087ec8916ad3c2236ef560df27'/>
<id>urn:sha1:4a090adef8c773087ec8916ad3c2236ef560df27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change version number to zlib 1.2.9.1.</title>
<updated>2017-01-02T06:24:17+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2017-01-02T06:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=20e472546e1fb3018cebe59040644f0b6198902d'/>
<id>urn:sha1:20e472546e1fb3018cebe59040644f0b6198902d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zlib 1.2.9</title>
<updated>2017-01-01T07:37:10+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-12-31T19:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=2fa463bacfff79181df1a5270fb67cc679a53e71'/>
<id>urn:sha1:2fa463bacfff79181df1a5270fb67cc679a53e71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change version number to 1.2.8.1.</title>
<updated>2013-05-03T06:12:54+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2013-05-03T06:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=ceeb615f4660966c192edb302207842c7283b5ac'/>
<id>urn:sha1:ceeb615f4660966c192edb302207842c7283b5ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change version number to 1.2.8.</title>
<updated>2013-04-28T22:57:10+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2013-04-14T04:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=e8fee0ea7bf62e595bd5518b7b22e3e16397278c'/>
<id>urn:sha1:e8fee0ea7bf62e595bd5518b7b22e3e16397278c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change version number to 1.2.7.3.</title>
<updated>2013-04-14T01:58:46+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2013-04-14T01:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=388a285cb89048a5a4aa656dc377c6cf0a53cdf0'/>
<id>urn:sha1:388a285cb89048a5a4aa656dc377c6cf0a53cdf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change version number to 1.2.7.2.</title>
<updated>2013-04-13T15:08:57+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2013-04-13T15:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=8a93f49c86044934de225a395d3b5b851879257c'/>
<id>urn:sha1:8a93f49c86044934de225a395d3b5b851879257c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up the usage of z_const and respect const usage within zlib.</title>
<updated>2012-08-13T07:02:40+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-08-13T01:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=62d6112a7981ad7c34f3b43cffdf00d4662a4f25'/>
<id>urn:sha1:62d6112a7981ad7c34f3b43cffdf00d4662a4f25</id>
<content type='text'>
This patch allows zlib to compile cleanly with the -Wcast-qual gcc
warning enabled, but only if ZLIB_CONST is defined, which adds
const to next_in and msg in z_stream and in the in_func prototype.
A --const option is added to ./configure which adds -DZLIB_CONST
to the compile flags, and adds -Wcast-qual to the compile flags
when ZLIBGCCWARN is set in the environment.
</content>
</entry>
<entry>
<title>Remove unused variable in infback9.c.</title>
<updated>2012-07-08T23:48:36+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-07-08T23:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=aef4174dd2b95029e29e004f4d4cae684d396033'/>
<id>urn:sha1:aef4174dd2b95029e29e004f4d4cae684d396033</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change version number to 1.2.7.1.</title>
<updated>2012-05-03T05:38:26+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-05-03T05:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=2689b3cceb054f83d4d084ffc1db09606b0c2515'/>
<id>urn:sha1:2689b3cceb054f83d4d084ffc1db09606b0c2515</id>
<content type='text'>
</content>
</entry>
</feed>
