-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
devel | ||
2012-09-17 Kyle J. McKay [email protected] | ||
* ChangeLog: Add recent updates | ||
* Add NEWS file | ||
* lib/{archive.h,c;io.c}: Increase default read buffer size | ||
* lib/{archive,darwinattr,stat}.c: Do not attempt extract darwinattr, flags or stat information to a buffer | ||
* lib/stat.c: Handle 6 more flags bits including UF_HIDDEN and UF_COMPRESSED | ||
* lib/util.c: Fix xar_get_mode output when mode is unavailable | ||
2012-09-16 Kyle J. McKay [email protected] | ||
* lib/darwinattr.c: Fix archival of FinderCreateTime on 64 bit archs | ||
* src/xar.c: Include commit information in -vV output if available | ||
* src/xar.c: Only fetch real options in the list when copying archives | ||
* lib/archive.c: Do not crash if NULL option passed to xar_opt_get | ||
* lib/ext2.c: A little help for cygwin | ||
* xar_README.txt: Update recommended configure options | ||
* src/xar.c: Allow --compression=xz whenever --compression=lzma is allowed | ||
* lib/lzmaxar.c: Update to compile against modern versions of liblzma | ||
* Ignore *.so* library files | ||
* Massive elimination of warnings including from -m64 | ||
2012-09-15 Kyle J. McKay [email protected] | ||
* configure.ac: Version bump to 1.6.1 | ||
* src/xar.c: Only spew the giant help missive on request (--help) otherwise use a very brief usage hint instead | ||
|