]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
archive.h build changed a while back, add a note about newc
authorTim Kientzle <kientzle@gmail.com>
Sat, 24 May 2008 21:20:56 +0000 (17:20 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sat, 24 May 2008 21:20:56 +0000 (17:20 -0400)
hardlink fixes for bsdtar.

SVN-Revision: 93

NEWS

diff --git a/NEWS b/NEWS
index 8832460be211677328c8a200da93049c00978e4c..7a3bdfa22fe03da59a28da2e2303b8d3ff226aa9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+May 21, 2008: Joerg Sonnenberger: fix bsdtar hardlink handling for newc format
+
 May 21, 2008: More progress on Windows building.  Thanks to "Scott"
         for the Windows makefiles, thanks to Kees Zeelenberg for
         code contributions.
@@ -18,9 +20,6 @@ May 13, 2008: Joerg Sonnenberger: Many mtree improvements
 May 11, 2008: Joerg Sonnenberger: fix hardlink extraction when
        hardlinks have different permissions from original file
 
-May 05, 2008: Simplified building: archive.h is no longer constructed
-       This may require additional #if conditionals on some platforms.
-
 April 30, 2008: Primary libarchive work has been moved into the FreeBSD
        project's Perforce repository:  http://perforce.freebsd.org/
        The libarchive project can be browsed at
@@ -45,6 +44,9 @@ May 04, 2008: libarchive 2.5.3b released
        * tar: allow --format with -r or -u
        * libarchive: Don't build archive.h
 
+May 04, 2008: Simplified building: archive.h is no longer constructed
+       This may require additional #if conditionals on some platforms.
+
 Mar 30, 2008: libarchive 2.5.1b released
 
 Mar 15, 2008: libarchive 2.5.0b released