K 10 svn:author V 8 kientzle K 8 svn:date V 27 2007-07-05T01:56:41.000000Z K 7 svn:log V 704 MFC libarchive 1.9. This is identical to libarchive 2.2.3 from -CURRENT, with all of the performance improvements, bug fixes, and new formats, except that: * archive_read_finish() and archive_write_finish() don't return errors * archive_write_data() has a different return type * user-provided skip callbacks have a slightly different signature These differences maintain ABI compatibility with libarchive 1.3.1 (hence the "1" in "1.9") and allows libarchive 1.9 to have the same SHLIB_MAJOR and otherwise serve as a straight replacement for libarchive 1.3.1 (only better). Thanks to: Many, many people who contributed error reports, bug fixes, and suggestions over the last three years. ;-) END