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 Reply-To: The Cygwin Mailing List Delivered-To: mailing list cygwin-announce AT cygwin DOT com Delivered-To: moderator for cygwin-announce AT cygwin DOT com X-Epoch: 1058857579 X-Sasl-enc: 2nkxjZk1hpOUcASUdBST8w Message-ID: <3F1CE1E9.9030606@ece.gatech.edu> Date: Tue, 22 Jul 2003 03:04:09 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin-announce AT cygwin DOT com Subject: Updated: tiff-3.6.0-2 NEW: libtiff-devel-3.6.0-2, libtiff3-3.6.0-2 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit The tiff package has been updated to version 3.6.0-2. This is NOT a 64bit, cygwin-1.5.0 test release. It is a cygwin-1.3.22 release; upgrade now. However, the upcoming 64bit release will have a DLL with a new name, because libtiff depends on libjpeg, and because libjpeg's ABI changed, so did libtiff's. But that's all in the future. For now, this release is purely preparatory for the 64bit release. I repeat, THIS release is NOT a cygwin-1.5.0 test release. It is cygwin-1.3.22-compatible; upgrade now. The only difference in this release and the previous 3.6.0-1 release, is that here we have split into three: libtiff3 -- contains cygtiff3.dll libtiff-devel -- contains headers, import/static libs, man3 pages tiff -- everything else (incl. utilities) This is the ONLY change between 3.6.0-1 and 3.6.0-2 Charles Wilson tiff volunteer maintainer for cygwin INSTALLATION: To update your installation, click on the "Install Cygwin now" link on the http://sources.redhat.com/cygwin web page. This downloads setup.exe to your system. Run setup and answer all of the questions. You must choose a mirror, since direct downloads from 'cygwin.com' are no longer allowed. ftp://mirrors.rcn.net/pub/sourceware/cygwin/ (US) ftp://linux.sarang.net/mirror/development/compiler/cygwin/ (Korea) ftp://ftp.mirror.ac.uk/sites/sourceware.cygnus.com/pub/cygwin (UK) The setup.exe program will figure out what needs to be updated on your system and should install the tiff package automatically. If you have questions or comments, please send them to the Cygwin mailing list at: cygwin AT sources DOT redhat DOT com . 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 general. If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want 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 sources DOT redhat DOT com NOTES: o The DLL exports a few variables that are "bad" -- in the sense that they cannot be auto-imported (arrays of structs, etc). However, these are library private and should NOT be accessed by external programs. If you find a rogue program out there that messes with these internal data objects, let me know... On the other hand, --enable-pseudo-relocs should take care of the problem, as an interim solution for those rogues.