summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-07-26 14:08:35 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-07-26 14:08:35 -0500
commit4dcce6629536a17bd2fb905e8fc5af6803928de8 (patch)
tree7c5995b8c33c352b3034621967c7ed3e0122119a
parent7a28724e6bf34f21a3b98c7462c5141e40398344 (diff)
downloadlibpng-4dcce6629536a17bd2fb905e8fc5af6803928de8.tar.gz
[devel] Updated CHANGES to reshow addition of new compression API
in libpng-1.5.4 and to mention recent CVE reports.
-rw-r--r--ANNOUNCE4
-rw-r--r--CHANGES10
2 files changed, 7 insertions, 7 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 4d438a095..581786481 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,5 +1,5 @@
-Libpng 1.5.5beta03 - July 15, 2011
+Libpng 1.5.5beta03 - July 26, 2011
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.
@@ -34,7 +34,7 @@ Version 1.5.5beta02 [July 14, 2011]
Revised Makefile.am and Makefile.in to look in the right directory for
pnglibconf.h.prebuilt
-Version 1.5.5beta03 [July 15, 2011]
+Version 1.5.5beta03 [July 26, 2011]
Enabled compilation with g++ compiler. This compiler does not recognize
the file extension, so it always compiles with C++ rules. Made minor
changes to pngrutil.c to cast results where C++ expects it but C does not.
diff --git a/CHANGES b/CHANGES
index a39f2d9ee..bbbda62fe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1778,7 +1778,7 @@ Version 1.2.13beta1 [October 2, 2006]
Removed AC_FUNC_MALLOC from configure.ac
Work around Intel-Mac compiler bug by setting PNG_NO_MMX_CODE in pngconf.h
Change "logical" to "bitwise" throughout documentation.
- Detect and fix attempt to write wrong iCCP profile length.
+ Detect and fix attempt to write wrong iCCP profile length (CVE-2006-7244)
Version 1.0.21, 1.2.13 [November 14, 2006]
Fix potential buffer overflow in sPLT chunk handler.
@@ -2361,7 +2361,7 @@ Version 1.4.0beta72 [August 1, 2009]
Version 1.4.0beta73 [August 1, 2009]
Reject attempt to write iCCP chunk with negative embedded profile length
- (JD Chen)
+ (JD Chen) (CVE-2009-5063).
Version 1.4.0beta74 [August 8, 2009]
Changed png_ptr and info_ptr member "trans" to "trans_alpha".
@@ -3289,8 +3289,8 @@ Version 1.5.2 [March 31, 2011]
Version 1.5.3beta01 [April 1, 2011]
Re-initialize the zlib compressor before compressing non-IDAT chunks.
- Added API functions to set parameters for zlib compression of non-IDAT
- chunks.
+ Added API functions (png_set_text_compression_level() and four others) to
+ set parameters for zlib compression of non-IDAT chunks.
Version 1.5.3beta02 [April 3, 2011]
Updated scripts/symbols.def with new API functions.
@@ -3518,7 +3518,7 @@ Version 1.5.5beta02 [July 14, 2011]
Revised Makefile.am and Makefile.in to look in the right directory for
pnglibconf.h.prebuilt
-Version 1.5.5beta03 [July 15, 2011]
+Version 1.5.5beta03 [July 26, 2011]
Enabled compilation with g++ compiler. This compiler does not recognize
the file extension, so it always compiles with C++ rules. Made minor
changes to pngrutil.c to cast results where C++ expects it but C does not.