Changeset 6897
- Timestamp:
- 02/18/12 21:44:47 (15 months ago)
- Location:
- png/trunk
- Files:
-
- 31 edited
-
ANNOUNCE (modified) (2 diffs)
-
CHANGES (modified) (2 diffs)
-
CMakeLists.txt (modified) (2 diffs)
-
LICENSE (modified) (2 diffs)
-
Makefile.in (modified) (17 diffs)
-
README (modified) (1 diff)
-
configure (modified) (18 diffs)
-
configure.ac (modified) (1 diff)
-
install-sh (modified) (8 diffs)
-
libpng-manual.txt (modified) (4 diffs)
-
libpng.3 (modified) (9 diffs)
-
libpngpf.3 (modified) (1 diff)
-
png.5 (modified) (1 diff)
-
png.c (modified) (3 diffs)
-
png.h (modified) (10 diffs)
-
pngconf.h (modified) (1 diff)
-
pngerror.c (modified) (1 diff)
-
pnglibconf.h (modified) (2 diffs)
-
pngpread.c (modified) (8 diffs)
-
pngrutil.c (modified) (10 diffs)
-
pngstruct.h (modified) (2 diffs)
-
pngtest.c (modified) (2 diffs)
-
scripts/README.txt (modified) (3 diffs)
-
scripts/libpng-config-head.in (modified) (1 diff)
-
scripts/libpng.pc.in (modified) (1 diff)
-
scripts/makefile.cegcc (modified) (1 diff)
-
scripts/makefile.linux (modified) (1 diff)
-
scripts/makefile.ne12bsd (modified) (1 diff)
-
scripts/makefile.netbsd (modified) (1 diff)
-
scripts/makefile.openbsd (modified) (1 diff)
-
scripts/symbols.def (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
png/trunk/ANNOUNCE
r6705 r6897 1 1 2 Libpng 1.5. 8 - February 1, 20122 Libpng 1.5.9 - February 18, 2012 3 3 4 4 This is a public release of libpng, intended for use in production codes. … … 9 9 "configure" script 10 10 11 libpng-1.5. 8.tar.xz (LZMA-compressed, recommended)12 libpng-1.5. 8.tar.gz13 libpng-1.5. 8.tar.bz211 libpng-1.5.9.tar.xz (LZMA-compressed, recommended) 12 libpng-1.5.9.tar.gz 13 libpng-1.5.9.tar.bz2 14 14 15 15 Source files with CRLF line endings (for Windows), without the 16 16 "configure" script 17 17 18 lpng15 8.7z (LZMA-compressed, recommended)19 lpng15 8.zip18 lpng159.7z (LZMA-compressed, recommended) 19 lpng159.zip 20 20 21 21 Other information: 22 22 23 libpng-1.5. 8-README.txt24 libpng-1.5. 8-LICENSE.txt23 libpng-1.5.9-README.txt 24 libpng-1.5.9-LICENSE.txt 25 25 26 Changes since the last public release (1.5. 7):27 Removed '#include config.h"' from contrib/libtests/pngvalid.c. It's not 28 needed and causes trouble for VPATH building.29 Moved AC_MSG_CHECKING([if libraries can be versioned]) later to the proper30 location in configure.ac (Gilles Espinasse).31 Fix bug in pngerror.c: some long warnings were being improperly truncated32 (bug introduced in libpng-1.5.4).33 Fixed Min/GW uninstall to remove libpng.dll.a34 Conditionalize the install rules for MINGW and CYGWIN in CMakeLists.txt26 Changes since the last public release (1.5.8): 27 28 Rebuilt configure scripts in the tar distributions. 29 Removed two unused definitions from scripts/pnglibconf.h.prebuilt 30 Removed some unused arrays (with #ifdef) from png_read_push_finish_row(). 31 Removed tests for no-longer-used *_EMPTY_PLTE_SUPPORTED from pngstruct.h 32 Fixed CVE-2011-3026 buffer overrun bug. Deal more correctly with the test 33 on iCCP chunk length. Also removed spurious casts that may hide problems 34 on 16-bit systems. 35 35 36 36 Send comments/corrections/commendations to png-mng-implement at lists.sf.net -
png/trunk/CHANGES
r6705 r6897 3783 3783 location in configure.ac (Gilles Espinasse). 3784 3784 Fix bug in pngerror.c: some long warnings were being improperly truncated 3785 ( bug introduced in libpng-1.5.3beta05).3785 (CVE-2011-3464, bug introduced in libpng-1.5.3beta05). 3786 3786 3787 3787 Version 1.5.8rc01 [January 21, 2012] … … 3792 3792 Conditionalize the install rules for MINGW and CYGWIN in CMakeLists.txt 3793 3793 3794 Version 1.5.8 [February 1, 2012] 3795 No changes. 3796 3797 Version 1.5.9beta01 [February 3, 2012] 3798 Rebuilt configure scripts in the tar distributions. 3799 3800 Version 1.5.9beta02 [February 16, 2012] 3801 Removed two unused definitions from scripts/pnglibconf.h.prebuilt 3802 Removed some unused arrays (with #ifdef) from png_read_push_finish_row(). 3803 Removed tests for no-longer-used *_EMPTY_PLTE_SUPPORTED from pngstruct.h 3804 3805 Version 1.5.9rc01 [February 17, 2012] 3806 Fixed CVE-2011-3026 buffer overrun bug. Deal more correctly with the test 3807 on iCCP chunk length. Also removed spurious casts that may hide problems 3808 on 16-bit systems. 3809 3810 Version 1.5.9 [February 18, 2012] 3811 No changes. 3794 3812 3795 3813 Send comments/corrections/commendations to png-mng-implement at lists.sf.net -
png/trunk/CMakeLists.txt
r6705 r6897 36 36 set(PNGLIB_MAJOR 1) 37 37 set(PNGLIB_MINOR 5) 38 set(PNGLIB_RELEASE 8)38 set(PNGLIB_RELEASE 9) 39 39 set(PNGLIB_NAME libpng${PNGLIB_MAJOR}${PNGLIB_MINOR}) 40 40 set(PNGLIB_VERSION ${PNGLIB_MAJOR}.${PNGLIB_MINOR}.${PNGLIB_RELEASE}) … … 230 230 if(PNG_SHARED) 231 231 set_target_properties(${PNG_LIB_NAME} PROPERTIES 232 # VERSION 15.${PNGLIB_RELEASE}.1.5. 8232 # VERSION 15.${PNGLIB_RELEASE}.1.5.9 233 233 VERSION 15.${PNGLIB_RELEASE}.0 234 234 SOVERSION 15 -
png/trunk/LICENSE
r6705 r6897 11 11 This code is released under the libpng license. 12 12 13 libpng versions 1.2.6, August 15, 2004, through 1.5. 8, February 1, 2012, are13 libpng versions 1.2.6, August 15, 2004, through 1.5.9, February 18, 2012, are 14 14 Copyright (c) 2004, 2006-2011 Glenn Randers-Pehrson, and are 15 15 distributed according to the same disclaimer and license as libpng-1.2.5 … … 109 109 Glenn Randers-Pehrson 110 110 glennrp at users.sourceforge.net 111 February 1 , 2012111 February 18, 2012 -
png/trunk/Makefile.in
r6705 r6897 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.2 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 87 87 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 88 88 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 89 am__uninstall_files_from_dir = { \ 90 test -z "$$files" \ 91 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 92 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 93 $(am__cd) "$$dir" && rm -f $$files; }; \ 94 } 89 95 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ 90 96 "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" \ … … 176 182 GZIP_ENV = --best 177 183 distuninstallcheck_listfiles = find . -type f -print 184 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 185 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 178 186 distcleancheck_listfiles = find . -type f -print 179 187 … … 394 402 .SUFFIXES: 395 403 .SUFFIXES: .chk .dfn .out .S .c .lo .o .obj 396 am--refresh: 404 am--refresh: Makefile 397 405 @: 398 406 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) … … 430 438 431 439 config.h: stamp-h1 432 @if test ! -f $@; then \ 433 rm -f stamp-h1; \ 434 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 435 else :; fi 440 @if test ! -f $@; then rm -f stamp-h1; else :; fi 441 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 436 442 437 443 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status … … 528 534 files=`for p in $$list; do echo "$$p"; done | \ 529 535 sed -e 's,.*/,,;$(transform)'`; \ 530 test -n "$$list" || exit 0; \ 531 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 532 cd "$(DESTDIR)$(bindir)" && rm -f $$files 536 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 533 537 534 538 mostlyclean-compile: … … 768 772 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 769 773 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 770 test -z "$$files" || { \ 771 echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \ 772 cd "$(DESTDIR)$(man3dir)" && rm -f $$files; } 774 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) 773 775 install-man5: $(dist_man_MANS) 774 776 @$(NORMAL_INSTALL) … … 806 808 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ 807 809 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 808 test -z "$$files" || { \ 809 echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \ 810 cd "$(DESTDIR)$(man5dir)" && rm -f $$files; } 810 dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) 811 811 install-pkgconfigDATA: $(pkgconfig_DATA) 812 812 @$(NORMAL_INSTALL) … … 826 826 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 827 827 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 828 test -n "$$files" || exit 0; \ 829 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ 830 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files 828 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 831 829 install-nodist_pkgincludeHEADERS: $(nodist_pkginclude_HEADERS) 832 830 @$(NORMAL_INSTALL) … … 846 844 @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 847 845 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 848 test -n "$$files" || exit 0; \ 849 echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \ 850 cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files 846 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) 851 847 install-pkgincludeHEADERS: $(pkginclude_HEADERS) 852 848 @$(NORMAL_INSTALL) … … 866 862 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 867 863 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 868 test -n "$$files" || exit 0; \ 869 echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \ 870 cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files 864 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) 871 865 872 866 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) … … 1003 997 dashes=`echo "$$dashes" | sed s/./=/g`; \ 1004 998 if test "$$failed" -eq 0; then \ 1005 echo "$$grn$$dashes"; \999 col="$$grn"; \ 1006 1000 else \ 1007 echo "$$red$$dashes"; \1001 col="$$red"; \ 1008 1002 fi; \ 1009 echo "$$banner"; \ 1010 test -z "$$skipped" || echo "$$skipped"; \ 1011 test -z "$$report" || echo "$$report"; \ 1012 echo "$$dashes$$std"; \ 1003 echo "$${col}$$dashes$${std}"; \ 1004 echo "$${col}$$banner$${std}"; \ 1005 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ 1006 test -z "$$report" || echo "$${col}$$report$${std}"; \ 1007 echo "$${col}$$dashes$${std}"; \ 1013 1008 test "$$failed" -eq 0; \ 1014 1009 else :; fi … … 1074 1069 1075 1070 dist-bzip2: distdir 1076 tardir=$(distdir) && $(am__tar) | bzip2 -9-c >$(distdir).tar.bz21071 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 1077 1072 $(am__remove_distdir) 1078 1073 … … 1082 1077 1083 1078 dist-xz: distdir 1084 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz1079 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 1085 1080 $(am__remove_distdir) 1086 1081 … … 1132 1127 && $(am__cd) $(distdir)/_build \ 1133 1128 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 1129 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 1134 1130 $(DISTCHECK_CONFIGURE_FLAGS) \ 1135 1131 && $(MAKE) $(AM_MAKEFLAGS) \ … … 1160 1156 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1161 1157 distuninstallcheck: 1162 @$(am__cd) '$(distuninstallcheck_dir)' \ 1163 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 1158 @test -n '$(distuninstallcheck_dir)' || { \ 1159 echo 'ERROR: trying to run $@ with an empty' \ 1160 '$$(distuninstallcheck_dir)' >&2; \ 1161 exit 1; \ 1162 }; \ 1163 $(am__cd) '$(distuninstallcheck_dir)' || { \ 1164 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 1165 exit 1; \ 1166 }; \ 1167 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 1164 1168 || { echo "ERROR: files left after uninstall:" ; \ 1165 1169 if test -n "$(DESTDIR)"; then \ … … 1197 1201 installcheck: installcheck-am 1198 1202 install-strip: 1199 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1200 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1201 `test -z '$(STRIP)' || \ 1202 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 1203 if test -z '$(STRIP)'; then \ 1204 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1205 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1206 install; \ 1207 else \ 1208 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1209 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1210 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1211 fi 1203 1212 mostlyclean-generic: 1204 1213 -
png/trunk/README
r6705 r6897 1 README for libpng version 1.5. 8 - February 1, 2012 (shared library 15.0)1 README for libpng version 1.5.9 - February 18, 2012 (shared library 15.0) 2 2 See the note about version numbers near the top of png.h 3 3 -
png/trunk/configure
r6705 r6897 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.68 for libpng 1.5. 8.3 # Generated by GNU Autoconf 2.68 for libpng 1.5.9. 4 4 # 5 5 # Report bugs to <png-mng-implement@lists.sourceforge.net>. … … 571 571 PACKAGE_NAME='libpng' 572 572 PACKAGE_TARNAME='libpng' 573 PACKAGE_VERSION='1.5. 8'574 PACKAGE_STRING='libpng 1.5. 8'573 PACKAGE_VERSION='1.5.9' 574 PACKAGE_STRING='libpng 1.5.9' 575 575 PACKAGE_BUGREPORT='png-mng-implement@lists.sourceforge.net' 576 576 PACKAGE_URL='' … … 673 673 am__fastdepCC_TRUE 674 674 CCDEPMODE 675 am__nodep 675 676 AMDEPBACKSLASH 676 677 AMDEP_FALSE … … 1321 1322 # This message is too long to be a string in the A/UX 3.1 sh. 1322 1323 cat <<_ACEOF 1323 \`configure' configures libpng 1.5. 8to adapt to many kinds of systems.1324 \`configure' configures libpng 1.5.9 to adapt to many kinds of systems. 1324 1325 1325 1326 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1391 1392 if test -n "$ac_init_help"; then 1392 1393 case $ac_init_help in 1393 short | recursive ) echo "Configuration of libpng 1.5. 8:";;1394 short | recursive ) echo "Configuration of libpng 1.5.9:";; 1394 1395 esac 1395 1396 cat <<\_ACEOF … … 1502 1503 if $ac_init_version; then 1503 1504 cat <<\_ACEOF 1504 libpng configure 1.5. 81505 libpng configure 1.5.9 1505 1506 generated by GNU Autoconf 2.68 1506 1507 … … 1925 1926 running configure, to aid debugging if configure makes a mistake. 1926 1927 1927 It was created by libpng $as_me 1.5. 8, which was1928 It was created by libpng $as_me 1.5.9, which was 1928 1929 generated by GNU Autoconf 2.68. Invocation command line was 1929 1930 … … 2740 2741 # Define the identity of the package. 2741 2742 PACKAGE='libpng' 2742 VERSION='1.5. 8'2743 VERSION='1.5.9' 2743 2744 2744 2745 … … 2804 2805 2805 2806 2806 PNGLIB_VERSION=1.5. 82807 PNGLIB_VERSION=1.5.9 2807 2808 PNGLIB_MAJOR=1 2808 2809 PNGLIB_MINOR=5 2809 PNGLIB_RELEASE= 82810 PNGLIB_RELEASE=9 2810 2811 2811 2812 … … 3662 3663 am_depcomp="$ac_aux_dir/depcomp" 3663 3664 AMDEPBACKSLASH='\' 3665 am__nodep='_no' 3664 3666 fi 3665 3667 if test "x$enable_dependency_tracking" != xno; then … … 3686 3688 # making a dummy file named `D' -- because `-MD' means `put the output 3687 3689 # in D'. 3690 rm -rf conftest.dir 3688 3691 mkdir conftest.dir 3689 3692 # Copy depcomp to subdir because otherwise we won't find it if we're … … 3745 3748 fi 3746 3749 ;; 3747 msv isualcpp | msvcmsys)3750 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 3748 3751 # This compiler won't grok `-c -o', but also, the minuso test has 3749 3752 # not run yet. These depmodes are late enough in the game, and … … 3820 3823 # making a dummy file named `D' -- because `-MD' means `put the output 3821 3824 # in D'. 3825 rm -rf conftest.dir 3822 3826 mkdir conftest.dir 3823 3827 # Copy depcomp to subdir because otherwise we won't find it if we're … … 3877 3881 fi 3878 3882 ;; 3879 msv isualcpp | msvcmsys)3883 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 3880 3884 # This compiler won't grok `-c -o', but also, the minuso test has 3881 3885 # not run yet. These depmodes are late enough in the game, and … … 12714 12718 12715 12719 12716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libraries can be versioned" >&512717 $as_echo_n "checking if libraries can be versioned... " >&6; }12718 12719 12720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if using Solaris linker" >&5 12720 12721 $as_echo_n "checking if using Solaris linker... " >&6; } … … 12738 12739 12739 12740 12741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libraries can be versioned" >&5 12742 $as_echo_n "checking if libraries can be versioned... " >&6; } 12740 12743 # Special case for PE/COFF platforms: ld reports 12741 12744 # support for version-script, but doesn't actually … … 13415 13418 # values after options handling. 13416 13419 ac_log=" 13417 This file was extended by libpng $as_me 1.5. 8, which was13420 This file was extended by libpng $as_me 1.5.9, which was 13418 13421 generated by GNU Autoconf 2.68. Invocation command line was 13419 13422 … … 13481 13484 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 13482 13485 ac_cs_version="\\ 13483 libpng config.status 1.5. 813486 libpng config.status 1.5.9 13484 13487 configured by $0, generated by GNU Autoconf 2.68, 13485 13488 with options \\"\$ac_cs_config\\" -
png/trunk/configure.ac
r6705 r6897 19 19 dnl Version number stuff here: 20 20 21 AC_INIT([libpng], [1.5. 8], [png-mng-implement@lists.sourceforge.net])21 AC_INIT([libpng], [1.5.9], [png-mng-implement@lists.sourceforge.net]) 22 22 AM_INIT_AUTOMAKE 23 23 dnl stop configure from automagically running automake 24 24 AM_MAINTAINER_MODE 25 25 26 PNGLIB_VERSION=1.5. 826 PNGLIB_VERSION=1.5.9 27 27 PNGLIB_MAJOR=1 28 28 PNGLIB_MINOR=5 29 PNGLIB_RELEASE= 829 PNGLIB_RELEASE=9 30 30 31 31 dnl End of version number stuff -
png/trunk/install-sh
r1 r6897 2 2 # install - install a program, script, or datafile 3 3 4 scriptversion=20 09-04-28.21; # UTC4 scriptversion=2011-01-19.21; # UTC 5 5 6 6 # This originates from X11R5 (mit/util/scripts/install.sh), which was … … 157 157 158 158 -t) dst_arg=$2 159 # Protect names problematic for `test' and other utilities. 160 case $dst_arg in 161 -* | [=\(\)!]) dst_arg=./$dst_arg;; 162 esac 159 163 shift;; 160 164 … … 187 191 shift # arg 188 192 dst_arg=$arg 193 # Protect names problematic for `test' and other utilities. 194 case $dst_arg in 195 -* | [=\(\)!]) dst_arg=./$dst_arg;; 196 esac 189 197 done 190 198 fi … … 201 209 202 210 if test -z "$dir_arg"; then 203 trap '(exit $?); exit' 1 2 13 15 211 do_exit='(exit $ret); exit $ret' 212 trap "ret=129; $do_exit" 1 213 trap "ret=130; $do_exit" 2 214 trap "ret=141; $do_exit" 13 215 trap "ret=143; $do_exit" 15 204 216 205 217 # Set umask so as not to create temps with too-generous modes. … … 229 241 for src 230 242 do 231 # Protect names starting with `-'.243 # Protect names problematic for `test' and other utilities. 232 244 case $src in 233 -* ) src=./$src;;245 -* | [=\(\)!]) src=./$src;; 234 246 esac 235 247 … … 253 265 exit 1 254 266 fi 255 256 267 dst=$dst_arg 257 # Protect names starting with `-'.258 case $dst in259 -*) dst=./$dst;;260 esac261 268 262 269 # If destination is a directory, append the input filename; won't work … … 386 393 case $dstdir in 387 394 /*) prefix='/';; 388 -*) prefix='./';;395 [-=\(\)!]*) prefix='./';; 389 396 *) prefix='';; 390 397 esac … … 404 411 for d 405 412 do 406 test -z "$d"&& continue413 test X"$d" = X && continue 407 414 408 415 prefix=$prefix$d -
png/trunk/libpng-manual.txt
r6705 r6897 1 1 libpng-manual.txt - A description on how to use and modify libpng 2 2 3 libpng version 1.5. 8 - February 1, 20123 libpng version 1.5.9 - February 18, 2012 4 4 Updated and distributed by Glenn Randers-Pehrson 5 5 <glennrp at users.sourceforge.net> … … 12 12 Based on: 13 13 14 libpng versions 0.97, January 1998, through 1.5. 8 - February 1, 201214 libpng versions 0.97, January 1998, through 1.5.9 - February 18, 2012 15 15 Updated and distributed by Glenn Randers-Pehrson 16 16 Copyright (c) 1998-2011 Glenn Randers-Pehrson … … 4574 4574 XIV. Y2K Compliance in libpng 4575 4575 4576 February 1 , 20124576 February 18, 2012 4577 4577 4578 4578 Since the PNG Development group is an ad-hoc body, we can't make … … 4580 4580 4581 4581 This is your unofficial assurance that libpng from version 0.71 and 4582 upward through 1.5. 8are Y2K compliant. It is my belief that earlier4582 upward through 1.5.9 are Y2K compliant. It is my belief that earlier 4583 4583 versions were also Y2K compliant. 4584 4584 -
png/trunk/libpng.3
r6705 r6897 1 .TH LIBPNG 3 "February 1 , 2012"1 .TH LIBPNG 3 "February 18, 2012" 2 2 .SH NAME 3 libpng \- Portable Network Graphics (PNG) Reference Library 1.5. 83 libpng \- Portable Network Graphics (PNG) Reference Library 1.5.9 4 4 .SH SYNOPSIS 5 5 \fI\fB … … 978 978 libpng-manual.txt - A description on how to use and modify libpng 979 979 980 libpng version 1.5. 8 - February 1, 2012980 libpng version 1.5.9 - February 18, 2012 981 981 Updated and distributed by Glenn Randers-Pehrson 982 982 <glennrp at users.sourceforge.net> … … 989 989 Based on: 990 990 991 libpng versions 0.97, January 1998, through 1.5. 8 - February 1, 2012991 libpng versions 0.97, January 1998, through 1.5.9 - February 18, 2012 992 992 Updated and distributed by Glenn Randers-Pehrson 993 993 Copyright (c) 1998-2011 Glenn Randers-Pehrson … … 5552 5552 .SH XIV. Y2K Compliance in libpng 5553 5553 5554 February 1 , 20125554 February 18, 2012 5555 5555 5556 5556 Since the PNG Development group is an ad-hoc body, we can't make … … 5558 5558 5559 5559 This is your unofficial assurance that libpng from version 0.71 and 5560 upward through 1.5. 8are Y2K compliant. It is my belief that earlier5560 upward through 1.5.9 are Y2K compliant. It is my belief that earlier 5561 5561 versions were also Y2K compliant. 5562 5562 … … 5765 5765 1.5.8beta01 15 10508 15.so.15.8[.0] 5766 5766 1.5.8rc01 15 10508 15.so.15.8[.0] 5767 1.5.8 15 10508 15.so.15.8[.0] 5768 1.5.9beta01-02 15 10509 15.so.15.9[.0] 5769 1.5.9rc01 15 10509 15.so.15.9[.0] 5770 1.5.9 15 10509 15.so.15.9[.0] 5767 5771 5768 5772 Henceforth the source version will match the shared-library minor … … 5821 5825 Thanks to Frank J. T. Wojcik for helping with the documentation. 5822 5826 5823 Libpng version 1.5. 8 - February 1, 2012:5827 Libpng version 1.5.9 - February 18, 2012: 5824 5828 Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc. 5825 5829 Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net). … … 5844 5848 This code is released under the libpng license. 5845 5849 5846 libpng versions 1.2.6, August 15, 2004, through 1.5. 8, February 1, 2012, are5850 libpng versions 1.2.6, August 15, 2004, through 1.5.9, February 18, 2012, are 5847 5851 Copyright (c) 2004,2006-2007 Glenn Randers-Pehrson, and are 5848 5852 distributed according to the same disclaimer and license as libpng-1.2.5 … … 5943 5947 Glenn Randers-Pehrson 5944 5948 glennrp at users.sourceforge.net 5945 February 1 , 20125949 February 18, 2012 5946 5950 5947 5951 .\" end of man page -
png/trunk/libpngpf.3
r6705 r6897 1 .TH LIBPNGPF 3 "February 1 , 2012"1 .TH LIBPNGPF 3 "February 18, 2012" 2 2 .SH NAME 3 libpng \- Portable Network Graphics (PNG) Reference Library 1.5. 83 libpng \- Portable Network Graphics (PNG) Reference Library 1.5.9 4 4 (private functions) 5 5 .SH SYNOPSIS -
png/trunk/png.5
r6705 r6897 1 .TH PNG 5 "February 1 , 2012"1 .TH PNG 5 "February 18, 2012" 2 2 .SH NAME 3 3 png \- Portable Network Graphics (PNG) format -
png/trunk/png.c
r6705 r6897 15 15 16 16 /* Generate a compiler error if there is an old png.h in the search path. */ 17 typedef png_libpng_version_1_5_ 8 Your_png_h_is_not_version_1_5_8;17 typedef png_libpng_version_1_5_9 Your_png_h_is_not_version_1_5_9; 18 18 19 19 /* Tells libpng that we have already handled the first "num_bytes" bytes … … 656 656 # ifdef __STDC__ 657 657 return PNG_STRING_NEWLINE \ 658 "libpng version 1.5. 8 - February 1, 2012" PNG_STRING_NEWLINE \658 "libpng version 1.5.9 - February 18, 2012" PNG_STRING_NEWLINE \ 659 659 "Copyright (c) 1998-2011 Glenn Randers-Pehrson" PNG_STRING_NEWLINE \ 660 660 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \ … … 662 662 PNG_STRING_NEWLINE; 663 663 # else 664 return "libpng version 1.5. 8 - February 1, 2012\664 return "libpng version 1.5.9 - February 18, 2012\ 665 665 Copyright (c) 1998-2011 Glenn Randers-Pehrson\ 666 666 Copyright (c) 1996-1997 Andreas Dilger\ -
png/trunk/png.h
r6705 r6897 2 2 /* png.h - header file for PNG reference library 3 3 * 4 * libpng version 1.5. 8 - February 1, 20124 * libpng version 1.5.9 - February 18, 2012 5 5 * Copyright (c) 1998-2012 Glenn Randers-Pehrson 6 6 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) … … 12 12 * libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat 13 13 * libpng versions 0.89c, June 1996, through 0.96, May 1997: Andreas Dilger 14 * libpng versions 0.97, January 1998, through 1.5. 8 - February 1, 2012: Glenn14 * libpng versions 0.97, January 1998, through 1.5.9 - February 18, 2012: Glenn 15 15 * See also "Contributing Authors", below. 16 16 * … … 169 169 * 1.5.8beta01 15 10508 15.so.15.8[.0] 170 170 * 1.5.8rc01 15 10508 15.so.15.8[.0] 171 * 1.5.8 15 10508 15.so.15.8[.0] 172 * 1.5.9beta01-02 15 10509 15.so.15.9[.0] 173 * 1.5.9rc01 15 10509 15.so.15.9[.0] 174 * 1.5.9 15 10509 15.so.15.9[.0] 171 175 * 172 176 * Henceforth the source version will match the shared-library major … … 200 204 * This code is released under the libpng license. 201 205 * 202 * libpng versions 1.2.6, August 15, 2004, through 1.5. 8, February 1, 2012, are206 * libpng versions 1.2.6, August 15, 2004, through 1.5.9, February 18, 2012, are 203 207 * Copyright (c) 2004, 2006-2012 Glenn Randers-Pehrson, and are 204 208 * distributed according to the same disclaimer and license as libpng-1.2.5 … … 312 316 * ========================= 313 317 * 314 * February 1 , 2012318 * February 18, 2012 315 319 * 316 320 * Since the PNG Development group is an ad-hoc body, we can't make … … 318 322 * 319 323 * This is your unofficial assurance that libpng from version 0.71 and 320 * upward through 1.5. 8are Y2K compliant. It is my belief that324 * upward through 1.5.9 are Y2K compliant. It is my belief that 321 325 * earlier versions were also Y2K compliant. 322 326 * … … 376 380 377 381 /* Version information for png.h - this should match the version in png.c */ 378 #define PNG_LIBPNG_VER_STRING "1.5. 8"382 #define PNG_LIBPNG_VER_STRING "1.5.9" 379 383 #define PNG_HEADER_VERSION_STRING \ 380 " libpng version 1.5. 8 - February 1, 2012\n"384 " libpng version 1.5.9 - February 18, 2012\n" 381 385 382 386 #define PNG_LIBPNG_VER_SONUM 15 … … 386 390 #define PNG_LIBPNG_VER_MAJOR 1 387 391 #define PNG_LIBPNG_VER_MINOR 5 388 #define PNG_LIBPNG_VER_RELEASE 8392 #define PNG_LIBPNG_VER_RELEASE 9 389 393 390 394 /* This should match the numeric part of the final component of … … 417 421 * version 1.0.1 it's xxyyzz, where x=major, y=minor, z=release 418 422 */ 419 #define PNG_LIBPNG_VER 1050 8 /* 1.5.8*/423 #define PNG_LIBPNG_VER 10509 /* 1.5.9 */ 420 424 421 425 /* Library configuration: these options cannot be changed after … … 539 543 * do not agree upon the version number. 540 544 */ 541 typedef char* png_libpng_version_1_5_ 8;545 typedef char* png_libpng_version_1_5_9; 542 546 543 547 /* Three color definitions. The order of the red, green, and blue, (and the -
png/trunk/pngconf.h
r6705 r6897 2 2 /* pngconf.h - machine configurable file for libpng 3 3 * 4 * libpng version 1.5. 8 - February 1, 20124 * libpng version 1.5.9 - February 18, 2012 5 5 * 6 6 * Copyright (c) 1998-2012 Glenn Randers-Pehrson -
png/trunk/pngerror.c
r6705 r6897 2 2 /* pngerror.c - stub functions for i/o and memory allocation 3 3 * 4 * Last changed in libpng 1.5. 7 [February 1, 2012]4 * Last changed in libpng 1.5.8 [February 1, 2011] 5 5 * Copyright (c) 1998-2012 Glenn Randers-Pehrson 6 6 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) -
png/trunk/pnglibconf.h
r6705 r6897 4 4 /* pnglibconf.h - library build configuration */ 5 5 6 /* Libpng 1.5. 8 - February 1, 2012 */6 /* Libpng 1.5.9 - February 18, 2012 */ 7 7 8 8 /* Copyright (c) 1998-2011 Glenn Randers-Pehrson */ … … 55 55 #define PNG_FLOATING_ARITHMETIC_SUPPORTED 56 56 #define PNG_FLOATING_POINT_SUPPORTED 57 #define PNG_FORMAT_AFIRST_SUPPORTED58 #define PNG_FORMAT_BGR_SUPPORTED59 57 #define PNG_gAMA_SUPPORTED 60 58 #define PNG_HANDLE_AS_UNKNOWN_SUPPORTED -
png/trunk/pngpread.c
r6257 r6897 2 2 /* pngpread.c - read a png file in push mode 3 3 * 4 * Last changed in libpng 1.5. 7 [December 15, 2011]4 * Last changed in libpng 1.5.9 [February 18, 2012] 5 5 * Copyright (c) 1998-2011 Glenn Randers-Pehrson 6 6 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) … … 731 731 new_max = png_ptr->save_buffer_size + png_ptr->current_buffer_size + 256; 732 732 old_buffer = png_ptr->save_buffer; 733 png_ptr->save_buffer = (png_bytep)png_malloc_warn(png_ptr, 734 (png_size_t)new_max); 733 png_ptr->save_buffer = (png_bytep)png_malloc_warn(png_ptr, new_max); 735 734 736 735 if (png_ptr->save_buffer == NULL) … … 1202 1201 png_read_push_finish_row(png_structp png_ptr) 1203 1202 { 1203 #ifdef PNG_READ_INTERLACING_SUPPORTED 1204 1204 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */ 1205 1205 … … 1220 1220 static PNG_CONST png_byte FARDATA png_pass_height[] = {8, 8, 4, 4, 2, 2, 1}; 1221 1221 */ 1222 #endif 1222 1223 1223 1224 png_ptr->row_number++; … … 1286 1287 #endif 1287 1288 1288 png_ptr->current_text = (png_charp)png_malloc(png_ptr, 1289 (png_size_t)(length + 1)); 1289 png_ptr->current_text = (png_charp)png_malloc(png_ptr, length + 1); 1290 1290 png_ptr->current_text[length] = '\0'; 1291 1291 png_ptr->current_text_ptr = png_ptr->current_text; … … 1385 1385 #endif 1386 1386 1387 png_ptr->current_text = (png_charp)png_malloc(png_ptr, 1388 (png_size_t)(length + 1)); 1387 png_ptr->current_text = (png_charp)png_malloc(png_ptr, length + 1); 1389 1388 png_ptr->current_text[length] = '\0'; 1390 1389 png_ptr->current_text_ptr = png_ptr->current_text; … … 1587 1586 #endif 1588 1587 1589 png_ptr->current_text = (png_charp)png_malloc(png_ptr, 1590 (png_size_t)(length + 1)); 1588 png_ptr->current_text = (png_charp)png_malloc(png_ptr, length + 1); 1591 1589 png_ptr->current_text[length] = '\0'; 1592 1590 png_ptr->current_text_ptr = png_ptr->current_text; … … 1733 1731 PNG_CSTRING_FROM_CHUNK(png_ptr->unknown_chunk.name, png_ptr->chunk_name); 1734 1732 1735 /* The following cast should be safe because of the check above. */ 1736 png_ptr->unknown_chunk.size = (png_size_t)length; 1733 png_ptr->unknown_chunk.size = length; 1737 1734 1738 1735 if (length == 0) -
png/trunk/pngrutil.c
r6257 r6897 2 2 /* pngrutil.c - utilities to read a PNG file 3 3 * 4 * Last changed in libpng 1.5. 7 [December 15, 2011]5 * Copyright (c) 1998-201 1Glenn Randers-Pehrson4 * Last changed in libpng 1.5.9 [February 18, 2012] 5 * Copyright (c) 1998-2012 Glenn Randers-Pehrson 6 6 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) 7 7 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) … … 433 433 * compressed data will be removed, the prefix will remain. 434 434 */ 435 if (prefix_size >= (~(png_size_t)0) - 1 || 436 expanded_size >= (~(png_size_t)0) - 1 - prefix_size 435 437 #ifdef PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED 436 if(png_ptr->user_chunk_malloc_max &&438 || (png_ptr->user_chunk_malloc_max && 437 439 (prefix_size + expanded_size >= png_ptr->user_chunk_malloc_max - 1)) 438 440 #else 439 441 # ifdef PNG_USER_CHUNK_MALLOC_MAX 440 if((PNG_USER_CHUNK_MALLOC_MAX > 0) &&442 || ((PNG_USER_CHUNK_MALLOC_MAX > 0) && 441 443 prefix_size + expanded_size >= PNG_USER_CHUNK_MALLOC_MAX - 1) 442 444 # endif 443 445 #endif 446 ) 444 447 png_warning(png_ptr, "Exceeded size limit while expanding chunk"); 445 448 … … 449 452 * error case below. 450 453 */ 451 #if defined(PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED) || \452 defined(PNG_USER_CHUNK_MALLOC_MAX)453 454 else if (expanded_size > 0) 454 #else455 if (expanded_size > 0)456 #endif457 455 { 458 456 /* Success (maybe) - really uncompress the chunk. */ … … 1280 1278 png_free(png_ptr, png_ptr->chunkdata); 1281 1279 png_ptr->chunkdata = (png_charp)png_malloc(png_ptr, length + 1); 1282 slength = (png_size_t)length;1280 slength = length; 1283 1281 png_crc_read(png_ptr, (png_bytep)png_ptr->chunkdata, slength); 1284 1282 … … 1430 1428 * potential breakage point if the types in pngconf.h aren't exactly right. 1431 1429 */ 1432 slength = (png_size_t)length;1430 slength = length; 1433 1431 png_crc_read(png_ptr, (png_bytep)png_ptr->chunkdata, slength); 1434 1432 … … 1957 1955 } 1958 1956 1959 slength = (png_size_t)length;1957 slength = length; 1960 1958 png_crc_read(png_ptr, (png_bytep)png_ptr->chunkdata, slength); 1961 1959 … … 2106 2104 } 2107 2105 2108 slength = (png_size_t)length;2106 slength = length; 2109 2107 png_crc_read(png_ptr, (png_bytep)png_ptr->chunkdata, slength); 2110 2108 png_ptr->chunkdata[slength] = 0x00; /* Null terminate the last string */ … … 2266 2264 } 2267 2265 2268 slength = (png_size_t)length;2266 slength = length; 2269 2267 png_crc_read(png_ptr, (png_bytep)png_ptr->chunkdata, slength); 2270 2268 … … 2374 2372 } 2375 2373 2376 slength = (png_size_t)length;2374 slength = length; 2377 2375 png_crc_read(png_ptr, (png_bytep)png_ptr->chunkdata, slength); 2378 2376 … … 2505 2503 } 2506 2504 2507 slength = (png_size_t)length;2505 slength = length; 2508 2506 png_crc_read(png_ptr, (png_bytep)png_ptr->chunkdata, slength); 2509 2507 -
png/trunk/pngstruct.h
r6257 r6897 6 6 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) 7 7 * 8 * Last changed in libpng 1.5. 5 [September 22, 2011]8 * Last changed in libpng 1.5.9 [February 18, 2012] 9 9 * 10 10 * This code is released under the libpng license. … … 284 284 285 285 /* New member added in libpng-1.0.4 (renamed in 1.0.9) */ 286 #if defined(PNG_MNG_FEATURES_SUPPORTED) || \ 287 defined(PNG_READ_EMPTY_PLTE_SUPPORTED) || \ 288 defined(PNG_WRITE_EMPTY_PLTE_SUPPORTED) 286 #if defined(PNG_MNG_FEATURES_SUPPORTED) 289 287 /* Changed from png_byte to png_uint_32 at version 1.2.0 */ 290 288 png_uint_32 mng_features_permitted; -
png/trunk/pngtest.c
r6705 r6897 1166 1166 1167 1167 if (verbose) 1168 printf("\n Text compression=%d\n", text_ptr->compression);1168 printf("\n Text compression=%d\n", text_ptr->compression); 1169 1169 1170 1170 png_set_text(write_ptr, write_info_ptr, text_ptr, num_text); … … 1818 1818 1819 1819 /* Generate a compiler error if there is an old png.h in the search path. */ 1820 typedef png_libpng_version_1_5_ 8 Your_png_h_is_not_version_1_5_8;1820 typedef png_libpng_version_1_5_9 Your_png_h_is_not_version_1_5_9; -
png/trunk/scripts/README.txt
r6705 r6897 1 1 2 Makefiles for libpng version 1.5. 8 - February 1, 20122 Makefiles for libpng version 1.5.9 - February 18, 2012 3 3 4 4 pnglibconf.h.prebuilt => Stores configuration settings 5 5 makefile.linux => Linux/ELF makefile 6 (gcc, creates libpng15.so.15.1.5. 8)6 (gcc, creates libpng15.so.15.1.5.9) 7 7 makefile.gcc => Generic makefile (gcc, creates static libpng.a) 8 8 makefile.knr => Archaic UNIX Makefile that converts files with … … 21 21 makefile.dj2 => DJGPP 2 makefile 22 22 makefile.elf => Linux/ELF makefile symbol versioning, 23 (gcc, creates libpng15.so.15.1.5. 8)23 (gcc, creates libpng15.so.15.1.5.9) 24 24 makefile.freebsd => FreeBSD makefile 25 25 makefile.gcc => Generic gcc makefile … … 36 36 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc 37 37 makefile.sggcc => Silicon Graphics (gcc, 38 creates libpng15.so.15.1.5. 8)38 creates libpng15.so.15.1.5.9) 39 39 makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib) 40 40 makefile.solaris => Solaris 2.X makefile (gcc, 41 creates libpng15.so.15.1.5. 8)41 creates libpng15.so.15.1.5.9) 42 42 makefile.so9 => Solaris 9 makefile (gcc, 43 creates libpng15.so.15.1.5. 8)43 creates libpng15.so.15.1.5.9) 44 44 makefile.std => Generic UNIX makefile (cc, creates static libpng.a) 45 45 makefile.sunos => Sun makefile -
png/trunk/scripts/libpng-config-head.in
r6705 r6897 12 12 # Modeled after libxml-config. 13 13 14 version=1.5. 814 version=1.5.9 15 15 prefix="" 16 16 libdir="" -
png/trunk/scripts/libpng.pc.in
r6705 r6897 6 6 Name: libpng 7 7 Description: Loads and saves PNG files 8 Version: 1.5. 88 Version: 1.5.9 9 9 Libs: -L${libdir} -lpng15 10 10 Cflags: -I${includedir} -
png/trunk/scripts/makefile.cegcc
r6705 r6897 24 24 VERMAJ = 1 25 25 VERMIN = 5 26 VERMIC = 826 VERMIC = 9 27 27 VER = $(VERMAJ).$(VERMIN).$(VERMIC) 28 28 NAME = libpng -
png/trunk/scripts/makefile.linux
r6705 r6897 11 11 LIBNAME = libpng15 12 12 PNGMAJ = 15 13 RELEASE = 813 RELEASE = 9 14 14 15 15 # Shared library names: -
png/trunk/scripts/makefile.ne12bsd
r6705 r6897 18 18 LIB= png15 19 19 SHLIB_MAJOR= 0 20 SHLIB_MINOR= 1.5. 820 SHLIB_MINOR= 1.5.9 21 21 SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ 22 22 pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ -
png/trunk/scripts/makefile.netbsd
r6705 r6897 18 18 LIB= png 19 19 SHLIB_MAJOR= 15 20 SHLIB_MINOR= 1.5. 820 SHLIB_MINOR= 1.5.9 21 21 SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ 22 22 pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ -
png/trunk/scripts/makefile.openbsd
r6705 r6897 12 12 13 13 SHLIB_MAJOR= 15 14 SHLIB_MINOR= 1.5. 814 SHLIB_MINOR= 1.5.9 15 15 16 16 LIB= png -
png/trunk/scripts/symbols.def
r6705 r6897 6 6 7 7 EXPORTS 8 ;Version 1.5. 88 ;Version 1.5.9 9 9 png_access_version_number @1 10 10 png_set_sig_bytes @2
Note: See TracChangeset
for help on using the changeset viewer.
