Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.3.0
-------------
* zip: change temporary output file pattern from `jarcat-*` to `arcat-*` (#36)
* zip: add `--include` option, for adding members of certain zip files to the output zip file before
those in zip files discovered in input directories (#37)

Version 1.2.1
-------------
* ar: treat file names containing spaces like long file names when writing BSD-style archives (#33)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.3.0