From b621794ed5199d4a1b9523df597d053529ec03ec Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 29 Apr 2010 08:41:33 -0500 Subject: [PATCH] [devel] Removed contrib/pngminim/*/gather.sh Source file gathering is now done in the makefile. --- ANNOUNCE | 1 + CHANGES | 1 + contrib/pngminim/decoder/gather.sh | 0 contrib/pngminim/encoder/gather.sh | 0 contrib/pngminim/preader/gather.sh | 0 5 files changed, 2 insertions(+) delete mode 100755 contrib/pngminim/decoder/gather.sh delete mode 100755 contrib/pngminim/encoder/gather.sh delete mode 100755 contrib/pngminim/preader/gather.sh diff --git a/ANNOUNCE b/ANNOUNCE index ee6925941..15a7a7204 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -218,6 +218,7 @@ version 1.5.0beta23 [April 29, 2010] easier to understand if an API they need is missing. Include png_reset_zstream() in png.c only when PNG_READ_SUPPORTED is defined. Removed dummy_inflate.c from contrib/pngminim/encoder + Removed contrib/pngminim/*/gather.sh; gathering is now done in the makefile. Send comments/corrections/commendations to png-mng-implement at lists.sf.net: (subscription required; visit diff --git a/CHANGES b/CHANGES index 5ea67c1f7..fd1c293c4 100644 --- a/CHANGES +++ b/CHANGES @@ -2700,6 +2700,7 @@ version 1.5.0beta23 [April 29, 2010] easier to understand if an API they need is missing. Include png_reset_zstream() in png.c only when PNG_READ_SUPPORTED is defined. Removed dummy_inflate.c from contrib/pngminim/encoder + Removed contrib/pngminim/*/gather.sh; gathering is now done in the makefile. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/contrib/pngminim/decoder/gather.sh b/contrib/pngminim/decoder/gather.sh deleted file mode 100755 index e69de29bb..000000000 diff --git a/contrib/pngminim/encoder/gather.sh b/contrib/pngminim/encoder/gather.sh deleted file mode 100755 index e69de29bb..000000000 diff --git a/contrib/pngminim/preader/gather.sh b/contrib/pngminim/preader/gather.sh deleted file mode 100755 index e69de29bb..000000000