@@ -7,57 +7,57 @@ any version includes *all* changes below.
7
7
## Release 3.3
8
8
9
9
* [ Fixed #43 ] [ issue-43 ]
10
- o Updated to stop failing creating 'Created-by' manifest entries, when the version
11
- of the archiver cannot be determined.
10
+ Updated to stop failing creating 'Created-by' manifest entries, when the version
11
+ of the archiver cannot be determined.
12
12
13
13
* [ Fixed #42 ] [ issue-42 ]
14
- o No need to fallback to unicode path extra field policy NOT_ENCODEABLE.
14
+ No need to fallback to unicode path extra field policy NOT_ENCODEABLE.
15
15
16
16
* [ Fixed #40 ] [ issue-40 ]
17
- o Updated to upgrade 'plexus-utils' to latest patch release.
17
+ Updated to upgrade 'plexus-utils' to latest patch release.
18
18
19
19
* [ Fixed #39 ] [ issue-39 ]
20
- o Updated to stop falling back to the unicode path extra field policy
21
- NOT_ENCODEABLE. If a name is not encodeable in UTF-8, it also is not
22
- encodeable in the extra field.
20
+ Updated to stop falling back to the unicode path extra field policy
21
+ NOT_ENCODEABLE. If a name is not encodeable in UTF-8, it also is not
22
+ encodeable in the extra field.
23
23
24
- Updated to always add the Info-ZIP Unicode Path Extra Field when creating an
25
- archive using an encoding different from UTF-8 instead of only when a name is
26
- not encodeable. Additionally support that extra field when unarchiving.
24
+ Updated to always add the Info-ZIP Unicode Path Extra Field when creating an
25
+ archive using an encoding different from UTF-8 instead of only when a name is
26
+ not encodeable. Additionally support that extra field when unarchiving.
27
27
28
28
* [ Fixed #38 ] [ issue-38 ]
29
- o Downgrade PrintWriter to Writer in Manifest
29
+ Downgrade PrintWriter to Writer in Manifest
30
30
31
31
* [ Fixed #37 ] [ issue-37 ]
32
- o Deprecate Manifest(Reader) and update all related Implemenation does not properly
33
- map characters to map and makes assumptions about character encoding which might
34
- lead to failures. Deprecate and rely on Java Manifest reader to do the right thing.
32
+ Deprecate Manifest(Reader) and update all related Implemenation does not properly
33
+ map characters to map and makes assumptions about character encoding which might
34
+ lead to failures. Deprecate and rely on Java Manifest reader to do the right thing.
35
35
36
36
* [ Fixed #36 ] [ issue-36 ]
37
- o Created-by entry does not reflect who created the JAR
37
+ Created-by entry does not reflect who created the JAR
38
38
39
39
* [ Fixed #35 ] [ issue-35 ]
40
- o Replace defaultManifest.mf with inline code
40
+ Replace defaultManifest.mf with inline code
41
41
42
42
* [ Fixed #20 ] [ issue-20 ]
43
- o Manifest#write blindly casts bytes to chars
43
+ Manifest#write blindly casts bytes to chars
44
44
45
45
* [ Fixed #18 ] [ issue-18 ]
46
- o Manifest#Attribute#writeLine does not properly calculate max line length
46
+ Manifest#Attribute#writeLine does not properly calculate max line length
47
47
48
48
* [ Fixed #17 ] [ issue-17 ]
49
- o Remove unnecessary conversion in Manifest#Attribute#write
49
+ Remove unnecessary conversion in Manifest#Attribute#write
50
50
51
51
* [ Fixed #16 ] [ issue-16 ]
52
- o Manifest entry "Archiver-Version" is incomplete/wrong
53
- Entry does not reflect the archiver version. Remove since it
54
- adds not information it pretends to add.
52
+ Manifest entry "Archiver-Version" is incomplete/wrong
53
+ Entry does not reflect the archiver version. Remove since it
54
+ adds not information it pretends to add.
55
55
56
56
* [ Fixed #5 ] [ issue-5 ]
57
- o Added proper bound on memory usage, patch by Björn Eickvonder
57
+ Added proper bound on memory usage, patch by Björn Eickvonder
58
58
59
59
* [ Pull Request #41 ] [ pr-41 ]
60
- o Support the Info-ZIP Unicode Path Extra Field.
60
+ Support the Info-ZIP Unicode Path Extra Field.
61
61
62
62
## Release 3.2
63
63
0 commit comments