libpng-1.6.11 is available

Glenn Randers-Pehrson <[email protected]> Thu, 5 Jun 2014 11:34:47 -0400
Newsgroups gmane.comp.graphics.png.announce
Message-ID <CA+PdXcuD=VOZEf55UoAUvmpkFiRrO4TzCXA2387r2ZyhhtBRcg__8324.09533109075$1401982531$gmane$org@mail.gmail.com>
--===============6160186575553135053==
Content-Type: multipart/alternative; boundary=001a1133a1a025069304fb187c6a

--001a1133a1a025069304fb187c6a
Content-Type: text/plain; charset=UTF-8

libpng-1.6.11 is available from
ftp://ftp.simplesystems.org/pub/png/src/libpng16
and from
http://libpng.sf.net

Changes since the last public release (1.6.10):

  Use "if (value != 0)" instead of "if (value)" consistently.
  Changed ZlibSrcDir from 1.2.5 to 1.2.8 in projects/vstudio.
  Moved configuration information from the manual to the INSTALL file.
  Removed #if/#else/#endif from inside two pow() calls in pngvalid.c because
    they were handled improperly by Portland Group's PGI-14.1 - PGI-14.3
    when using its "__builtin_pow()" function.
  Silence 'unused parameter' build warnings (Cosmin Truta).
  $(CP) is now used alongside $(RM_F).  Also, use 'copy' instead of 'cp'
    where applicable, and applied other minor makefile changes (Cosmin).
  Don't warn about invalid dimensions exceeding user limits (Cosmin).
  Allow an easy replacement of the default pre-built configuration
    header with a custom header, via the make PNGLIBCONF_H_PREBUILT
    macro (Cosmin).
  Fixed a typo in pngrutil.c, introduced in libpng-1.5.6, that interferes
    with "blocky" expansion of sub-8-bit interlaced PNG files (Eric Huss).
  Made progressive reading of interlaced images consistent with the
    behavior of the sequential reader and consistent with the manual, by
    moving some code out of the PNG_READ_INTERLACING_SUPPORTED blocks. The
    row_callback now receives the proper pass number and unexpanded rows,
when
    png_combine_row() isn't built or used, and png_set_interlace_handling()
    is not called.
  Allow PNG_sRGB_PROFILE_CHECKING = (-1) to mean no sRGB profile checking.
  Do not reject ICC V2 profiles that lack padding (Kai-Uwe Behrmann).
  Relocated closing bracket of the sRGB profile test loop to avoid getting
    "Not recognizing known sRGB profile that has been edited" warning for
    ICC V2 profiles that lack the MD5 signature in the profile header.
  Added PNG_SKIP_sRGB_CHECK_PROFILE choice for png_set_option().
  Test ZLIB_VERNUM instead of PNG_ZLIB_VERNUM in contrib/tools/pngfix.c

Glenn

--001a1133a1a025069304fb187c6a
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>libpng-1.6.11 is available from<br><a href=3D"ftp://f=
tp.simplesystems.org/pub/png/src/libpng16">ftp://ftp.simplesystems.org/pub/=
png/src/libpng16</a><br>and from<br><a href=3D"http://libpng.sf.net">http:/=
/libpng.sf.net</a><br>
<br>Changes since the last public release (1.6.10):<br><br>=C2=A0 Use &quot=
;if (value !=3D 0)&quot; instead of &quot;if (value)&quot; consistently.<br=
>=C2=A0 Changed ZlibSrcDir from 1.2.5 to 1.2.8 in projects/vstudio.<br>=C2=
=A0 Moved configuration information from the manual to the INSTALL file.<br=
>
=C2=A0 Removed #if/#else/#endif from inside two pow() calls in pngvalid.c b=
ecause<br>=C2=A0=C2=A0=C2=A0 they were handled improperly by Portland Group=
&#39;s PGI-14.1 - PGI-14.3<br>=C2=A0=C2=A0=C2=A0 when using its &quot;__bui=
ltin_pow()&quot; function.<br>=C2=A0 Silence &#39;unused parameter&#39; bui=
ld warnings (Cosmin Truta).<br>
=C2=A0 $(CP) is now used alongside $(RM_F).=C2=A0 Also, use &#39;copy&#39; =
instead of &#39;cp&#39;<br>=C2=A0=C2=A0=C2=A0 where applicable, and applied=
 other minor makefile changes (Cosmin).<br>=C2=A0 Don&#39;t warn about inva=
lid dimensions exceeding user limits (Cosmin).<br>
=C2=A0 Allow an easy replacement of the default pre-built configuration<br>=
=C2=A0=C2=A0=C2=A0 header with a custom header, via the make PNGLIBCONF_H_P=
REBUILT<br>=C2=A0=C2=A0=C2=A0 macro (Cosmin).<br>=C2=A0 Fixed a typo in png=
rutil.c, introduced in libpng-1.5.6, that interferes<br>
=C2=A0=C2=A0=C2=A0 with &quot;blocky&quot; expansion of sub-8-bit interlace=
d PNG files (Eric Huss).<br>=C2=A0 Made progressive reading of interlaced i=
mages consistent with the<br>=C2=A0=C2=A0=C2=A0 behavior of the sequential =
reader and consistent with the manual, by<br>
=C2=A0=C2=A0=C2=A0 moving some code out of the PNG_READ_INTERLACING_SUPPORT=
ED blocks. The<br>=C2=A0=C2=A0=C2=A0 row_callback now receives the proper p=
ass number and unexpanded rows, when<br>=C2=A0=C2=A0=C2=A0 png_combine_row(=
) isn&#39;t built or used, and png_set_interlace_handling()<br>
=C2=A0=C2=A0=C2=A0 is not called.<br>=C2=A0 Allow PNG_sRGB_PROFILE_CHECKING=
 =3D (-1) to mean no sRGB profile checking.<br>=C2=A0 Do not reject ICC V2 =
profiles that lack padding (Kai-Uwe Behrmann).<br>=C2=A0 Relocated closing =
bracket of the sRGB profile test loop to avoid getting<br>
=C2=A0=C2=A0=C2=A0 &quot;Not recognizing known sRGB profile that has been e=
dited&quot; warning for<br>=C2=A0=C2=A0=C2=A0 ICC V2 profiles that lack the=
 MD5 signature in the profile header.<br>=C2=A0 Added PNG_SKIP_sRGB_CHECK_P=
ROFILE choice for png_set_option().<br>
=C2=A0 Test ZLIB_VERNUM instead of PNG_ZLIB_VERNUM in contrib/tools/pngfix.=
c<br><br></div>Glenn<br></div>

--001a1133a1a025069304fb187c6a--


--===============6160186575553135053==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
--===============6160186575553135053==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
png-mng-announce mailing list
png-mng-announce-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/png-mng-announce

--===============6160186575553135053==--