Merge from vendor branch SENDMAIL:
[dragonfly.git] / contrib / libarchive-2.0 / NEWS
1
2 Apr 06, 2007: libarchive 2.0.28 released
3 Apr 06, 2007: 'ar' format read/write support thanks to Kai Wang.
4
5 Apr 01, 2007: libarchive 2.0.27 released
6
7 Apr 01, 2007: libarchive 2.0.26 released
8 Mar 31, 2007: Several minor fixes from Colin Percival and Joerg Sonnenberger.
9
10 Mar 12, 2007: libarchive 2.0.25 released
11 Mar 12, 2007: Fix broken --unlink flag.
12
13 Mar 11, 2007: libarchive 2.0.24 released
14 Mar 10, 2007: Correct an ACL blunder that causes any ACL with an entry
15     that refers to a non-existent user or group to not be restored correctly.
16     The fix both makes the parser more tolerant (so that archives created
17     with the buggy ACLs can be read now) and corrects the ACL formatter.
18 Mar 10, 2007: More work on test portability to Linux.
19
20 Mar 10, 2007: libarchive 2.0.22 released
21 Mar 10, 2007: Header cleanups; added linux/fs.h, removed
22     some unnecessary headers, added #include guards in bsdtar.
23     If you see any obvious compile failures from this, let me know.
24 Mar 10, 2007: Work on bsdtar test scripts: not yet robust enough
25     to enable as part of "make check", but getting better.
26 Mar 10, 2007: libarchive now returns ARCHIVE_FAILED when
27     a header write fails in a way that only affects this item.
28     Less bad than ARCHIVE_FATAL, but worse than ARCHIVE_WARN.
29
30 Mar 07, 2007: libarchive 2.0.21 released
31 Mar 07, 2007: Add some ACL tests (only for the system-independent
32     portion of the ACL support for now).
33 Mar 07, 2007: tar's ability to read ACLs off disk got
34     turned off for FreeBSD; re-enable it.  (ACL restores and
35     libarchive support for storing/reading ACLs from pax
36     archives was unaffected.)
37
38 Mar 02, 2007: libarchive 2.0.20 released
39 Mar 2, 2007:  It's not perfect, but it's pretty good.
40     Libarchive 2.0 is officially out of beta.
41
42 Feb 28, 2007: libarchive 2.0b17 released
43 Feb 27, 2007: Make the GID restore checks more robust by checking
44     whether the current user has too few or too many privileges.
45
46 Feb 26, 2007: libarchive 2.0b15 released
47 Feb 26, 2007: Don't lose symlinks when extracting from ISOs.
48     Thanks to Diego "Flameeyes" Pettenò for telling me about the
49     broken testcase on Gentoo that (finally!) led me to the cause
50     of this long-standing bug.
51
52 Feb 26, 2007: libarchive 2.0b14 released
53 Feb 26, 2007: Fix a broken test on platforms that lack lchmod().
54
55 Feb 25, 2007: libarchive 2.0b13 released
56 Feb 25, 2007: Empty archives were being written as empty files,
57     without a proper end-of-archive marker.  Fixed.
58
59 Feb 23, 2007: libarchive 2.0b12 released
60 Feb 22, 2007: Basic security checks added: _EXTRACT_SECURE_NODOTDOT
61     and _EXTRACT_SECURE_SYMLINK.  These checks used to be in bsdtar,
62     but they belong down in libarchive where they can be used by
63     other tools and where they can be better optimized.
64
65 Feb 11, 2007: libarchive 2.0b11 released
66 Feb 10, 2007: Fixed a bunch of errors in libarchive's handling
67     of EXTRACT_PERM and EXTRACT_OWNER, especially relating
68     to SUID and SGID bits.
69
70 Jan 31, 2007: libarchive 2.0b9 released
71 Jan 31, 2007: Added read support for "empty" archives as a
72     distinct archive format.  Bsdtar uses this to handle, e.g.,
73     "touch foo.tar; tar -rf foo.tar"
74
75 Jan 22, 2007: libarchive 2.0b6 released
76 Jan 22, 2007: archive_write_disk API is now in place.  It provides
77     a finer-grained interface than archive_read_extract.  In particular,
78     you can use it to create objects on disk without having an archive
79     around (just feed it archive_entry objects describing what you
80     want to create), you can override the uname/gname-to-uid/gid lookups
81     (minitar uses this to avoid getpwXXX() and getgrXXX() bloat).
82
83 Jan 09, 2007: libarchive 2.0a3 released
84 Jan 9, 2007: archive_extract is now much better; it handles the
85     most common cases with a minimal number of system calls.
86     Some features still need a lot of testing, especially corner
87     cases involving objects that already exist on disk.   I expect
88     the next round of API overhaul will simplify building test cases.
89 Jan 9, 2007: a number of fixes thanks to Colin Percival, especially
90     corrections to the skip() framework and handling of large files.
91 Jan 9, 2007: Fixes for large ISOs.  The code should correctly handle
92     very large ISOs with entries up to 4G.   Thanks to Robert Sciuk
93     for pointing out these issues.
94
95 Sep 05, 2006: libarchive 1.3.1 released
96 Sep 5, 2006: Bump version to 1.3 for new I/O wrappers.
97 Sep 4, 2006: New memory and FILE read/write wrappers.
98 Sep 4, 2006: libarchive test harness is now minimally functional;
99     it's located a few minor bugs in error-handling logic
100
101 Aug 17, 2006: libarchive 1.2.54 released
102 Aug 17, 2006: Outline ABI changes for libarchive 2.0; these
103    are protected behind #ifdef's until I think I've found everything
104    that needs to change.
105 Aug 17, 2006: Fix error-handling in archive_read/write_close()
106    They weren't returning any errors before.
107 Aug 17, 2006: Fix recursive-add logic to not trigger if it's not set
108    Fixes a bug adding files when writing archive to pipe or when
109    using archive_write_open() directly.
110 Jul 2006: New "skip" handling improves performance extracting
111    single files from large uncompressed archives.
112
113 Mar 21, 2006: 1.2.52 released
114 Mar 21, 2006: Fix -p on platforms that don't have platform-specific
115    extended attribute code.
116 Mar 20, 2006: Add NEWS file; fill in some older history from other
117    files.  I'll try to keep this file up-to-date from now on.
118
119 OLDER NEWS SUMMARIES
120
121 Mar 19, 2006: libarchive 1.2.51 released
122 Mar 18, 2006: Many fixes to extended attribute support, including a redesign
123    of the storage format to simplify debugging.
124 Mar 12, 2006: Remove 'tp' support; it was a fun idea, but not worth
125    spending much time on.
126 Mar 11, 2006: Incorporated Jaakko Heinonen's still-experimental support
127    for extended attributes (Currently Linux-only.).
128 Mar 11, 2006: Reorganized distribution package: There is now one tar.gz
129    file that builds both libarchive and bsdtar.
130 Feb 13, 2006: Minor bug fixes: correctly read cpio device entries, write
131    Pax attribute entry names.
132 Nov 7, 2005: Experimental 'tp' format support in libarchive.  Feedback
133    appreciated; this is not enabled by archive_read_support_format_all()
134    yet as I'm not quite content with the format detection heuristics.
135 Nov 7, 2005: Some more portability improvements thanks to Darin Broady,
136    minor bugfixes.
137 Oct 12, 2005: Use GNU libtool to build shared libraries on many systems.
138 Aug 9, 2005: Correctly detect that MacOS X does not have POSIX ACLs.
139 Apr 17, 2005: Kees Zeelenberg has ported libarchive and bsdtar to Windows:
140    http://gnuwin32.sourceforge.net/
141 Apr 11, 2005: Extended Zip/Zip64 support thanks to Dan Nelson.  -L/-h
142    fix from Jaakko Heinonen.
143 Mar 12, 2005: archive_read_extract can now handle very long
144    pathnames (I've tested with pathnames up to 1MB).
145 Mar 12, 2005: Marcus Geiger has written an article about libarchive
146    http://xsnil.antbear.org/2005/02/05/archive-mit-libarchive-verarbeiten/
147    including examples of using it from Objective-C.  His MoinX
148    http://moinx.antbear.org/ desktop Wiki uses
149    libarchive for archiving and restoring Wiki pages.
150 Jan 22, 2005: Preliminary ZIP extraction support,
151     new directory-walking code for bsdtar.
152 Jan 16, 2005: ISO9660 extraction code added; manpage corrections.
153 May 22, 2004: Many gtar-compatible long options have been added; almost
154     all FreeBSD ports extract correctly with bsdtar.
155 May 18, 2004: bsdtar can read Solaris, HP-UX, Unixware, star, gtar,
156     and pdtar archives.