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

19 Sep 12, 2023: libarchive 3.7.2 released
37 Dec 26, 2020: libarchive 3.5.1 released
39 Dec 01, 2020: libarchive 3.5.0 released
41 Oct 14, 2020: Support for system extended attributes
43 May 20, 2020: libarchive 3.4.3 released
45 Apr 30, 2020: Support for pzstd compressed files
47 Apr 16, 2020: Support for RHT.security.selinux tar extended attribute
49 Feb 11, 2020: libarchive 3.4.2 released
51 Jan 23, 2020: Important fixes for writing XAR archives
53 Jan 20, 2020: New tar option: --safe-writes (atomical file extraction)
55 Jan 03, 2020: Support mbed TLS (PolarSSL) as optional crypto provider
67 Apr 16, 2019: Support for non-recursive list and extract
69 Apr 14, 2019: New tar option: --exclude-vcs
73 Mar 12, 2019: Important fixes for storing file attributes and flags
81 Jul 19, 2018: Avoid super-linear slowdown on malformed mtree files
87 Aug 12, 2017: New support for Zstandard read and write filters
101 Jan 10, 2017: POSIX.1e and NFSv4 ACL support for Solaris and derivates
106 Nov, 2016: libarchive is now being tested by the OSS-Fuzz project
135 Jun 10, 2014: Add warc format support
139 Apr 6, 2014: Add bsdcat command-line tool
141 Jan 12, 2014: Add Zip64 support
200 Nov 06, 2011: Update shared-library version calculations for libarchive 3.x
201 Sep 04, 2011: Fix tar -s; follow GNU tar for controlling hardlink/symlink substitutions
206 Jun 16, 2011: Add tar:compat-2x option to emulate broken libarchive 2.x
207 handling of pax UTF-8 headers
208 Apr 25, 2011: Refactor read_open() into a collection of single-item setters;
210 Apr 12, 2011: Split disk writer into separate POSIX and Windows implementations
211 Apr 10, 2011: Improvements to character translations on Windows.
214 Mar 17, 2011: Overhauled support for per-format extension options
216 translating to/from user-specified locale
230 May 09, 2010: Improved detection of platform-specific crypto support
232 May 01, 2010: New options: tar --gid --gname --uid --uname
233 Apr 28, 2010: Use Red-black tree for ISO reader/writer to improve performance
235 Mar 12, 2010: Don't dereference symlinks on Linux when reading ACLs.
249 Jan 31, 2010: Support cpio -V
252 Jan 17, 2010: Fix error handling for 'echo nonexistent | cpio -o'
271 Apr 10, 2009: libarchive 2.6.992a released
279 Apr 01, 2009: Use command-line gunzip, bunzip2, unxz, unlzma for
283 Apr 01, 2009: Use getpw*_r and getgr*_r functions for thread-safety.
296 Feb, 2009: High-res timestamps on Tru64, AIX, and GNU Hurd, by Björn Jacke.
300 such system-specific knowledge.
313 Dec 10, 2008: libarchive 2.5.904a released
317 Nov 08, 2008: Start of pre-release testing for libarchive 2.6
320 consume and produce arbitrarily-sized blocks. The reblocking
324 Oct 21, 2008: bsdcpio: New command-line parser.
331 some concerns about the auto-detection (LZMA file format
332 doesn't support auto-detection well), so this is not yet
347 Jun 20, 2008: bsdcpio: If a -l link fails with EXDEV, copy the file instead
358 May 21, 2008: Fix a number of non-exploitable integer and buffer overflows,
367 May 14, 2008: Joerg Sonnenberger: -s substitution support for bsdtar
377 //depot/user/kientzle/libarchive-portable
382 * bsdcpio: -p hardlink handling fixes
390 * -no-undefined to libtool for Cygwin
391 * libarchive_test: Skip large file tests on systems with 32-bit off_t
394 * tar: allow -r -T to be used together
395 * tar: allow --format with -r or -u
412 now have built-in decoding logic that decodes the reference
417 with the UTF-8 fixes.
421 to/from UTF-8. Implement "hdrcharset" attribute from SUS-2008.
428 Jan 30, 2008: Ignore hardlink size for non-POSIX tar archives.
430 Jan 22, 2008: libarchive 2.4.12 released
433 bsdcpio_test complains about missing options (-y and -z), format
434 of informational messages (--version, --help), and a minor formatting
437 Jan 22, 2008: Experimental support for self-extracting Zip archives.
445 Dec 29, 2007: libarchive 2.4.10 released
450 Dec 22, 2007: Implement the remaining options for bsdcpio: -a, -q, -L, -f,
451 pattern selection for -i and -it.
454 Dec 13, 2007: gzip and bzip2 compression now handle zero-byte writes correctly,
457 Dec 12, 2007: libarchive 2.4.7 released
459 Dec 10, 2007: libarchive 2.4.6 released
460 Dec 09, 2007: tar/test/test_copy.c verifies "tar -c | tar -x" copy pipeline
467 Dec 03, 2007: New configure options --disable-xattr and --disable-acl,
474 Dec 03, 2007: Fixed bsdcpio -help, bsdtar -help tests.
480 Dec 02, 2007: Minor fixes, rough cut of mdoc-to-man conversion for
494 publishing his performance test results to GNU tar's bug-tar
497 a multiple of 4G on 32-bit platforms.
500 Oct 20, 2007: Initial work on new pattern-matching code for cpio; I
508 to read body of non-regular file. In particular, this fixes
514 Sep 26, 2007: cpio-odc and cpio-newc archives no longer write bodies
515 for non-regular files.
525 Sep 16, 2007: Many fixes to bsdcpio 0.3: handle hardlinks with -p, recognize
538 Aug 18, 2007: Read gtar 1.17 --posix --sparse entries.
542 Aug 06, 2007: Use --enable-bsdcpio if you want to try bsdcpio
545 Aug 05, 2007: New configure option --disable-bsdtar, thanks to Joerg
551 Jul 12, 2007: libarchive 2.2.4 released
552 Jul 12, 2007: Thanks to Colin Percival's help in diagnosing and
554 http://security.freebsd.org/advisories/FreeBSD-SA-07:05.libarchive.asc
562 May 12, 2007: libarchive 2.2.2 released
563 May 12, 2007: Fix archive_write_disk permission restore by cloning
566 worked okay because it held onto the passed-in entry, but
570 May 10, 2007: Skeletal cpio implementation.
582 Apr 30, 2007: libarchive 2.1.10 released
586 Apr 24, 2007: Fix some recently-introduced problems with libraries
629 Mar 12, 2007: libarchive 2.0.25 released
630 Mar 12, 2007: Fix broken --unlink flag.
633 Mar 10, 2007: Correct an ACL blunder that causes any ACL with an entry
634 that refers to a non-existent user or group to not be restored correctly.
637 Mar 10, 2007: More work on test portability to Linux.
639 Mar 10, 2007: libarchive 2.0.22 released
640 Mar 10, 2007: Header cleanups; added linux/fs.h, removed
643 Mar 10, 2007: Work on bsdtar test scripts: not yet robust enough
645 Mar 10, 2007: libarchive now returns ARCHIVE_FAILED when
650 Mar 07, 2007: Add some ACL tests (only for the system-independent
653 turned off for FreeBSD; re-enable it. (ACL restores and
669 of this long-standing bug.
676 without a proper end-of-archive marker. Fixed.
685 Feb 10, 2007: Fixed a bunch of errors in libarchive's handling
692 "touch foo.tar; tar -rf foo.tar"
696 a finer-grained interface than archive_read_extract. In particular,
699 want to create), you can override the uname/gname-to-uid/gid lookups
718 it's located a few minor bugs in error-handling logic
724 Aug 17, 2006: Fix error-handling in archive_read/write_close()
726 Aug 17, 2006: Fix recursive-add logic to not trigger if it's not set
733 Mar 21, 2006: Fix -p on platforms that don't have platform-specific
736 files. I'll try to keep this file up-to-date from now on.
743 Mar 12, 2006: Remove 'tp' support; it was a fun idea, but not worth
745 Mar 11, 2006: Incorporated Jaakko Heinonen's still-experimental support
746 for extended attributes (Currently Linux-only.).
756 Oct 12, 2005: Use GNU libtool to build shared libraries on many systems.
760 Apr 11, 2005: Extended Zip/Zip64 support thanks to Dan Nelson. -L/-h
762 Mar 12, 2005: archive_read_extract can now handle very long
764 Mar 12, 2005: Marcus Geiger has written an article about libarchive
765 http://xsnil.antbear.org/2005/02/05/archive-mit-libarchive-verarbeiten/
766 including examples of using it from Objective-C. His MoinX
770 new directory-walking code for bsdtar.
772 May 22, 2004: Many gtar-compatible long options have been added; almost
774 May 18, 2004: bsdtar can read Solaris, HP-UX, Unixware, star, gtar,