[devel] Updated CHANGES to reshow addition of new compression API

in libpng-1.5.4 and to mention recent CVE reports.
This commit is contained in:
Glenn Randers-Pehrson
2011-07-26 14:08:35 -05:00
parent 7a28724e6b
commit 4dcce66295
2 changed files with 7 additions and 7 deletions

View File

@@ -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.