Skip to content

Commit 92f7c9a

Browse files
committed
Fixed formatting ReleaseNotes
1 parent 76b3f53 commit 92f7c9a

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

ReleaseNotes.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,57 +7,57 @@ any version includes *all* changes below.
77
## Release 3.3
88

99
* [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.
1212

1313
* [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.
1515

1616
* [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.
1818

1919
* [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.
2323

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.
2727

2828
* [Fixed #38][issue-38]
29-
o Downgrade PrintWriter to Writer in Manifest
29+
Downgrade PrintWriter to Writer in Manifest
3030

3131
* [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.
3535

3636
* [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
3838

3939
* [Fixed #35][issue-35]
40-
o Replace defaultManifest.mf with inline code
40+
Replace defaultManifest.mf with inline code
4141

4242
* [Fixed #20][issue-20]
43-
o Manifest#write blindly casts bytes to chars
43+
Manifest#write blindly casts bytes to chars
4444

4545
* [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
4747

4848
* [Fixed #17][issue-17]
49-
o Remove unnecessary conversion in Manifest#Attribute#write
49+
Remove unnecessary conversion in Manifest#Attribute#write
5050

5151
* [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.
5555

5656
* [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
5858

5959
* [Pull Request #41][pr-41]
60-
o Support the Info-ZIP Unicode Path Extra Field.
60+
Support the Info-ZIP Unicode Path Extra Field.
6161

6262
## Release 3.2
6363

0 commit comments

Comments
 (0)