Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
plamentotev committed Dec 27, 2018
1 parent d89af3b commit 649dd56
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -17,6 +17,7 @@ This patch has been integrated into the Release 3.6.0

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

* [Release 4.0.0](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md#plexus-archiver-400).
* [Release 3.7.0](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md#plexus-archiver-370).
* [Release 3.6.0](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md#plexus-archiver-360).
* [Release 3.5](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md#plexus-archiver-35).
Expand Down
25 changes: 25 additions & 0 deletions ReleaseNotes.md
@@ -1,6 +1,27 @@
Plexus Archiver Release Notes
========================================================================

Plexus Archiver 4.0.0
---------------------

**NOTE:** Because 3.7.0 introduced backward incompatible changes
in the API (new methods in interfaces) we bumped the Plexus Archiver
version to 4.0.0.

Plexus Archiver 4.0.0 requires Java 7.

### Improvements
* [Issue #105][issue-105] - Fixed performance regression introduced
in Plexus Archiver 3.0.2. Affected are systems where the retrieval of
a file's user and group attributes is costly operation.
* [Pull Request #106][pr-106] - `PlexusIoZipFileResourceCollection`
performance is improved when working with signed Jar files.

### Tasks

* [Issue #108][issue-108], [Issue #109][issue-109] - Updated dependencies:
`plexus-io` to 3.1.1 and `plexus-utils` to 3.1.1.

Plexus Archiver 3.7.0
---------------------

Expand Down Expand Up @@ -451,6 +472,9 @@ Plexus Archiver 2.4.4
[issue-101]: https://github.com/codehaus-plexus/plexus-archiver/issues/101
[issue-103]: https://github.com/codehaus-plexus/plexus-archiver/issues/103
[issue-104]: https://github.com/codehaus-plexus/plexus-archiver/issues/104
[issue-105]: https://github.com/codehaus-plexus/plexus-archiver/issues/105
[issue-108]: https://github.com/codehaus-plexus/plexus-archiver/issues/108
[issue-109]: https://github.com/codehaus-plexus/plexus-archiver/issues/109
[pr-26]: https://github.com/codehaus-plexus/plexus-archiver/issues/26
[pr-27]: https://github.com/codehaus-plexus/plexus-archiver/issues/27
[pr-41]: https://github.com/codehaus-plexus/plexus-archiver/pull/41
Expand All @@ -465,3 +489,4 @@ Plexus Archiver 2.4.4
[pr-92]: https://github.com/codehaus-plexus/plexus-archiver/pull/92
[pr-100]: https://github.com/codehaus-plexus/plexus-archiver/pull/100
[pr-102]: https://github.com/codehaus-plexus/plexus-archiver/pull/102
[pr-106]: https://github.com/codehaus-plexus/plexus-archiver/pull/106

0 comments on commit 649dd56

Please sign in to comment.