delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/01/03/09:22:48

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:from:to:subject:reply-to:date
:message-id:mime-version:content-type; q=dns; s=default; b=EBjY3
OKJ2Oo8H4AFYEuX209vQ7prbDgbxyN933u2482E2UKEyviRiocAwwAjewOADUsJ7
ISTMzY8wPU0xu3WYb4BgF+/C4SEf2zaQg2qggKOK+7RwHgxEWF8DtsPO68a0Zonm
sbGCG4UzYDXHAU12RtZb0jKHbFe/MeyymmMMGo=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:from:to:subject:reply-to:date
:message-id:mime-version:content-type; s=default; bh=EH0/qT/Pk9I
v6XAz2vr6hV91Y4A=; b=Bfo0V3xpsgbPnGm5cfN2tksk4MHqSH8rUaOy87HgWOQ
djiOGBfqRBU8alF0msxGhIq0EX3kABT3X9FiN74mqLPkANMX9Eur4Qn0njAbpOTF
kBDHIc/+O9jzQgUxqAO0uN5ZGHnPlreaR95WE3L+yVIrG9Mutz18xM5kGPqTLfd0
=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=ALL_TRUSTED,BAYES_05,KAM_ASCII_DIVIDERS,T_HK_NAME_DR autolearn=no version=3.3.2 spammy=sponsored, Little, Skin, Featured
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
From: "Dr. Volker Zell" <lists AT volkerzell DOT de>
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Updated: {lcms2/liblcms2_2/liblcms2-devel}-2.8-1: Little color management engine
Reply-To: "Dr. Volker Zell" <lists AT volkerzell DOT de>
Date: Tue, 03 Jan 2017 14:08:07 +0100
Message-Id: <announce.vriv60lwi954.fsf@volkerzell.de>
MIME-Version: 1.0
X-UI-Out-Filterresults: notjunk:1;V01:K0:FvW+WmpIwDs=:rP4j9owMvCR98BrC5oYWe1 pXnSEIikdRXjKGAwrZTKA0JSLmDMepv3BsH+TwfnmB32qwqoBB3iBOkedRoDofrcrR1JpoB92 QTqNQ6HM21iibSoxh1iEppW9kmEeCv6nN7b3XuGE2ydcYozlnEVWAQy9S1ybniFKwWHxgMIuk 80Gm4bNfxILbl9lb7vDzeeN6dgAyTFqPivi6unnqMDLzRb2kbPG3S3Dc8g4QxQQyC+bb7yMkH 7rToWPEWltIvAiy3GoK5IofzaXvaMFrDnetubvzGiP2HZRgiSRfLajgRNg013yR5FbTYoHoqj 5y/4PWjV6VF2mBwMsOVK4Uzsb40s+Bc8Qg3AqC+zSGtx7mIkMXRGftk0qI5RYzACH2BzQ+xwa yqewng6nOyhhSsvKpDdfFVB1S+TggkkiZK6jbOSAiHf00IyPsw+0Yl3n0m32/qLgCEJmarXaZ rLK5oOOJzkao9aJlxLHY7wpjOmxmZf1Na8G8xH8pRFqejXxgjDVZNfQMSdiBCDY7PrjHYNn6Q ivcmQMw4GCevrL9OWCKBYENFqiNLc1Zp+wNn5dNmHq/puqhay0Wq+JopPgZOGReQFBmVp7tSL 1SCC40IwQEIItuM9eqOIHwCh4jM0LQ9YsetPoP+RiuvQ5HW5zQhARhhHFC+peOyots7p4OPTg FUa93qzsrL+hdjpnqx6NuIfOvFzKNjta7tWVasJCwGYnFdEgnG+B38pA/1g4yn6u+fjtwqsMu dRhh1cbfYhX7BbjV
X-IsSubscribed: yes

Hi

New versions of 'lcms2/liblcms2_2/liblcms2-devel' have been uploaded to a server near you.

 o Update to latest upstream release
 o Build for cygwin 2.6.1 with gcc-5.4.0


lcms2 NEWS:
===============
  
-----------------------
2.8 Featured release
-----------------------

Changed ChangeLog direction
Fixed many typos in comments, thanks to Stefan Weil for doing that.
Fixed localization bug, added a new test case crayons.icc thnaks to Richard Hughes for providing the profile. 
Fixed a bug in optimizer that made some formats (i.e, bits planar) unavailable
Fixed misalignment problems on Alpha. The compiler does not align strings, and accessing begin of string as a uint16 makes code to fail.
Added some extra checks to the tools and examples.
Fix a bug that prevented to read luminance tag
BIG amount of functionality contributed/Sponsored  by Alien Skin Software: TransformStride, copyAlpha, performance plug-ins. Fixes some warnings as well.
added an extra _ to _stdcall to make it more portable
Fixed a bug in transicc for named color profiles
Fixed several compiler warnings
Added support for Visual Studio 2015
Fixed for XCODE project

-----------------------
2.7 Maintenance release
-----------------------

Added a version retrieval function 
Added an option in transicc for working in bounded mode
Fixed wrong handling of extra channels in some formatters.
Added a project for VS2013
Added license for iccjpeg.c
New project for mac
Added a global optimization that merges consecutive matrices in pipelines. Fixes loss of precision in some transforms
Added a flag  to clip negative values in unbounded transforms (only gray, rgb, cmyk)
Move unused var suppresor before the `return` statements.
Remove dead code.
Add missing comma in CGATS parser    
utils/jpgicc/iccjpeg.c: Fix check if unsigned variable 'total_length'
Some maintenance fixes
Remove unused vcproj files
Added a function to retrieve the iohandler of a given profile object
Added a safety check on named color lists
Fixed a macro clash on SNONE. 
Fixed a possible segmentation fault in a non-happy path

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019