Features
-
agent-installer: disable restart manager in Agent MSI (#1214) (0177aed842)
The restart manager is intended to reduce the number of reboots caused by
locked files. It attempts to shutdown and relaunch executables that are using
locked files required by the installer. An interactive prompt is shown to the
user offering a choice between shutdown/restart of the application (as long as
the application is integrated with the restart manager) or to reboot.
Bug Fixes
-
dgw: fix an issue where 'Unknown error' was displayed at the end of recording playback (#1220) (46a551848d)
-
dgw: fix an issue where recording ended but the streaming task was not terminated (#1222) (404ba8aa11)
-
dgw: revert service name to "devolutions-gateway" on Linux (#1226) (5b4c2160f4)
The service name was mistakenly renamed to "devolutions-agent" in the previous release.
-
agent-installer: prevent invalid configuration due to installer sequencing (#1229) (d102dc22fb)
The PEDM/Session feature toggle was manipulating
agent.json
after
InstallFiles
.The action that initializes
agent.json
was not actually added to the custom
actions, and in any case it was sequenced beforeStartServices
(which is
afterInstallFiles
).