From 09c601dd16d6475b0f8649fcdb1ebb8f7fe52f3d Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Tue, 14 Feb 2017 00:45:26 +0300 Subject: [PATCH] Changelog: Noting #95 and #181 towards 2.0.2 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c9305..2e6f78d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ Release Notes Below you can find release notes for the trunk version of WinSW. +##### 2.0.2 + +Release date: Feb 13, 2017 + +Fixed issues: +* [Issue #181](https://github.com/kohsuke/winsw/issues/181) - +Fix metadata of the `WinSW.NET2.exe` exutable to make it really running on .NET Framework 2. +([PR #188](https://github.com/kohsuke/winsw/pull/188)) +* [Issue #95](https://github.com/kohsuke/winsw/issues/95) - +During process tree termination rebuild the child process tree after the termination if `stopparentprocessfirst` is set. +Enhances the fix of [Issue #59](https://github.com/kohsuke/winsw/issues/59) in WinSW 2.0. +([PR #186](https://github.com/kohsuke/winsw/pull/186)) + ##### 2.0.1 Release date: Jan 06, 2017