summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-08-26 12:10:02 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-08-26 12:10:02 -0500
commit21ab827567d3e903bdc67f921a0c5f8a8f349f07 (patch)
treea4523167ea132cfa529767e7f91e300c0efee8e1
parentb7e4c1c2e26427f4819a004f317c587a6966b15c (diff)
downloadlibpng-21ab827567d3e903bdc67f921a0c5f8a8f349f07.tar.gz
[devel] Removed some files from distribution
lpXYZ.tar.bz2 (with CRLF), KNOWNBUG, libpng-x.y.z-KNOWNBUG.txt, and the "noconfig" files have been removed from the distribution.
-rw-r--r--ANNOUNCE10
-rw-r--r--CHANGES2
-rw-r--r--KNOWNBUG27
3 files changed, 3 insertions, 36 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 17772efeb..52305ba0a 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -13,25 +13,17 @@ Source files with LF line endings (for Unix/Linux) and with a
1.4.0beta77.tar.gz
1.4.0beta77.tar.bz2
-Source files with LF line endings (for Unix/Linux) without the
-"configure" script
-
- 1.4.0beta77-no-config.tar.xz (LZMA-compressed, recommended)
- 1.4.0beta77-no-config.tar.gz
- 1.4.0beta77-no-config.tar.bz2
-
Source files with CRLF line endings (for Windows), without the
"configure" script
lp140b77.zip
- lp140b77.tar.bz2
+ lp140b77.7z
Other information:
1.4.0beta77-README.txt
1.4.0beta77-KNOWNBUGS.txt
1.4.0beta77-LICENSE.txt
- 1.4.0beta77-Y2K-compliance.txt
Changes since the last public release (1.2.10):
diff --git a/CHANGES b/CHANGES
index defee69c8..3079a1abe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2215,6 +2215,8 @@ version 1.4.0beta76 [August 22, 2009]
Moved an incorrectly located test in png_read_row() in pngread.c
version 1.4.0beta77 [August 26, 2009]
+ Removed lpXYZ.tar.bz2 (with CRLF), KNOWNBUG, libpng-x.y.z-KNOWNBUG.txt,
+ and the "noconfig" files from the distribution.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.
diff --git a/KNOWNBUG b/KNOWNBUG
deleted file mode 100644
index 7da76aa87..000000000
--- a/KNOWNBUG
+++ /dev/null
@@ -1,27 +0,0 @@
-
-Known bugs in libpng version 1.4.0beta77
-
-1. April 22, 2001: pnggccrd.c has been reported to crash on NetBSD when
- reading interlaced PNG files, when assembler code is enabled but running
- on a non-MMX i386 platform.
-
- STATUS: Under investigation. The change to pnggccrd.c in libpng-1.2.1
- fixed a problem under FreeBSD but not the problem with NetBSD, which
- still fails as of libpng-1.2.2rc1.
-
-2. February 23, 2006: The custom makefiles don't build libpng with -lz.
-
- STATUS: This is a subject of debate. The change will probably be made
- as a part of a major overhaul of the makefiles in libpng version 1.3.0.
-
-3. February 24, 2006: The Makefile generated by the "configure" script
- fails to install symbolic links
- libpng12.so => libpng12.so.0.1.2.9betaN
- that are generated by the custom makefiles.
-
- STATUS: For now, system library builders should use the custom makefiles.
-
-4. November 14, 2006: "make install" fails to build pngdefs.h.
- "make; make install" works.
-
- STATUS: Under investigation.