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
Release 0.11.16
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.
Main change is splitting the build so we now build distribution dependant binaries for linux i.e. fedore-40, 41, 42 etc etc.
In addition thot this there are numerous code cleanups, and test cases. We are slowly moving towards a more modular and maintainable code base.
Changelog:
- Added testcases by @mickem in https://github.com/mickem/nscp/pull/1164
- Refactored nscapi protobuf functions by @mickem in https://github.com/mickem/nscp/pull/1165
- Refactored nscapi_settings and added more test cases by @mickem in https://github.com/mickem/nscp/pull/1166
- Building on older linux base images by @mickem in https://github.com/mickem/nscp/pull/1160
Full Changelog: https://github.com/mickem/nscp/compare/0.11.15...0.11.16