Skip to content

Commit

Permalink
Changelog: Noting #165, #166, and #162 towards 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Dec 20, 2016
1 parent 28917c4 commit 0c8a5e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -25,12 +25,20 @@ Fixed issues:
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
* [Issue #164](https://github.com/kohsuke/winsw/issues/164) -
Print warnings when the service cannot be uninstalled immediately and its uninstallation gets postponed.
([PR #165](https://github.com/kohsuke/winsw/pull/165))
* Do not propagate exceptions from Process.Kill() if the process actually exits.
([PR #166](https://github.com/kohsuke/winsw/pull/166))

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
* [Issue #80](https://github.com/kohsuke/winsw/issues/80) -
Maven releases now pick releases from GitHub Releases. The Maven package version is guaranteed to be equal to the assembly version.
([PR #162](https://github.com/kohsuke/winsw/pull/162))

Compatibility notes:
* WinSW `2.x` is **fully compatible** with WinSW `1.x` in terms of the command-line interface and configuration files.
Expand Down

0 comments on commit 0c8a5e6

Please sign in to comment.