diff --git a/CHANGELOG b/CHANGELOG.md similarity index 98% rename from CHANGELOG rename to CHANGELOG.md index 65e7e8f..1ad1dc4 100644 --- a/CHANGELOG +++ b/CHANGELOG.md @@ -1,14 +1,24 @@ -# Release 1.4 +# Release 1.7 ## What's Changed -- Windows Detect arch using pointer size instead of WMIC +- Added support to stop, start, reconfig and upgrade and installed salt-minion +- Updated tests to exercise stop, start, reconfig and upgrade functionality -# Release 1.3 +# Release 1.6 ## What's Changed -- Added ability to install from private repository, locally or via the net +- Added support for salt user and group on Linux for Salt 3006 and later +- Create expected directories on Windows and fix mis-spelling on Windows + +# Release 1.5 + +## What's Changed + +- Support for Salt 3006 and later on Linux and Windows +- Return 106 'external install', if find existing non-onedir installation on Linux and Windows +- Updated the copyright and license in generated Linux systemd salt-minion.service file # Release 1.4 @@ -19,24 +29,14 @@ - Update copyright, copying permission and pre-commit - Fix Windows Script not Starting -# Release 1.5 - -## What's Changed - -- Support for Salt 3006 and later on Linux and Windows -- Return 106 'external install', if find existing non-onedir installation on Linux and Windows -- Updated the copyright and license in generated Linux systemd salt-minion.service file - -# Release 1.6 +# Release 1.3 ## What's Changed -- Added support for salt user and group on Linux for Salt 3006 and later -- Create expected directories on Windows and fix mis-spelling on Windows +- Added ability to install from private repository, locally or via the net -# Release 1.7 +# Release 1.2 ## What's Changed -- Added support to stop, start, reconfig and upgrade and installed salt-minion -- Updated tests to exercise stop, start, reconfig and upgrade functionality +- Windows Detect arch using pointer size instead of WMIC diff --git a/ChangeLog b/ChangeLog new file mode 120000 index 0000000..83b6947 --- /dev/null +++ b/ChangeLog @@ -0,0 +1 @@ +CHANGELOG.md \ No newline at end of file