diff --git a/ANNOUNCE b/ANNOUNCE index 5f540413f..9aab294f1 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.4.6beta07 - March 19, 2011 +Libpng 1.4.6beta07 - March 20, 2011 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. @@ -53,7 +53,7 @@ version 1.4.6beta06 [March 19, 2011] Updated contrib/pngsuite/README to add the word "modify". Added the private PNG_UNUSED() macro definition in pngconf.h. -version 1.4.6beta07 [March 19, 2011] +version 1.4.6beta07 [March 20, 2011] ifdef out mask arrays in pngread.c when interlacing is not supported. Added attribute definition (warnings) for MSC_VER >= 1300 in pngconf.h Added -D_CRT_SECURE_NO_DEPRECATE to CFLAGS in makefile.vcwin32 @@ -63,6 +63,7 @@ version 1.4.6beta07 [March 19, 2011] "PNG_" to begin any of their own symbols. Fixed incorrect examples of callback prototypes in the manual, that were introduced in libpng-1.0.0. + Removed "strip" from contrib/pngminim/*/makefile. Send comments/corrections/commendations to glennrp at users.sourceforge.net or to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index ca1e8620b..fde9bd694 100644 --- a/CHANGES +++ b/CHANGES @@ -2765,7 +2765,7 @@ version 1.4.6beta06 [March 19, 2011] Updated contrib/pngsuite/README to add the word "modify". Added the private PNG_UNUSED() macro definition in pngconf.h. -version 1.4.6beta07 [March 19, 2011] +version 1.4.6beta07 [March 20, 2011] ifdef out mask arrays in pngread.c when interlacing is not supported. Added attribute definition (warnings) for MSC_VER >= 1300 in pngconf.h Added -D_CRT_SECURE_NO_DEPRECATE to CFLAGS in makefile.vcwin32 @@ -2775,6 +2775,7 @@ version 1.4.6beta07 [March 19, 2011] "PNG_" to begin any of their own symbols. Fixed incorrect examples of callback prototypes in the manual, that were introduced in libpng-1.0.0. + Removed "strip" from contrib/pngminim/*/makefile. Send comments/corrections/commendations to glennrp at users.sourceforge.net or to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/contrib/pngminim/decoder/makefile b/contrib/pngminim/decoder/makefile index 1c8712f87..59e964618 100644 --- a/contrib/pngminim/decoder/makefile +++ b/contrib/pngminim/decoder/makefile @@ -34,7 +34,6 @@ all: pngm2pnm$(E) pngm2pnm$(E): $(OBJS) $(LD) -o pngm2pnm$(E) $(OBJS) - strip pngm2pnm$(E) clean: $(RM) pngm2pnm$(O) diff --git a/contrib/pngminim/encoder/makefile b/contrib/pngminim/encoder/makefile index 10794f975..f0a7642d2 100644 --- a/contrib/pngminim/encoder/makefile +++ b/contrib/pngminim/encoder/makefile @@ -32,7 +32,6 @@ all: pnm2pngm$(E) pnm2pngm$(E): $(OBJS) $(LD) -o pnm2pngm$(E) $(OBJS) - strip pnm2pngm$(E) clean: $(RM) pnm2pngm$(O) diff --git a/contrib/pngminim/preader/makefile b/contrib/pngminim/preader/makefile index 72911bb8d..f1b6ebf1e 100644 --- a/contrib/pngminim/preader/makefile +++ b/contrib/pngminim/preader/makefile @@ -50,7 +50,6 @@ all: rpng2-x$(E) rpng2-x$(E): $(OBJS) $(LD) -o rpng2-x$(E) $(OBJS) $(LIBS) - strip rpng2-x$(E) clean: $(RM) rpng2-x$(O)