Skip to content

Commit 6f94eab

Browse files
o Prepared release notes for release 3.4.
1 parent fffd588 commit 6f94eab

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ The current master is now at https://github.com/codehaus-plexus/plexus-archiver
1111

1212
You can find details about the different releases in the [Release Notes](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md).
1313

14+
* [Release 3.4](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md#release-34).
1415
* [Release 3.3](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md#release-33).
1516
* [Release 3.2](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md#release-32).

ReleaseNotes.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ Plexus Archiver and Plexus-IO combined release notes
44
Since archiver depends on a given version of IO this list is cumulative,
55
any version includes *all* changes below.
66

7+
## Release 3.4
8+
9+
* [Fixed #45][issue-45]
10+
Default 'ArchiveManager' does not support 'tar.xz' and 'tar.snappy' file extensions.
11+
12+
* [Fixed #46][issue-46]
13+
'JarSecurityFileSelector' needs to support signature files ending in '.EC' or '.ec'.
14+
715
## Release 3.3
816

917
* [Fixed #43][issue-43]
10-
Updated to stop failing creating 'Created-by' manifest entries, when the version
18+
Updated to stop failing creating 'Created-by' manifest entries, when the version
1119
of the archiver cannot be determined.
1220

1321
* [Fixed #42][issue-42]
@@ -29,8 +37,8 @@ any version includes *all* changes below.
2937
Downgrade PrintWriter to Writer in Manifest
3038

3139
* [Fixed #37][issue-37]
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
40+
Deprecate Manifest(Reader) and update all related Implemenation does not properly
41+
map characters to map and makes assumptions about character encoding which might
3442
lead to failures. Deprecate and rely on Java Manifest reader to do the right thing.
3543

3644
* [Fixed #36][issue-36]
@@ -50,7 +58,7 @@ any version includes *all* changes below.
5058

5159
* [Fixed #16][issue-16]
5260
Manifest entry "Archiver-Version" is incomplete/wrong
53-
Entry does not reflect the archiver version. Remove since it
61+
Entry does not reflect the archiver version. Remove since it
5462
adds not information it pretends to add.
5563

5664
* [Fixed #5][issue-5]

0 commit comments

Comments
 (0)