Lines Matching +full:2020 +full:- +full:12 +full:- +full:10

11 Sep 12, 2023: libarchive 3.7.2 released
29 Dec 26, 2020: libarchive 3.5.1 released
31 Dec 01, 2020: libarchive 3.5.0 released
33 Oct 14, 2020: Support for system extended attributes
35 May 20, 2020: libarchive 3.4.3 released
37 Apr 30, 2020: Support for pzstd compressed files
39 Apr 16, 2020: Support for RHT.security.selinux tar extended attribute
41 Feb 11, 2020: libarchive 3.4.2 released
43 Jan 23, 2020: Important fixes for writing XAR archives
45 Jan 20, 2020: New tar option: --safe-writes (atomical file extraction)
47 Jan 03, 2020: Support mbed TLS (PolarSSL) as optional crypto provider
59 Apr 16, 2019: Support for non-recursive list and extract
61 Apr 14, 2019: New tar option: --exclude-vcs
65 Mar 12, 2019: Important fixes for storing file attributes and flags
73 Jul 19, 2018: Avoid super-linear slowdown on malformed mtree files
79 Aug 12, 2017: New support for Zstandard read and write filters
93 Jan 10, 2017: POSIX.1e and NFSv4 ACL support for Solaris and derivates
98 Nov, 2016: libarchive is now being tested by the OSS-Fuzz project
127 Jun 10, 2014: Add warc format support
131 Apr 6, 2014: Add bsdcat command-line tool
133 Jan 12, 2014: Add Zip64 support
192 Nov 06, 2011: Update shared-library version calculations for libarchive 3.x
193 Sep 04, 2011: Fix tar -s; follow GNU tar for controlling hardlink/symlink substitutions
198 Jun 16, 2011: Add tar:compat-2x option to emulate broken libarchive 2.x
199 handling of pax UTF-8 headers
200 Apr 25, 2011: Refactor read_open() into a collection of single-item setters;
202 Apr 12, 2011: Split disk writer into separate POSIX and Windows implementations
203 Apr 10, 2011: Improvements to character translations on Windows.
206 Mar 17, 2011: Overhauled support for per-format extension options
208 translating to/from user-specified locale
222 May 09, 2010: Improved detection of platform-specific crypto support
224 May 01, 2010: New options: tar --gid --gname --uid --uname
225 Apr 28, 2010: Use Red-black tree for ISO reader/writer to improve performance
227 Mar 12, 2010: Don't dereference symlinks on Linux when reading ACLs.
241 Jan 31, 2010: Support cpio -V
244 Jan 17, 2010: Fix error handling for 'echo nonexistent | cpio -o'
263 Apr 10, 2009: libarchive 2.6.992a released
271 Apr 01, 2009: Use command-line gunzip, bunzip2, unxz, unlzma for
275 Apr 01, 2009: Use getpw*_r and getgr*_r functions for thread-safety.
288 Feb, 2009: High-res timestamps on Tru64, AIX, and GNU Hurd, by Björn Jacke.
292 such system-specific knowledge.
305 Dec 10, 2008: libarchive 2.5.904a released
309 Nov 08, 2008: Start of pre-release testing for libarchive 2.6
312 consume and produce arbitrarily-sized blocks. The reblocking
316 Oct 21, 2008: bsdcpio: New command-line parser.
323 some concerns about the auto-detection (LZMA file format
324 doesn't support auto-detection well), so this is not yet
339 Jun 20, 2008: bsdcpio: If a -l link fails with EXDEV, copy the file instead
350 May 21, 2008: Fix a number of non-exploitable integer and buffer overflows,
359 May 14, 2008: Joerg Sonnenberger: -s substitution support for bsdtar
369 //depot/user/kientzle/libarchive-portable
374 * bsdcpio: -p hardlink handling fixes
382 * -no-undefined to libtool for Cygwin
383 * libarchive_test: Skip large file tests on systems with 32-bit off_t
386 * tar: allow -r -T to be used together
387 * tar: allow --format with -r or -u
404 now have built-in decoding logic that decodes the reference
409 with the UTF-8 fixes.
413 to/from UTF-8. Implement "hdrcharset" attribute from SUS-2008.
420 Jan 30, 2008: Ignore hardlink size for non-POSIX tar archives.
422 Jan 22, 2008: libarchive 2.4.12 released
425 bsdcpio_test complains about missing options (-y and -z), format
426 of informational messages (--version, --help), and a minor formatting
429 Jan 22, 2008: Experimental support for self-extracting Zip archives.
437 Dec 29, 2007: libarchive 2.4.10 released
442 Dec 22, 2007: Implement the remaining options for bsdcpio: -a, -q, -L, -f,
443 pattern selection for -i and -it.
446 Dec 13, 2007: gzip and bzip2 compression now handle zero-byte writes correctly,
449 Dec 12, 2007: libarchive 2.4.7 released
451 Dec 10, 2007: libarchive 2.4.6 released
452 Dec 09, 2007: tar/test/test_copy.c verifies "tar -c | tar -x" copy pipeline
459 Dec 03, 2007: New configure options --disable-xattr and --disable-acl,
466 Dec 03, 2007: Fixed bsdcpio -help, bsdtar -help tests.
472 Dec 02, 2007: Minor fixes, rough cut of mdoc-to-man conversion for
486 publishing his performance test results to GNU tar's bug-tar
489 a multiple of 4G on 32-bit platforms.
492 Oct 20, 2007: Initial work on new pattern-matching code for cpio; I
500 to read body of non-regular file. In particular, this fixes
506 Sep 26, 2007: cpio-odc and cpio-newc archives no longer write bodies
507 for non-regular files.
517 Sep 16, 2007: Many fixes to bsdcpio 0.3: handle hardlinks with -p, recognize
530 Aug 18, 2007: Read gtar 1.17 --posix --sparse entries.
534 Aug 06, 2007: Use --enable-bsdcpio if you want to try bsdcpio
537 Aug 05, 2007: New configure option --disable-bsdtar, thanks to Joerg
543 Jul 12, 2007: libarchive 2.2.4 released
544 Jul 12, 2007: Thanks to Colin Percival's help in diagnosing and
546 http://security.freebsd.org/advisories/FreeBSD-SA-07:05.libarchive.asc
554 May 12, 2007: libarchive 2.2.2 released
555 May 12, 2007: Fix archive_write_disk permission restore by cloning
558 worked okay because it held onto the passed-in entry, but
562 May 10, 2007: Skeletal cpio implementation.
574 Apr 30, 2007: libarchive 2.1.10 released
578 Apr 24, 2007: Fix some recently-introduced problems with libraries
621 Mar 12, 2007: libarchive 2.0.25 released
622 Mar 12, 2007: Fix broken --unlink flag.
625 Mar 10, 2007: Correct an ACL blunder that causes any ACL with an entry
626 that refers to a non-existent user or group to not be restored correctly.
629 Mar 10, 2007: More work on test portability to Linux.
631 Mar 10, 2007: libarchive 2.0.22 released
632 Mar 10, 2007: Header cleanups; added linux/fs.h, removed
635 Mar 10, 2007: Work on bsdtar test scripts: not yet robust enough
637 Mar 10, 2007: libarchive now returns ARCHIVE_FAILED when
642 Mar 07, 2007: Add some ACL tests (only for the system-independent
645 turned off for FreeBSD; re-enable it. (ACL restores and
661 of this long-standing bug.
668 without a proper end-of-archive marker. Fixed.
677 Feb 10, 2007: Fixed a bunch of errors in libarchive's handling
684 "touch foo.tar; tar -rf foo.tar"
688 a finer-grained interface than archive_read_extract. In particular,
691 want to create), you can override the uname/gname-to-uid/gid lookups
710 it's located a few minor bugs in error-handling logic
716 Aug 17, 2006: Fix error-handling in archive_read/write_close()
718 Aug 17, 2006: Fix recursive-add logic to not trigger if it's not set
725 Mar 21, 2006: Fix -p on platforms that don't have platform-specific
728 files. I'll try to keep this file up-to-date from now on.
735 Mar 12, 2006: Remove 'tp' support; it was a fun idea, but not worth
737 Mar 11, 2006: Incorporated Jaakko Heinonen's still-experimental support
738 for extended attributes (Currently Linux-only.).
748 Oct 12, 2005: Use GNU libtool to build shared libraries on many systems.
752 Apr 11, 2005: Extended Zip/Zip64 support thanks to Dan Nelson. -L/-h
754 Mar 12, 2005: archive_read_extract can now handle very long
756 Mar 12, 2005: Marcus Geiger has written an article about libarchive
757 http://xsnil.antbear.org/2005/02/05/archive-mit-libarchive-verarbeiten/
758 including examples of using it from Objective-C. His MoinX
762 new directory-walking code for bsdtar.
764 May 22, 2004: Many gtar-compatible long options have been added; almost
766 May 18, 2004: bsdtar can read Solaris, HP-UX, Unixware, star, gtar,