<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libz/zlib.3, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-09-25T11:16:58Z</updated>
<entry>
<title>MFC: upgrade to 1.2.3.</title>
<updated>2006-09-25T11:16:58Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2006-09-25T11:16:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fcda105d30412494d603688b5eebcf8fc542f40f'/>
<id>urn:sha1:fcda105d30412494d603688b5eebcf8fc542f40f</id>
<content type='text'>
Approved by:	re (hrs)
</content>
</entry>
<entry>
<title>Since the FreeBSD local modifications are mostly trivial (consisting</title>
<updated>2005-05-11T03:47:48Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2005-05-11T03:47:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=42307a8f43e28c8a286aad36f21d647342ad9933'/>
<id>urn:sha1:42307a8f43e28c8a286aad36f21d647342ad9933</id>
<content type='text'>
primarily of pointless $FreeBSD$ tags), sync most files in HEAD with
those in the ZLIB branch.  This minimizes the differences between
HEAD and ZLIB and should simplify future imports.

After this, there are only three files with local modifications
(gzio.c, minigzip.c, and zconf.h) and two non-vendor files
(Makefile, zopen.c).  The rest exactly match the vendor distribution.

PR:		i386/76294
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Resolve conflicts.</title>
<updated>2004-06-30T23:54:46Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-06-30T23:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0b73a4c3010d9d6ae8d78f9fb1ae42fa5789dcad'/>
<id>urn:sha1:0b73a4c3010d9d6ae8d78f9fb1ae42fa5789dcad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix URL of zlib home page: It's hosted at gzip.org now.</title>
<updated>2003-06-26T20:05:47Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2003-06-26T20:05:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a8c99f73f5094c44b39d49f432bb0e45211cb68'/>
<id>urn:sha1:3a8c99f73f5094c44b39d49f432bb0e45211cb68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix conflicts.</title>
<updated>2002-03-11T22:36:26Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2002-03-11T22:36:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4d22b11a56999255d263ddecadfbe73b9a80030d'/>
<id>urn:sha1:4d22b11a56999255d263ddecadfbe73b9a80030d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove whitespace at EOL.</title>
<updated>2001-07-15T07:53:42Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-15T07:53:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7ebcc426efefea9cd16ac6f565e72030c608f7a4'/>
<id>urn:sha1:7ebcc426efefea9cd16ac6f565e72030c608f7a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove single-space hard sentence breaks.  These degrade the quality</title>
<updated>2000-03-02T09:14:21Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-03-02T09:14:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c6ff3a1bf74d96278726113478b2c66884aab584'/>
<id>urn:sha1:c6ff3a1bf74d96278726113478b2c66884aab584</id>
<content type='text'>
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
</content>
</entry>
<entry>
<title>Add $FreeBSD$ lines to man pages that are missing them to make it</title>
<updated>1999-08-28T23:10:20Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1999-08-28T23:10:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=229494cb512a44164597bd9358fbf8bf568c7ac6'/>
<id>urn:sha1:229494cb512a44164597bd9358fbf8bf568c7ac6</id>
<content type='text'>
easier for translation teams.

PR:		docs/13418
Submitted by:	Alexey Zelkin &lt;phantom@cris.net&gt;
</content>
</entry>
<entry>
<title>Import zlib 1.1.3 onto the vendor branch.</title>
<updated>1999-01-10T09:47:00Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-01-10T09:47:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=628b9c34751f3d4523e0a5a92c53a6af1d13d103'/>
<id>urn:sha1:628b9c34751f3d4523e0a5a92c53a6af1d13d103</id>
<content type='text'>
Obtained from: ftp.cdrom.com:/pub/infozip/zlib
</content>
</entry>
<entry>
<title>Initial import of zlib-1.1.1</title>
<updated>1998-02-28T06:04:26Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1998-02-28T06:04:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bd957a8d6c05c2b26507f0c310c269d02f187632'/>
<id>urn:sha1:bd957a8d6c05c2b26507f0c310c269d02f187632</id>
<content type='text'>
PR:		5869
Reviewed by:	jdp
</content>
</entry>
</feed>
