summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2008-05-04 17:49:29 -0400
committerTim Kientzle <kientzle@gmail.com>2008-05-04 17:49:29 -0400
commit92e41f3bc24b30e56a4ca94fdd17cd0a93c2f403 (patch)
tree12e70eadee7ec2b892550978e3ca5ec2ab9b2fc4 /NEWS
parentb14c5c2fd59cc794d7b7631f982220bc539dd70c (diff)
downloadlibarchive-92e41f3bc24b30e56a4ca94fdd17cd0a93c2f403.tar.gz
Release of libarchive 2.5.3b
SVN-Revision: 24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ef54a328..6da417eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
-May 02, 2008: libarchive 2.5.2b released
+May 04, 2008: libarchive 2.5.3b released
+ * libarchive: Several fixes to link resolver to address bsdcpio crashes
+ * bsdcpio: -p hardlink handling fixes
+ * tar/pax: Ensure ustar dirnames end in '/'; be more careful about
+ measuring filenames when deciding what pathname fields to use
+ * libarchive: Mark which entry strings are set; be accurate about
+ distinguishing empty strings ("") from unset ones (NULL)
+ * tar: Don't crash reading entries with empty filenames
+ * libarchive_test, bsdtar_test, bsdcpio_test: Better detaults:
+ run all tests, delete temp dirs, summarize repeated failures
+ * -no-undefined to libtool for Cygwin
+ * libarchive_test: Skip large file tests on systems with 32-bit off_t
+ * iso9660: Don't bother trying to find the body of an empty file;
+ this works around strange behavior from some ISO9660 writers
+ * tar: allow -r -T to be used together
+ * tar: allow --format with -r or -u
+ * libarchive: Don't build archive.h
+
Mar 30, 2008: libarchive 2.5.1b released
Mar 15, 2008: libarchive 2.5.0b released