From owner-cvs-all@FreeBSD.ORG Thu Jul 1 02:45:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B23D16A4CF; Thu, 1 Jul 2004 02:45:24 +0000 (GMT) Received: from robbins.dropbear.id.au (098.a.004.mel.iprimus.net.au [210.50.36.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C50A43D1F; Thu, 1 Jul 2004 02:45:23 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id D19374210; Thu, 1 Jul 2004 12:45:58 +1000 (EST) Date: Thu, 1 Jul 2004 12:45:58 +1000 From: Tim Robbins To: "Tim J. Robbins" Message-ID: <20040701024558.GA35114@cat.robbins.dropbear.id.au> References: <200406302354.i5UNslKF056981@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406302354.i5UNslKF056981@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libz adler32.c compress.c crc32.c deflate.c deflate.h example.c gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inflate.c inftrees.c infutil.c infutil.h maketree.c minigzip.c trees.c uncompr.c zconf.h zlib.3 zutil.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 02:45:24 -0000 On Wed, Jun 30, 2004 at 11:54:47PM +0000, Tim J. Robbins wrote: > tjr 2004-06-30 23:54:47 UTC > > FreeBSD src repository > > Modified files: > lib/libz adler32.c compress.c crc32.c deflate.c > deflate.h example.c gzio.c inffast.c > inflate.c inftrees.c minigzip.c trees.c > uncompr.c zconf.h zlib.3 zutil.c zutil.h > Removed files: > lib/libz infblock.c infblock.h infcodes.c > infcodes.h infutil.c infutil.h maketree.c > Log: > Resolve conflicts. FYI, from http://www.gzip.org/zlib/: Version 1.2.1 adds many improvements and features to zlib. Here are some highlights: * inflate is about 20% faster and minimizes memory allocation * crc32 is about 50% faster * New, improved, and supported DLL interface and DLL FAQ * New functions and functionality: o deflate() and inflate() will now optionally encode and decode gzip streams o raw deflate() and inflate() now documented and supported o New inflateBack() functions for call-back interface -- faster than inflate() o Z_BLOCK flush option and new return information added to inflate to facilitate appending to deflate streams o raw deflate() now accepts a dictionary -- for appending o deflatePrime() for starting deflate output mid-byte -- for appending o Z_RLE strategy for run-length encoding -- option for PNG compression o gzclearerr() and gzungetc(), analogous to stdio functions o inflateCopy() added, analogous to deflateCopy() o deflateBound() and compressBound() for maximum size of compressed data o zlibCompileFlags() to provide compilation information * More supported architectures and improved shared library support * Many more FAQ entries * Several new and updated contributions in the contrib directory