mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Removed unused gzio.c from contrib/pngminim gather and makefile scripts
This is necessary when libz is upgraded to 1.2.4
This commit is contained in:
parent
95ca51b6e2
commit
4531ded5c1
19
ANNOUNCE
19
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.5.0beta09 - February 19, 2010
|
Libpng 1.5.0beta10 - February 22, 2010
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
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.
|
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
|
Source files with LF line endings (for Unix/Linux) and with a
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
1.5.0beta09.tar.xz (LZMA-compressed, recommended)
|
1.5.0beta10.tar.xz (LZMA-compressed, recommended)
|
||||||
1.5.0beta09.tar.gz
|
1.5.0beta10.tar.gz
|
||||||
1.5.0beta09.tar.bz2
|
1.5.0beta10.tar.bz2
|
||||||
|
|
||||||
Source files with CRLF line endings (for Windows), without the
|
Source files with CRLF line endings (for Windows), without the
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
lp150b09.zip
|
lp150b10.zip
|
||||||
lp150b09.7z
|
lp150b10.7z
|
||||||
|
|
||||||
Other information:
|
Other information:
|
||||||
|
|
||||||
1.5.0beta09-README.txt
|
1.5.0beta10-README.txt
|
||||||
1.5.0beta09-LICENSE.txt
|
1.5.0beta10-LICENSE.txt
|
||||||
|
|
||||||
Changes since the last public release (1.4.1):
|
Changes since the last public release (1.4.1):
|
||||||
|
|
||||||
@ -69,6 +69,9 @@ version 1.5.0beta09 [February 19, 2010]
|
|||||||
Removed -D_ALLSOURCE from configure.ac, makefile.aix, and CMakeLists.txt.
|
Removed -D_ALLSOURCE from configure.ac, makefile.aix, and CMakeLists.txt.
|
||||||
Changed the name of png_ptr->jmpbuf in pngstruct.h
|
Changed the name of png_ptr->jmpbuf in pngstruct.h
|
||||||
|
|
||||||
|
version 1.5.0beta10 [February 22, 2010]
|
||||||
|
Removed unused gzio.c from contrib/pngminim gather and makefile scripts
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
|||||||
3
CHANGES
3
CHANGES
@ -2546,6 +2546,9 @@ version 1.5.0beta09 [February 19, 2010]
|
|||||||
Removed -D_ALLSOURCE from configure.ac, makefile.aix, and CMakeLists.txt.
|
Removed -D_ALLSOURCE from configure.ac, makefile.aix, and CMakeLists.txt.
|
||||||
Changed the name of png_ptr->jmpbuf in pngstruct.h
|
Changed the name of png_ptr->jmpbuf in pngstruct.h
|
||||||
|
|
||||||
|
version 1.5.0beta10 [February 22, 2010]
|
||||||
|
Removed unused gzio.c from contrib/pngminim gather and makefile scripts
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
|||||||
@ -5,4 +5,4 @@ rm example.c pngtest.c pngpread.c pngw*.c
|
|||||||
# change the following 2 lines if zlib is somewhere else
|
# change the following 2 lines if zlib is somewhere else
|
||||||
cp ../../../../zlib/*.h .
|
cp ../../../../zlib/*.h .
|
||||||
cp ../../../../zlib/*.c .
|
cp ../../../../zlib/*.c .
|
||||||
rm minigzip.c example.c compress.c deflate.c
|
rm minigzip.c example.c compress.c deflate.c gz*
|
||||||
|
|||||||
@ -15,7 +15,7 @@ O=.o
|
|||||||
L=.a
|
L=.a
|
||||||
E=
|
E=
|
||||||
|
|
||||||
ZOBJS = adler32$(O) crc32$(O) gzio$(O) \
|
ZOBJS = adler32$(O) crc32$(O) \
|
||||||
infback$(O) inffast$(O) inflate$(O) inftrees$(O) \
|
infback$(O) inffast$(O) inflate$(O) inftrees$(O) \
|
||||||
trees$(O) uncompr$(O) zutil$(O)
|
trees$(O) uncompr$(O) zutil$(O)
|
||||||
|
|
||||||
|
|||||||
@ -6,4 +6,4 @@ rm example.c pngtest.c pngr*.c pngpread.c
|
|||||||
cp ../../../../zlib/*.h .
|
cp ../../../../zlib/*.h .
|
||||||
cp ../../../../zlib/*.c .
|
cp ../../../../zlib/*.c .
|
||||||
rm inf*.[ch]
|
rm inf*.[ch]
|
||||||
rm minigzip.c example.c
|
rm minigzip.c example.c gz*
|
||||||
|
|||||||
@ -14,7 +14,7 @@ O=.o
|
|||||||
L=.a
|
L=.a
|
||||||
E=
|
E=
|
||||||
|
|
||||||
ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) gzio$(O) \
|
ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) \
|
||||||
dummy_inflate$(O) \
|
dummy_inflate$(O) \
|
||||||
trees$(O) uncompr$(O) zutil$(O)
|
trees$(O) uncompr$(O) zutil$(O)
|
||||||
|
|
||||||
|
|||||||
@ -6,4 +6,4 @@ rm example.c pngtest.c pngw*.c
|
|||||||
# change the following 2 lines if zlib is somewhere else
|
# change the following 2 lines if zlib is somewhere else
|
||||||
cp ../../../../zlib/*.h .
|
cp ../../../../zlib/*.h .
|
||||||
cp ../../../../zlib/*.c .
|
cp ../../../../zlib/*.c .
|
||||||
rm minigzip.c example.c compress.c deflate.c
|
rm minigzip.c example.c compress.c deflate.c gz*
|
||||||
|
|||||||
@ -31,7 +31,7 @@ O=.o
|
|||||||
L=.a
|
L=.a
|
||||||
E=
|
E=
|
||||||
|
|
||||||
ZOBJS = adler32$(O) crc32$(O) gzio$(O) \
|
ZOBJS = adler32$(O) crc32$(O) \
|
||||||
infback$(O) inffast$(O) inflate$(O) inftrees$(O) \
|
infback$(O) inffast$(O) inflate$(O) inftrees$(O) \
|
||||||
trees$(O) uncompr$(O) zutil$(O)
|
trees$(O) uncompr$(O) zutil$(O)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user