mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 16:14:09 +00:00
v1.1.0-b1
This commit is contained in:
parent
40eca754e0
commit
f102a1838b
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# APC P15 Tool Changelog
|
# APC P15 Tool Changelog
|
||||||
|
|
||||||
|
## [v1.1.0-b1] - 2024-07-09
|
||||||
|
|
||||||
|
BETA: First effort to add support for EC key support for NMC3.
|
||||||
|
|
||||||
|
This version also enables RSA 4,092 bit length. Code was updated
|
||||||
|
so the NMC2 key+cert file is not generated when NMC2 is not
|
||||||
|
supported. Log messages were also updated to signal user when
|
||||||
|
a compatibility issue is present.
|
||||||
|
|
||||||
|
|
||||||
## [v1.0.0] - 2024-07-01
|
## [v1.0.0] - 2024-07-01
|
||||||
|
|
||||||
First official stable release.
|
First official stable release.
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
appVersion = "1.0.0"
|
appVersion = "1.1.0-b1"
|
||||||
)
|
)
|
||||||
|
|
||||||
// struct for receivers to use common app pieces
|
// struct for receivers to use common app pieces
|
||||||
|
|
Loading…
Reference in a new issue