Release 0.11.21
What's Changed
This fixes the upgrade issue plaguing the last dozen or so pre releases. This by reverting the dll name change causing wix to go haywire and removing a file.
If you have installed on of the pre-releases since 0.11.8 I would recommend uninstalling manually and re-installing either this or 0.11.8. This is only applicable on Windows so if you have been using them on Linux it should be fine (presumably)
- Fixed installer issues by @mickem in https://github.com/mickem/nscp/pull/1181
Full Changelog: https://github.com/mickem/nscp/compare/0.11.20...0.11.21
Release 0.11.19
What's Changed
> DONT USE: This has a bug preventing upgrades (a dll goes missing). If you have installed this: I recommend uninstalling and installing.
Yet another attempt to fix the missing vc-runtimes on upgrading fresh machines.
This version also documents and reintroduces ALLOW_CONFIGURATION which can be set to 0 to disable configuration managament in the installer msiexec /i ALLOW_CONFIGURATION=0
- Yet another possible fix for installer issues by @mickem in https://github.com/mickem/nscp/pull/1179
Full Changelog: https://github.com/mickem/nscp/compare/0.11.18...0.11.19
Release 0.11.17
What's Changed
> DONT USE: This has a bug preventing upgrades (a dll goes missing). If you have installed this: I recommend uninstalling and installing.
- Reworked "redhat" build to be built with RockyLinuxc instead of fedroa by @mickem in https://github.com/mickem/nscp/pull/1171
Full Changelog: https://github.com/mickem/nscp/compare/0.11.16...0.11.17