Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / contrib / libarchive-2 / NEWS
1
2 Aug 05, 2007: libarchive 2.2.6 released
3
4 Aug 05, 2007: New configure option --disable-bsdtar, thanks to Joerg
5         Sonnenberger.
6 Aug 05, 2007: Several bug fixes from FreeBSD CVS repo.
7
8 Jul 13, 2007: libarchive 2.2.5 released
9
10 Jul 12, 2007: libarchive 2.2.4 released
11
12 May 26, 2007: libarchive 2.2.3 released
13 May 26, 2007: Fix memory leaks in ZIP reader and shar writer, add some
14         missing system headers to archive_entry.h, dead code cleanup
15         from Colin Percival, more tests for gzip/bzip2, fix an
16         EOF anomaly in bzip2 decompression.
17
18 May 12, 2007: libarchive 2.2.2 released
19 May 12, 2007: Fix archive_write_disk permission restore by cloning
20         entry passed into write_header so that permission info is
21         still available at finish_entry time.  (archive_read_extract()
22         worked okay because it held onto the passed-in entry, but
23         direct consumers of archive_write_disk would break).  This
24         required fixing archive_entry_clone(), which now works and has
25         a reasonably complete test case.
26 May 10, 2007: Skeletal cpio implementation.
27
28 May 06, 2007: libarchive 2.2.1 released
29 May 06, 2007: Flesh out a lot more of test_entry.c so as to catch
30         problems such as the device node breakage before releasing <sigh>.
31 May 05, 2007: Fix a bad bug introduced in 2.1.9 that broke device
32         node entries in tar archives.
33 May 03, 2007: Move 'struct stat' out of archive_entry core as well.
34         This removes some portability headaches and fixes a bunch
35         of corner cases that arise when manipulating archives on
36         dissimilar systems.
37
38 Apr 30, 2007: libarchive 2.1.10 released
39 Apr 31, 2007: Minor code cleanup.
40
41 Apr 24, 2007: libarchive 2.1.9 released
42 Apr 24, 2007: Fix some recently-introduced problems with libraries
43         (Just let automake handle it and it all works much better.)
44         Finish isolating major()/minor()/makedev() in archive_entry.c.
45
46 Apr 23, 2007: libarchive 2.1.8 released
47 Apr 23, 2007: Minor fixes found from building on MacOS X
48
49 Apr 22, 2007: libarchive 2.1.7 released
50 Apr 22, 2007: Eliminated all uses of 'struct stat' from the
51         format readers/writers.  This should improve portability;
52         'struct stat' is now only used in archive_entry and in
53         code that actually touches the disk.
54
55 Apr 17, 2007: libarchive 2.1.6 released
56         Libarchive now compiles and passes all tests on Interix.
57
58 Apr 16, 2007: libarchive 2.1.5 released
59
60 Apr 15, 2007: libarchive 2.1b2 released
61 Apr 15, 2007: New libarchive_internals.3 documentation of internal APIs.
62         Not complete, but should prove helpful.
63 Apr 15, 2007: Experimental "read_compress_program" and "write_compress_program"
64         for using libarchive with external compression.  Not yet
65         well tested, and likely has portability issues.  Feedback
66         appreciated.
67
68 Apr 14, 2007: libarchive 2.0.31 released
69 Apr 14, 2007: More fixes for Interix, more 'ar' work
70
71 Apr 14, 2007: libarchive 2.0.30 released
72 Apr 13, 2007: libarchive now enforces trailing '/' on dirs
73         written to tar archives
74
75 Apr 11, 2007: libarchive 2.0.29 released
76 Apr 11, 2007: Make it easier to statically configure for different platforms.
77 Apr 11, 2007: Updated config.guess, config.sub, libtool
78
79 Apr 06, 2007: libarchive 2.0.28 released
80 Apr 06, 2007: 'ar' format read/write support thanks to Kai Wang.
81
82 Apr 01, 2007: libarchive 2.0.27 released
83 Mar 31, 2007: Several minor fixes from Colin Percival and Joerg Sonnenberger.
84
85 Mar 12, 2007: libarchive 2.0.25 released
86 Mar 12, 2007: Fix broken --unlink flag.
87
88 Mar 11, 2007: libarchive 2.0.24 released
89 Mar 10, 2007: Correct an ACL blunder that causes any ACL with an entry
90     that refers to a non-existent user or group to not be restored correctly.
91     The fix both makes the parser more tolerant (so that archives created
92     with the buggy ACLs can be read now) and corrects the ACL formatter.
93 Mar 10, 2007: More work on test portability to Linux.
94
95 Mar 10, 2007: libarchive 2.0.22 released
96 Mar 10, 2007: Header cleanups; added linux/fs.h, removed
97     some unnecessary headers, added #include guards in bsdtar.
98     If you see any obvious compile failures from this, let me know.
99 Mar 10, 2007: Work on bsdtar test scripts: not yet robust enough
100     to enable as part of "make check", but getting better.
101 Mar 10, 2007: libarchive now returns ARCHIVE_FAILED when
102     a header write fails in a way that only affects this item.
103     Less bad than ARCHIVE_FATAL, but worse than ARCHIVE_WARN.
104
105 Mar 07, 2007: libarchive 2.0.21 released
106 Mar 07, 2007: Add some ACL tests (only for the system-independent
107     portion of the ACL support for now).
108 Mar 07, 2007: tar's ability to read ACLs off disk got
109     turned off for FreeBSD; re-enable it.  (ACL restores and
110     libarchive support for storing/reading ACLs from pax
111     archives was unaffected.)
112
113 Mar 02, 2007: libarchive 2.0.20 released
114 Mar 2, 2007:  It's not perfect, but it's pretty good.
115     Libarchive 2.0 is officially out of beta.
116
117 Feb 28, 2007: libarchive 2.0b17 released
118 Feb 27, 2007: Make the GID restore checks more robust by checking
119     whether the current user has too few or too many privileges.
120
121 Feb 26, 2007: libarchive 2.0b15 released
122 Feb 26, 2007: Don't lose symlinks when extracting from ISOs.
123     Thanks to Diego "Flameeyes" Pettenò for telling me about the
124     broken testcase on Gentoo that (finally!) led me to the cause
125     of this long-standing bug.
126
127 Feb 26, 2007: libarchive 2.0b14 released
128 Feb 26, 2007: Fix a broken test on platforms that lack lchmod().
129
130 Feb 25, 2007: libarchive 2.0b13 released
131 Feb 25, 2007: Empty archives were being written as empty files,
132     without a proper end-of-archive marker.  Fixed.
133
134 Feb 23, 2007: libarchive 2.0b12 released
135 Feb 22, 2007: Basic security checks added: _EXTRACT_SECURE_NODOTDOT
136     and _EXTRACT_SECURE_SYMLINK.  These checks used to be in bsdtar,
137     but they belong down in libarchive where they can be used by
138     other tools and where they can be better optimized.
139
140 Feb 11, 2007: libarchive 2.0b11 released
141 Feb 10, 2007: Fixed a bunch of errors in libarchive's handling
142     of EXTRACT_PERM and EXTRACT_OWNER, especially relating
143     to SUID and SGID bits.
144
145 Jan 31, 2007: libarchive 2.0b9 released
146 Jan 31, 2007: Added read support for "empty" archives as a
147     distinct archive format.  Bsdtar uses this to handle, e.g.,
148     "touch foo.tar; tar -rf foo.tar"
149
150 Jan 22, 2007: libarchive 2.0b6 released
151 Jan 22, 2007: archive_write_disk API is now in place.  It provides
152     a finer-grained interface than archive_read_extract.  In particular,
153     you can use it to create objects on disk without having an archive
154     around (just feed it archive_entry objects describing what you
155     want to create), you can override the uname/gname-to-uid/gid lookups
156     (minitar uses this to avoid getpwXXX() and getgrXXX() bloat).
157
158 Jan 09, 2007: libarchive 2.0a3 released
159 Jan 9, 2007: archive_extract is now much better; it handles the
160     most common cases with a minimal number of system calls.
161     Some features still need a lot of testing, especially corner
162     cases involving objects that already exist on disk.   I expect
163     the next round of API overhaul will simplify building test cases.
164 Jan 9, 2007: a number of fixes thanks to Colin Percival, especially
165     corrections to the skip() framework and handling of large files.
166 Jan 9, 2007: Fixes for large ISOs.  The code should correctly handle
167     very large ISOs with entries up to 4G.   Thanks to Robert Sciuk
168     for pointing out these issues.
169
170 Sep 05, 2006: libarchive 1.3.1 released
171 Sep 5, 2006: Bump version to 1.3 for new I/O wrappers.
172 Sep 4, 2006: New memory and FILE read/write wrappers.
173 Sep 4, 2006: libarchive test harness is now minimally functional;
174     it's located a few minor bugs in error-handling logic
175
176 Aug 17, 2006: libarchive 1.2.54 released
177 Aug 17, 2006: Outline ABI changes for libarchive 2.0; these
178    are protected behind #ifdef's until I think I've found everything
179    that needs to change.
180 Aug 17, 2006: Fix error-handling in archive_read/write_close()
181    They weren't returning any errors before.
182 Aug 17, 2006: Fix recursive-add logic to not trigger if it's not set
183    Fixes a bug adding files when writing archive to pipe or when
184    using archive_write_open() directly.
185 Jul 2006: New "skip" handling improves performance extracting
186    single files from large uncompressed archives.
187
188 Mar 21, 2006: 1.2.52 released
189 Mar 21, 2006: Fix -p on platforms that don't have platform-specific
190    extended attribute code.
191 Mar 20, 2006: Add NEWS file; fill in some older history from other
192    files.  I'll try to keep this file up-to-date from now on.
193
194 OLDER NEWS SUMMARIES
195
196 Mar 19, 2006: libarchive 1.2.51 released
197 Mar 18, 2006: Many fixes to extended attribute support, including a redesign
198    of the storage format to simplify debugging.
199 Mar 12, 2006: Remove 'tp' support; it was a fun idea, but not worth
200    spending much time on.
201 Mar 11, 2006: Incorporated Jaakko Heinonen's still-experimental support
202    for extended attributes (Currently Linux-only.).
203 Mar 11, 2006: Reorganized distribution package: There is now one tar.gz
204    file that builds both libarchive and bsdtar.
205 Feb 13, 2006: Minor bug fixes: correctly read cpio device entries, write
206    Pax attribute entry names.
207 Nov 7, 2005: Experimental 'tp' format support in libarchive.  Feedback
208    appreciated; this is not enabled by archive_read_support_format_all()
209    yet as I'm not quite content with the format detection heuristics.
210 Nov 7, 2005: Some more portability improvements thanks to Darin Broady,
211    minor bugfixes.
212 Oct 12, 2005: Use GNU libtool to build shared libraries on many systems.
213 Aug 9, 2005: Correctly detect that MacOS X does not have POSIX ACLs.
214 Apr 17, 2005: Kees Zeelenberg has ported libarchive and bsdtar to Windows:
215    http://gnuwin32.sourceforge.net/
216 Apr 11, 2005: Extended Zip/Zip64 support thanks to Dan Nelson.  -L/-h
217    fix from Jaakko Heinonen.
218 Mar 12, 2005: archive_read_extract can now handle very long
219    pathnames (I've tested with pathnames up to 1MB).
220 Mar 12, 2005: Marcus Geiger has written an article about libarchive
221    http://xsnil.antbear.org/2005/02/05/archive-mit-libarchive-verarbeiten/
222    including examples of using it from Objective-C.  His MoinX
223    http://moinx.antbear.org/ desktop Wiki uses
224    libarchive for archiving and restoring Wiki pages.
225 Jan 22, 2005: Preliminary ZIP extraction support,
226     new directory-walking code for bsdtar.
227 Jan 16, 2005: ISO9660 extraction code added; manpage corrections.
228 May 22, 2004: Many gtar-compatible long options have been added; almost
229     all FreeBSD ports extract correctly with bsdtar.
230 May 18, 2004: bsdtar can read Solaris, HP-UX, Unixware, star, gtar,
231     and pdtar archives.