<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib/as400, branch v1.2.7.1</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=v1.2.7.1</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=v1.2.7.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2013-03-24T06:32:58+00:00</updated>
<entry>
<title>Clean up the addition of inflateGetDictionary.</title>
<updated>2013-03-24T06:32:58+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2013-03-24T05:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=f0546c8e34dbe1bcc636a6ab4529159266efafe6'/>
<id>urn:sha1:f0546c8e34dbe1bcc636a6ab4529159266efafe6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add inflateGetDictionary() function.</title>
<updated>2012-05-27T06:25:35+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-05-26T17:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=dca9e1d6f3ee32f26c1831a0a9b3a6a8aa775509'/>
<id>urn:sha1:dca9e1d6f3ee32f26c1831a0a9b3a6a8aa775509</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>
<entry>
<title>Restore gzgetc_ for backward compatibility with 1.2.6.</title>
<updated>2012-02-18T22:15:17+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-18T22:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=d81e7213b7c5756e8f82af2f2d9649d49112e8d7'/>
<id>urn:sha1:d81e7213b7c5756e8f82af2f2d9649d49112e8d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expunge gzgetc_ from configuration files.</title>
<updated>2012-02-14T07:34:48+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-14T07:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=455adc302965e0fc0e8b084c204d055ae3d66606'/>
<id>urn:sha1:455adc302965e0fc0e8b084c204d055ae3d66606</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change version number to 1.2.7.</title>
<updated>2012-02-13T00:15:47+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-13T00:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=72e2c8f088074d9f0c7c8dfb007abc1287ddbb97'/>
<id>urn:sha1:72e2c8f088074d9f0c7c8dfb007abc1287ddbb97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put gzflags() functionality back in zutil.c.</title>
<updated>2012-02-02T07:25:34+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-02T07:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=55b8b5fec16503cb9ce26074f600a1d7b426a0cc'/>
<id>urn:sha1:55b8b5fec16503cb9ce26074f600a1d7b426a0cc</id>
<content type='text'>
gzflags() was put in gzwrite.c in order to be compiled exactly the
same as gzprintf(), so that it was guaranteed to return the correct
information.  However that causes a static linkage to zlib to bring
in many routines that are often not used.  All that is required to
duplicate the compilation environment of gzprintf() is to include
gzguts.h.  So that is now done in zutil.c to assure that the correct
flags are returned.
</content>
</entry>
<entry>
<title>Change version number to 1.2.6.1.</title>
<updated>2012-01-30T05:15:24+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-01-30T03:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e'/>
<id>urn:sha1:7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change version number to 1.2.6.</title>
<updated>2012-01-17T00:44:29+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-01-16T03:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2'/>
<id>urn:sha1:0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update AS400 build files and documentation [Monnerat].</title>
<updated>2011-12-20T06:31:02+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2011-12-20T06:31:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=b745a48f413e114373f0f26e72411ff415f004d4'/>
<id>urn:sha1:b745a48f413e114373f0f26e72411ff415f004d4</id>
<content type='text'>
Moves new function definitions in order to preserve shared library
compatibility with previous versions.  Also increases buffer size in
RPG binding and updates the documentation.
</content>
</entry>
</feed>
