summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE32
1 files changed, 23 insertions, 9 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 551aa275c..1b08b26b5 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,5 +1,5 @@
-Libpng 1.5.10beta01 - February 21, 2012
+Libpng 1.5.10beta03 - March 5, 2012
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.
@@ -9,24 +9,24 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
- 1.5.10beta01.tar.xz (LZMA-compressed, recommended)
- 1.5.10beta01.tar.gz
- 1.5.10beta01.tar.bz2
+ 1.5.10beta03.tar.xz (LZMA-compressed, recommended)
+ 1.5.10beta03.tar.gz
+ 1.5.10beta03.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
- lp1510b01.7z (LZMA-compressed, recommended)
- lp1510b01.zip
+ lp1510b03.7z (LZMA-compressed, recommended)
+ lp1510b03.zip
Other information:
- 1.5.10beta01-README.txt
- 1.5.10beta01-LICENSE.txt
+ 1.5.10beta03-README.txt
+ 1.5.10beta03-LICENSE.txt
Changes since the last public release (1.5.9):
-Version 1.5.10beta01 [February 21, 2012]
+Version 1.5.10beta01 [February 24, 2012]
Removed two useless #ifdef directives from pngread.c and one from pngrutil.c
Always put the CMAKE_LIBRARY in "lib" (removed special WIN32 case).
Removed empty vstudio/pngstest directory (Clifford Yapp).
@@ -35,6 +35,20 @@ Version 1.5.10beta01 [February 21, 2012]
now that png_ptr->buffer is inaccessible to applications, the special
handling is no longer useful.
Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
+ Added PNG_SAFE_LIMITS feature to pnglibconf.dfa and code in pngconf.h
+ to reset the user limits to safe ones if PNG_SAFE_LIMITS is defined.
+ To enable, use "CPPFLAGS=-DPNG_SAFE_LIMITS_SUPPORTED" on the configure
+ command or put "#define PNG_SAFE_LIMITS_SUPPORTED" in pnglibconf.h.
+ Revised the SAFE_LIMITS feature to be the same as the feature in libpng16.
+ Added information about the new limits in the manual.
+
+Version 1.5.10beta02 [February 27, 2012]
+ Updated Makefile.in
+
+Version 1.5.10beta03 [March 5, 2012]
+ Removed unused "current_text" members of png_struct and the png_free()
+ of png_ptr->current_text from pngread.c
+ Added palette-index checking.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
(subscription required; visit