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