Browse Source

Docs: Update WinSW 1/2 in README

Oleg Nenashev 9 years ago
parent
commit
26a25c72a1
1 changed files with 17 additions and 10 deletions
  1. 17 10
      README.md

+ 17 - 10
README.md

@@ -40,16 +40,23 @@ Your renamed `winsw.exe` accepts the following commands:
  * [Self-restarting services](doc/selfRestartingService.md)
  * [Deferred File Operations](doc/deferredFileOperations.md)
 
-### Project status
-
-* WinSW 1.x - Maintenance only
- * [winsw-1.17](https://github.com/kohsuke/winsw/milestones/winsw-1.17) fixes the most of active issues
- * [winsw-1.17-beta.2](https://github.com/kohsuke/winsw/releases/tag/1.17-beta.2) is available for the evaluation
- * New versions may be released on-demand
- * All new fixes will be ported to WinSW-2.x
-* WinSW 2.x - Active development, no stable releases available
- * [winsw-2.0](https://github.com/kohsuke/winsw/milestones/winsw-2.0) - Current development branch
- * API stability is not guaranteed till the first release, the project structure is in flux
+### Release lines
+
+#### WinSW 2.x
+
+This is a new release line under active development.
+API stability is not guaranteed till the first release, the project structure is in flux.
+
+Major changes since 1.x:
+* Rework of the project structure
+* Better logging
+* Internal plugin engine, which allows extending the WinSW behavior
+
+#### WinSW 1.x
+
+This is an old baseline of WinSW.
+Currently it is in the maintenance-only state.
+New versions with fixes may be released on-demand.
 
 ### Build Environment