Skip to content

Releases: croz-ltd/dpcmder

v0.9.5

08 May 07:13
0e86448
Compare
Choose a tag to compare

Update golang.org/x/net and golang.org/x/term versions.

v0.9.4

20 Dec 07:49
Compare
Choose a tag to compare

Dependencies update, removing deprecated module

Replacing deprecated gopass module with term module.
Updating dependencies to the latest versions.

v0.9.3

22 May 14:28
Compare
Choose a tag to compare

Dependencies updated to the latest versions

v0.9.2

22 May 13:55
Compare
Choose a tag to compare
  • ignore wrong inputs into the confirm dialog
  • fixed copy directories
  • fixed REST mgmt file list

v0.9.1

17 May 09:55
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

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

17 May 09:25
Compare
Choose a tag to compare

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

07 Oct 08:13
Compare
Choose a tag to compare

Updating dependencies

Old xmlquery contained a critical vulnerability (though hardy
possible to exploit within dpcmder).
Dependencies updated to the latest versions.

v0.8.1

22 Mar 15:02
Compare
Choose a tag to compare

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

20 Dec 09:02
Compare
Choose a tag to compare

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

07 Dec 08:18
Compare
Choose a tag to compare

Selecting the proper current item when moving
through history using the H command.