1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

Merge branch 'matejcik/prodtest-23-12'

This commit is contained in:
Pavol Rusnak 2023-12-20 17:12:10 +01:00
commit b0fd7223ea
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
4 changed files with 22 additions and 2 deletions

View File

@ -4,7 +4,15 @@ set -u
base_branch=main
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
# therefore there must not be empty lines at start or end

View File

@ -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]
### Added

View File

@ -1,6 +1,6 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_PATCH 4
#define VERSION_PATCH 5
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 0