[libpng16] Updated CHANGES and ANNOUNCE
This commit is contained in:
parent
d1f14c829a
commit
4ade4e8a0d
6
ANNOUNCE
6
ANNOUNCE
@ -1,4 +1,4 @@
|
|||||||
Libpng 1.6.25rc04 - August 29, 2016
|
Libpng 1.6.25rc04 - August 30, 2016
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
This is not intended to be a public release. It will be replaced
|
||||||
within a few weeks by a public version or by another test version.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -39,11 +39,13 @@ Version 1.6.25rc01 [August 24, 2016]
|
|||||||
|
|
||||||
Version 1.6.25rc02 [August 29, 2016]
|
Version 1.6.25rc02 [August 29, 2016]
|
||||||
Added MIPS support (Mandar Sahastrabuddhe <Mandar.Sahastrabuddhe@imgtec.com>).
|
Added MIPS support (Mandar Sahastrabuddhe <Mandar.Sahastrabuddhe@imgtec.com>).
|
||||||
|
Only the UP filter is currently implemented.
|
||||||
|
|
||||||
Version 1.6.25rc03 [August 29, 2016]
|
Version 1.6.25rc03 [August 29, 2016]
|
||||||
Rebased contrib/intel/intel_sse.patch after the MIPS implementation.
|
Rebased contrib/intel/intel_sse.patch after the MIPS implementation.
|
||||||
|
|
||||||
Version 1.6.25rc04 [August 29, 2016]
|
Version 1.6.25rc04 [August 30, 2016]
|
||||||
|
Added MIPS support for SUB, AVG, and PAETH filters (Mandar Sahastrabuddhe))
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
4
CHANGES
4
CHANGES
@ -5689,11 +5689,13 @@ Version 1.6.25rc01 [August 24, 2016]
|
|||||||
|
|
||||||
Version 1.6.25rc02 [August 29, 2016]
|
Version 1.6.25rc02 [August 29, 2016]
|
||||||
Added MIPS support (Mandar Sahastrabuddhe <Mandar.Sahastrabuddhe@imgtec.com>).
|
Added MIPS support (Mandar Sahastrabuddhe <Mandar.Sahastrabuddhe@imgtec.com>).
|
||||||
|
Only the UP filter is currently implemented.
|
||||||
|
|
||||||
Version 1.6.25rc03 [August 29, 2016]
|
Version 1.6.25rc03 [August 29, 2016]
|
||||||
Rebased contrib/intel/intel_sse.patch after the MIPS implementation.
|
Rebased contrib/intel/intel_sse.patch after the MIPS implementation.
|
||||||
|
|
||||||
Version 1.6.25rc04 [August 29, 2016]
|
Version 1.6.25rc04 [August 30, 2016]
|
||||||
|
Added MIPS support for SUB, AVG, and PAETH filters (Mandar Sahastrabuddhe))
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2016 Glenn Randers-Pehrson
|
* Copyright (c) 2016 Glenn Randers-Pehrson
|
||||||
* Written by Mandar Sahastrabuddhe, August 2016.
|
* Written by Mandar Sahastrabuddhe, August 2016.
|
||||||
* Last changed in libpng 1.6.25rc04 [August 30, 2016]
|
* Last changed in libpng 1.6.25 [(PENDING RELEASE)]
|
||||||
*
|
*
|
||||||
* This code is released under the libpng license.
|
* This code is released under the libpng license.
|
||||||
* For conditions of distribution and use, see the disclaimer
|
* For conditions of distribution and use, see the disclaimer
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2016 Glenn Randers-Pehrson
|
* Copyright (c) 2016 Glenn Randers-Pehrson
|
||||||
* Written by Mandar Sahastrabuddhe, 2016.
|
* Written by Mandar Sahastrabuddhe, 2016.
|
||||||
* Last changed in libpng 1.6.25rc04 [August 30, 2016]
|
* Last changed in libpng 1.6.25 [(PENDING RELEASE)]
|
||||||
*
|
*
|
||||||
* This code is released under the libpng license.
|
* This code is released under the libpng license.
|
||||||
* For conditions of distribution and use, see the disclaimer
|
* For conditions of distribution and use, see the disclaimer
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* pngpriv.h - private declarations for use inside libpng
|
/* pngpriv.h - private declarations for use inside libpng
|
||||||
*
|
*
|
||||||
* Last changed in libpng 1.6.25rc04 [August 30, 2016]
|
* Last changed in libpng 1.6.25 [(PENDING RELEASE)]
|
||||||
* Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson
|
* Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson
|
||||||
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
||||||
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
|
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
|
||||||
|
Loading…
Reference in New Issue
Block a user