mirror of https://github.com/winsw/winsw
Changelog: Reflect the current state of the 2.0 release
parent
56883225eb
commit
ed74b87b9f
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -8,14 +8,29 @@ Below you can find release notes for the trunk version of WinSW.
|
|||
Release date: Coming Soon
|
||||
|
||||
Improvements:
|
||||
* Provide the executable for `.NET Framework 4.0`.
|
||||
Now patches of `exe.config` are not required to get the new executable running.
|
||||
([PR #147](https://github.com/kohsuke/winsw/pull/147))
|
||||
* Introduced the [WinSW extension engine](doc/extensions/extensions.md), which allows extending the wrapper's behavior.
|
||||
([PR #42](https://github.com/kohsuke/winsw/pull/42)).
|
||||
* [SharedDirectoriesMapper extension](doc/extensions/sharedDirectoryMapper.md)
|
||||
([PR #42](https://github.com/kohsuke/winsw/pull/42)).
|
||||
* [RunawayProcessKiller extension](doc/extensions/runawayProcessKiller.md)
|
||||
([PR #133](https://github.com/kohsuke/winsw/pull/133)).
|
||||
* Migrate event logging to `log4j`
|
||||
([PR #73](https://github.com/kohsuke/winsw/pull/73)).
|
||||
* Migrate event logging to [Apache log4net](https://logging.apache.org/log4net/).
|
||||
([PR #145](https://github.com/kohsuke/winsw/pull/145), [PR #73](https://github.com/kohsuke/winsw/pull/73) and others).
|
||||
|
||||
Fixed issues:
|
||||
* [Issue #124](https://github.com/kohsuke/winsw/issues/124) -
|
||||
Prevent the CPU overutilization when waiting for the process to exit.
|
||||
([PR #135](https://github.com/kohsuke/winsw/pull/135))
|
||||
* It should also fix issues related to the process termination failures, to be confirmed
|
||||
|
||||
Non-code changes:
|
||||
* Documentation refactoring and update
|
||||
* Introduced the CI flow being hosted on Appveyor. The project page is [here](https://ci.appveyor.com/project/oleg-nenashev/winsw)
|
||||
* Starting from WinSW 2.0, [GitHub](https://github.com/kohsuke/winsw/releases) and NuGet will be the release sources
|
||||
* [Maven repository](http://repo.jenkins-ci.org/releases/com/sun/winsw/winsw/) will be periodically updated on-demand
|
||||
|
||||
##### 1.19.1
|
||||
|
||||
|
@ -47,4 +62,4 @@ Changes: See the [winsw-1.17 milestone](https://github.com/kohsuke/winsw/milesto
|
|||
##### Previous versions
|
||||
|
||||
WinSW versions older than `1.17` have no explicit changelog.
|
||||
If you need such info, see the [commit history](https://github.com/kohsuke/winsw/commits/master).
|
||||
If you need such info, see the [commit history](https://github.com/kohsuke/winsw/commits/master).
|
||||
|
|
Loading…
Reference in New Issue