summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE36
1 files changed, 20 insertions, 16 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index a55ade2a4..647f76a0e 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,47 +1,51 @@
-Libpng 1.2.57 - December 29, 2016
+Libpng 1.2.58beta01 - December 30, 2016
-This is a public release of libpng, intended for use in production codes.
+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.
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
- libpng-1.2.57.tar.xz (LZMA-compressed, recommended)
- libpng-1.2.57.tar.gz
+ libpng-1.2.58beta01.tar.xz (LZMA-compressed, recommended)
+ libpng-1.2.58beta01.tar.gz
Source files with LF line endings (for Unix/Linux) without the
"configure" script
- libpng-1.2.57-no-config.tar.xz (LZMA-compressed, recommended)
- libpng-1.2.57-no-config.tar.gz
+ libpng-1.2.58beta01-no-config.tar.xz (LZMA-compressed, recommended)
+ libpng-1.2.58beta01-no-config.tar.gz
Source files with CRLF line endings (for Windows), without the
"configure" script
- lpng1257.zip
- lpng1257.7z
+ lp1258b01.zip
+ lp1258b01.7z
Project files
- libpng-1.2.57-project-netware.zip
- libpng-1.2.57-project-wince.zip
+ libpng-1.2.58beta01-project-netware.zip
+ libpng-1.2.58beta01-project-wince.zip
Other information:
- libpng-1.2.57-README.txt
- libpng-1.2.57-KNOWNBUGS.txt
- libpng-1.2.57-LICENSE.txt
- libpng-1.2.57-Y2K-compliance.txt
- libpng-1.2.57-[previous version]-diff.txt
- libpng-1.2.57-*.asc (armored detached GPG signatures)
+ libpng-1.2.58beta01-README.txt
+ libpng-1.2.58beta01-KNOWNBUGS.txt
+ libpng-1.2.58beta01-LICENSE.txt
+ libpng-1.2.58beta01-Y2K-compliance.txt
+ libpng-1.2.58beta01-[previous version]-diff.txt
+ libpng-1.2.58beta01-*.asc (armored detached GPG signatures)
Changes since the last public release (1.2.56):
+version 1.2.57rc01 [December 27, 2016]
Fix typos in libpng.3 synopses (Eric S. Raymond).
Fixed undefined behavior in png_push_save_buffer(). Do not call
memcpy() with a null source, even if count is zero (Leon Scroggins III).
+
+version 1.0.67 and 1.2.57 [December 29, 2016]
Fixed a potential null pointer dereference in png_set_text_2() (bug report
and patch by Patrick Keshishian).