Mailing-List: contact cygwin-announce-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner AT cygwin DOT com Delivered-To: mailing list cygwin-announce AT cygwin DOT com Delivered-To: moderator for cygwin-announce AT cygwin DOT com Message-ID: <3CB3BB5C.7080604@ece.gatech.edu> Date: Wed, 10 Apr 2002 00:11:08 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin-announce AT cygwin DOT com Subject: Updated: bzip2-1.0.2-1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!! WARNING WARNING WARNING WARNING !!!!!! To update your system, you MUST download the NEW setup.exe -- ONLY version "2.194.2.x" and newer will work. Older versions will have problems parsing the library package name 'libbz2_0'. Use the LATEST setup.exe. You have been warned. !!!!! WARNING WARNING WARNING WARNING !!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I've just uploaded bzip2-1.0.2-1 to sourceware. bzip2 provides the bzip2.exe / bunzip2.exe executables, a patent-unencumbered but highly effective compression tool. CHANGES (a) updated to 1.0.2 source, which has many bugfixes discovered over the 18 months since 1.0.1 was released. (b) splits binary package into 'libbz2_0' and 'bzip2'. The former contains the DLL alone; the latter contains everything else. (c) 1.0.2 contains several wrapper scripts and man pages: bzgrep, bzdiff, bzmore (d) cygwin package now has a postinstall script to handle the info files (e) Reorganized to allow automated building (only maintainers care about this) (f) You STILL need to worry about the -DBZLIB_STATIC flag with this release. That will be improved in future releases, but not yet. See the NOTES section, below. --Chuck Wilson INSTALLATION: To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Save it and run setup, answer the questions and pick up 'bzip2' from the 'Utils' category. You may need to click the "Full" button if it doesn't show up. You might want to make sure you update/install BOTH of the following packages: bzip2-1.0.2-1 libbz2_0-1.0.2-1 Note that downloads from sources.redhat.com (aka cygwin.com) aren't allowed due to bandwidth limitations. This means that you will need to find a mirror which has this update. In the US, ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/ is a reliable high bandwidth connection. In Japan, ftp://ftp.u-aizu.ac.jp/pub/gnu/gnu-win32/ is usually up-to-date In DK, http://mirrors.sunsite.dk/cygwin/ is usually up-to-date. If one of the above doesn't have the latest version of this package you can either wait for the site to be updated or find another mirror. Please send questions or comments to the Cygwin mailing list at: cygwin AT sources DOT redhat DOT com . If you want to subscribe go to: http://cygwin.com/lists.html I would appreciate if you would use this mailing list rather than emailing me directly. This includes ideas and comments about the setup utility or Cygwin in general. If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** To unsubscribe to the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-YOU=YOURDOMAIN DOT COM AT cygwin DOT com NOTES: o If you are building a package that depends on the bzip2 library, and you wish to link *statically*, define -DBZLIB_STATIC to get the 'correct' #define's in bzlib.h when compiling the .o files in your package. Also, use 'gcc -static' when linking your package. o No special -Ddefine options or link options are needed when building a package that depends on libbz2 and you want to link dynamically (recommended).