mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 08:14:08 +00:00
v0.3.2
This commit is contained in:
parent
b633a357c7
commit
7249c73214
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
|||
# APC P15 Tool Changelog
|
||||
|
||||
## [v0.3.2] - 2024.02.04
|
||||
|
||||
Add support for 1,024 bit RSA keys. These are not recommended! RSA
|
||||
1024 is generally considered to not be completely secure anymore.
|
||||
|
||||
Add `diffie-hellman-group-exchange-sha256` key exchange algorithm
|
||||
which may be needed by some UPSes to connect via SSH to use the
|
||||
install command.
|
||||
|
||||
|
||||
## [v0.3.1] - 2024.02.03
|
||||
|
||||
Fixes debug logging always being on. App now accurately reflects
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
appVersion = "0.3.1"
|
||||
appVersion = "0.3.2"
|
||||
)
|
||||
|
||||
// struct for receivers to use common app pieces
|
||||
|
|
Loading…
Reference in a new issue