mirror of https://github.com/winsw/winsw
Docs: Update WinSW 1/2 in README
parent
0e7cc49692
commit
26a25c72a1
25
README.md
25
README.md
|
@ -40,16 +40,23 @@ Your renamed `winsw.exe` accepts the following commands:
|
||||||
* [Self-restarting services](doc/selfRestartingService.md)
|
* [Self-restarting services](doc/selfRestartingService.md)
|
||||||
* [Deferred File Operations](doc/deferredFileOperations.md)
|
* [Deferred File Operations](doc/deferredFileOperations.md)
|
||||||
|
|
||||||
### Project status
|
### Release lines
|
||||||
|
|
||||||
* WinSW 1.x - Maintenance only
|
#### WinSW 2.x
|
||||||
* [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
|
This is a new release line under active development.
|
||||||
* New versions may be released on-demand
|
API stability is not guaranteed till the first release, the project structure is in flux.
|
||||||
* All new fixes will be ported to WinSW-2.x
|
|
||||||
* WinSW 2.x - Active development, no stable releases available
|
Major changes since 1.x:
|
||||||
* [winsw-2.0](https://github.com/kohsuke/winsw/milestones/winsw-2.0) - Current development branch
|
* Rework of the project structure
|
||||||
* API stability is not guaranteed till the first release, the project structure is in flux
|
* 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
|
### Build Environment
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue