-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathChangeLog
More file actions
69 lines (52 loc) · 2 KB
/
Copy pathChangeLog
File metadata and controls
69 lines (52 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Version 1.3.1
-------------
* ar: skip symbol tables when reading BSD-variant ar archives (#39)
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)
* ar: ensure a trailing slash is appended to all file names when writing GNU-style archives (#33)
* ar: ensure buffer is completely filled when reading the data section of an archive member (#33)
* ar: don't write a file mode for string tables in GNU-style archives (#33)
Version 1.2.0
-------------
* Correctly handle 16-byte file names in ar archives (#28)
Version 1.1.2
-------------
* Fix entries in ar archives that may be incorrect for certain filename lengths.
Version 1.1.1
-------------
* `zip`: enable `--preamble_from` to find preambles for zip files written by
`archive/zip` (#24)
Version 1.1.0
-------------
* `zip`: improve efficiency of `--preamble_file` option (#19)
* `zip`: explicitly make `--preamble_*` options mutually exclusive (#21)
* `zip`: read all non-zip data from `--preamble_from` file (#22)
Version 1.0.4
-------------
* Write ar archives that can be read by llvm-ar.
Version 1.0.3
-------------
* Significantly increase the performance of xz decompression operations in
the `unzip` command.
Version 1.0.2
-------------
* Don't add `__init__.py` when there's a `__init__.pyi` file #7
Version 1.0.1
-------------
* Use osusergo and netgo for the stdlib to avoid some potential segfaults if
the glibc version differs.
Version 1.0.0
-------------
* First standalone release of this tool.
Version 0.9.1
-------------
* Linux binaries are now statically linked.
Version 0.9.0
-------------
* First beta release