mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 04:48:12 +00:00
Merge branch 'matejcik/prodtest-23-12'
This commit is contained in:
commit
b0fd7223ea
@ -4,7 +4,15 @@ set -u
|
|||||||
|
|
||||||
base_branch=main
|
base_branch=main
|
||||||
fail=0
|
fail=0
|
||||||
subdirs="core core/embed/boardloader core/embed/bootloader core/embed/bootloader_ci legacy/bootloader legacy/firmware legacy/intermediate_fw python"
|
subdirs="core
|
||||||
|
core/embed/boardloader
|
||||||
|
core/embed/bootloader
|
||||||
|
core/embed/bootloader_ci
|
||||||
|
core/embed/prodtest
|
||||||
|
legacy/bootloader
|
||||||
|
legacy/firmware
|
||||||
|
legacy/intermediate_fw
|
||||||
|
python"
|
||||||
|
|
||||||
# $ignored_files is a newline-separated list of patterns for grep
|
# $ignored_files is a newline-separated list of patterns for grep
|
||||||
# therefore there must not be empty lines at start or end
|
# therefore there must not be empty lines at start or end
|
||||||
|
@ -1,4 +1,16 @@
|
|||||||
|
|
||||||
|
## 0.2.4 [20th December 2023]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- [T2B1] `SEC READ` to read out value of SEC counter.
|
||||||
|
- [T2B1] Check certificate chain upon `CERTDEV READ`, to block bad Optiga signatures
|
||||||
|
from being written to device.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- [T2B1] Improve Optiga metadata handling.
|
||||||
|
|
||||||
## 0.2.3 [06th October 2023]
|
## 0.2.3 [06th October 2023]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 2
|
#define VERSION_MINOR 2
|
||||||
#define VERSION_PATCH 4
|
#define VERSION_PATCH 5
|
||||||
#define VERSION_BUILD 0
|
#define VERSION_BUILD 0
|
||||||
|
|
||||||
#define FIX_VERSION_MAJOR 0
|
#define FIX_VERSION_MAJOR 0
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user