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