Releases: croz-ltd/dpcmder
v0.9.5
v0.9.4
Dependencies update, removing deprecated module
Replacing deprecated gopass module with term module.
Updating dependencies to the latest versions.
v0.9.3
Dependencies updated to the latest versions
v0.9.2
- ignore wrong inputs into the confirm dialog
- fixed copy directories
- fixed REST mgmt file list
v0.9.1
Avoiding glibc error on older Linux
The new Go version causes different linking behaviour in produced
executable. On older Linux machines the following error occurred:
dpcmder: /lib64/libc.so.6: version 'GLIBC_2.32' not found (required by dpcmder)
dpcmder: /lib64/libc.so.6: version 'GLIBC_2.34' not found (required by dpcmder)
See:
v0.9.0
Added a new exec config command (e
)
Added a new e
command that enables us to run the DataPower
exec
command that calls and runs a configuration script.
v0.8.2
Updating dependencies
Old xmlquery
contained a critical vulnerability (though hardy
possible to exploit within dpcmder).
Dependencies updated to the latest versions.
v0.8.1
Editing LogTarget and SSHService through a SOMA interface
dpcmder was not able (out of the box) to update a LogTarget
or an SSHService
object because fetched object configuration
was not valid to make a proper update.
Prepared a workaround to change fetched object configuration so that
these can be used to update objects.
v0.8.0
Fixed issue with high CPU usage
Fixed bug which caused high CPU usage when async event caused
a request to update Screen while Screen was not active.
for example, when sync mode is on and we open the external
program to edit a file.
v0.7.2
Selecting the proper current item when moving
through history using the H
command.