Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Commit 21a7bc1

Browse files
author
Thomas Diesler
committed
Update change log & release notes
1 parent 22414b5 commit 21a7bc1

File tree

2 files changed

+30
-27
lines changed

2 files changed

+30
-27
lines changed

docs/Changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
### Changelog
22

3+
#### Fuse Patch 2.1.0
4+
5+
**Features**
6+
7+
* [#131][131] Provide a feature pack that runs on wildfly-core
8+
9+
For details see [2.1.0 features](https://github.com/wildfly-extras/fuse-patch/issues?q=milestone%3A"2.1.0"+label%3Afeature)
10+
11+
**Bugs**
12+
13+
* [#128][128] Dependency on aether not transitively reachable through core
14+
* [#132][132] Invalid module definition for org.eclipse.aether
15+
16+
For details see [2.1.0 bugs](https://github.com/wildfly-extras/fuse-patch/issues?q=milestone%3A"2.1.0"+label%3Abug)
17+
18+
[131]: https://github.com/wildfly-extras/fuse-patch/issues/131
19+
[128]: https://github.com/wildfly-extras/fuse-patch/issues/128
20+
[132]: https://github.com/wildfly-extras/fuse-patch/issues/132
21+
322
#### Fuse Patch 2.0.0
423

524
**Features**

docs/ReleaseNotes.md

Lines changed: 11 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,23 @@
11
Release Notes
22
-------------
33

4-
Fuse-Patch 2.0.0
4+
Fuse-Patch 2.1.0
55

66
**Features**
77

8-
* [#38][38] Provide remote accessible repository
9-
* [#105][105] Protect remote repository content with security roles
10-
* [#106][106] Provide maven repository as back store option
11-
* [#122][122] Configure patch tool client through config file
8+
* [#131][131] Provide a feature pack that runs on wildfly-core
129

13-
For details see [2.0.0 features](https://github.com/wildfly-extras/fuse-patch/issues?q=milestone%3A"2.0.0"+label%3Afeature)
10+
For details see [2.1.0 features](https://github.com/wildfly-extras/fuse-patch/issues?q=milestone%3A"2.1.0"+label%3Afeature)
1411

1512
**Bugs**
1613

17-
* [#57][57] Already existing paths may incorrectly get removed on update
18-
* [#100][100] Directories not deleted during update
19-
* [#112][112] Repository always puts full patch content in smart patch
20-
* [#116][116] Temporary file for smart patch content not deleted
21-
* [#118][118] RepositoryClient does not unwrap WebServiceException
22-
* [#124][124] Command line roles are ignored
23-
24-
For details see [2.0.0 bugs](https://github.com/wildfly-extras/fuse-patch/issues?q=milestone%3A"2.0.0"+label%3Abug)
25-
26-
[38]: https://github.com/wildfly-extras/fuse-patch/issues/38
27-
[105]: https://github.com/wildfly-extras/fuse-patch/issues/105
28-
[106]: https://github.com/wildfly-extras/fuse-patch/issues/106
29-
[122]: https://github.com/wildfly-extras/fuse-patch/issues/122
30-
[57]: https://github.com/wildfly-extras/fuse-patch/issues/57
31-
[100]: https://github.com/wildfly-extras/fuse-patch/issues/100
32-
[112]: https://github.com/wildfly-extras/fuse-patch/issues/112
33-
[116]: https://github.com/wildfly-extras/fuse-patch/issues/116
34-
[118]: https://github.com/wildfly-extras/fuse-patch/issues/118
35-
[124]: https://github.com/wildfly-extras/fuse-patch/issues/124
36-
37-
For details please see the [2.0.0 Milestone](https://github.com/wildfly-extras/fuse-patch/issues?q=milestone%3A2.0.0).
14+
* [#128][128] Dependency on aether not transitively reachable through core
15+
* [#132][132] Invalid module definition for org.eclipse.aether
16+
17+
For details see [2.1.0 bugs](https://github.com/wildfly-extras/fuse-patch/issues?q=milestone%3A"2.1.0"+label%3Abug)
18+
19+
[131]: https://github.com/wildfly-extras/fuse-patch/issues/131
20+
[128]: https://github.com/wildfly-extras/fuse-patch/issues/128
21+
[132]: https://github.com/wildfly-extras/fuse-patch/issues/132
3822

3923
Enjoy

0 commit comments

Comments
 (0)