summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-01-10 16:51:01 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-01-10 16:51:01 -0600
commit91f3864fbdb97a228efcccea68061df0b19380af (patch)
tree74e866c0a0f60af0f2783c40b7be9a16bcedd963
parent14fa704caf8edc02c97d45d802e6fbdc72112d65 (diff)
downloadlibpng-91f3864fbdb97a228efcccea68061df0b19380af.tar.gz
[master] Removed png_set_premultiply_alpha() from scripts/*.def
Implementation of this function was postponed.
-rw-r--r--ANNOUNCE22
-rw-r--r--CHANGES6
-rw-r--r--scripts/png32ce.def3
-rw-r--r--scripts/pngos2.def3
-rw-r--r--scripts/pngwin.def3
5 files changed, 21 insertions, 16 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 2bccd91ea..1d4d6536a 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,5 +1,5 @@
-Libpng 1.4.1beta02 - January 9, 2010
+Libpng 1.4.1beta03 - January 10, 2010
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,20 +9,20 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
- 1.4.1beta02.tar.xz (LZMA-compressed, recommended)
- 1.4.1beta02.tar.gz
- 1.4.1beta02.tar.bz2
+ 1.4.1beta03.tar.xz (LZMA-compressed, recommended)
+ 1.4.1beta03.tar.gz
+ 1.4.1beta03.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
- lp141b02.zip
- lp141b02.7z
+ lp141b03.zip
+ lp141b03.7z
Other information:
- 1.4.1beta02-README.txt
- 1.4.1beta02-LICENSE.txt
+ 1.4.1beta03-README.txt
+ 1.4.1beta03-LICENSE.txt
Changes since the last public release (1.4.0):
@@ -36,9 +36,13 @@ version 1.4.1beta01 [January 10, 2010]
Make png_set|get_compression_buffer_size() available even when
PNG_WRITE_SUPPORTED is not enabled.
Revised Makefile.am and Makefile.in to simplify their maintenance.
+ Revised scripts/makefile.linux to install a link to libpng14.so.14.1
version 1.4.1beta02 [January 9, 2010]
- Revised the makefiles to install a link to libpng14.so.14.1
+ Revised the rest of the makefiles to install a link to libpng14.so.14.1
+
+version 1.4.1beta03 [January 10, 2010]
+ Removed png_set_premultiply_alpha() from scripts/*.def
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
diff --git a/CHANGES b/CHANGES
index 55581124d..ebd579c51 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2468,9 +2468,13 @@ version 1.4.1beta01 [January 8, 2010]
Make png_set|get_compression_buffer_size() available even when
PNG_WRITE_SUPPORTED is not enabled.
Revised Makefile.am and Makefile.in to simplify their maintenance.
+ Revised scripts/makefile.linux to install a link to libpng14.so.14.1
version 1.4.1beta02 [January 9, 2010]
- Revised the makefiles to install a link to libpng14.so.14.1
+ Revised the rest of the makefiles to install a link to libpng14.so.14.1
+
+version 1.4.1beta03 [January 10, 2010]
+ Removed png_set_premultiply_alpha() from scripts/*.def
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
diff --git a/scripts/png32ce.def b/scripts/png32ce.def
index db41bb47e..9a60370fd 100644
--- a/scripts/png32ce.def
+++ b/scripts/png32ce.def
@@ -15,7 +15,7 @@ LIBRARY lpngce
png_get_int_32
EXPORTS
-;Version 1.4.1beta02
+;Version 1.4.1beta03
png_build_grayscale_palette @1
; png_check_sig @2
png_chunk_error @3
@@ -249,7 +249,6 @@ EXPORTS
png_set_benign_error @211
png_get_io_chunk_name @212
png_get_io_state @213
- png_set_premultiply_alpha @214
png_get_chunk_cache_max @215
png_set_chunk_cache_max @216
png_check_cHRM_fixed @217
diff --git a/scripts/pngos2.def b/scripts/pngos2.def
index 97c9ce6fc..ec1153e5c 100644
--- a/scripts/pngos2.def
+++ b/scripts/pngos2.def
@@ -2,7 +2,7 @@
; PNG.LIB module definition file for OS/2
;----------------------------------------
-; Version 1.4.1beta02
+; Version 1.4.1beta03
LIBRARY PNG
DESCRIPTION "PNG image compression library for OS/2"
@@ -209,7 +209,6 @@ EXPORTS
; png_set_benign_error
png_get_io_chunk_name
png_get_io_state
- png_set_premultiply_alpha
png_get_chunk_cache_max
png_set_chunk_cache_max
png_check_cHRM_fixed
diff --git a/scripts/pngwin.def b/scripts/pngwin.def
index 9333e7db0..ee28b7b5d 100644
--- a/scripts/pngwin.def
+++ b/scripts/pngwin.def
@@ -5,7 +5,7 @@
LIBRARY
EXPORTS
-;Version 1.4.1beta02
+;Version 1.4.1beta03
png_build_grayscale_palette
png_chunk_error
png_chunk_warning
@@ -204,7 +204,6 @@ EXPORTS
; png_set_benign_error
png_get_io_chunk_name
png_get_io_state
- png_set_premultiply_alpha
png_get_chunk_cache_max
png_set_chunk_cache_max
png_check_cHRM_fixed