瀏覽代碼

Docs: Add changelog

Oleg Nenashev 9 年之前
父節點
當前提交
b16368b8aa
共有 2 個文件被更改,包括 51 次插入0 次删除
  1. 50 0
      CHANGELOG.md
  2. 1 0
      README.md

+ 50 - 0
CHANGELOG.md

@@ -0,0 +1,50 @@
+Release Notes
+====
+
+Below you can release notes for the trunk version of WinSW.
+
+##### 2.0
+
+Release date: Coming Soon
+
+Improvements:
+* Introduce a concept of WinSW extensions, which allow extending the wrapper's behavior
+([PR #42](https://github.com/kohsuke/winsw/pull/42)).
+ * Right now the extensions are not guaranteed to be binary compatible
+  * Engine does not support their inclusion from external DLLs (but you can repackage the executable if you want to extend WinSW)
+* `SharedDirectoriesMapper` extension for mapping shared directories when the Windows service starts up 
+([PR #42](https://github.com/kohsuke/winsw/pull/42)).
+* Migrate event logging handlers to log4j
+([PR #73](https://github.com/kohsuke/winsw/pull/73)).
+
+##### 1.19.1
+
+Release date: Nov 05, 2016
+
+Fixed issues:
+
+* Fix the version number in the executable file metadata and CLI
+
+##### 1.19
+
+Release date: Aug 02, 2016 
+
+No functional changes.
+
+##### 1.18
+
+Fixed issues: Aug 23, 2015
+
+* [Issue #91](https://github.com/kohsuke/winsw/issues/91) - `%BASE%` contained the executable path instead of the directory path (regression in `1.17`)
+
+
+##### 1.17
+
+Release date: Mar 29, 2015
+
+Changes: See the [winsw-1.17 milestone](https://github.com/kohsuke/winsw/milestone/1).
+
+##### 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).

+ 1 - 0
README.md

@@ -41,6 +41,7 @@ Your renamed `winsw.exe` binary accepts the following commands:
 ### Documentation
 
 * [Installation Guide](doc/installation.md) - Describes the installation process for different systems and .NET versions
+* [Release notes](CHANGELOG.md)
 * Configuration:
  * [Main XML Configuration file](doc/xmlConfigFile.md)
  * [Configuration File](doc/xmlConfigFile.md)