Skip to content

Commit a966ec3

Browse files
committed
[admin] prepare v1.1.8
1 parent 9f068fb commit a966ec3

2 files changed

Lines changed: 29 additions & 3 deletions

File tree

doc/resources/Markdown/02_RELEASE_NOTE/release_note.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# Release Note
22

3-
## v1.1.7 (Latest)
3+
## v1.1.8 (Latest)
4+
5+
### SW Dependency fix
6+
7+
- [doc] Update plantuml.jar version (3-Clause DSD)
8+
9+
### Improvements
10+
11+
- [doc] add partners repositories list in readme.md
12+
- [doc] fix link to stsafe-a-sdk
13+
- [doc] clarify that partitioning table buffer size is measured in bytes
14+
- [doc] clarify buffer sizing due to hidden overhead bytes
15+
- [api/services/core] Move includes of standard library into source files
16+
- [api/services] Make message buffer const in ECC sign
17+
- [api/services] Make input buffers const in ECC verify
18+
- [services/stsafea] optimize frame reception
19+
- [core] Use indexed ECC info table
20+
- [core] update handler initialization for protocol different than I2C
21+
22+
### Bug Fixes :
23+
24+
- [api/services/core] Remove STSAFE-A200 reference
25+
- [services/stsafea] fix regression on ext. command timings
26+
- [services/stsafea] fix hibernate
27+
- [services/stsafea] fix potential issue/crash in case of transfer error
28+
29+
## v1.1.7
430
- [certificate] Update some prints for Linux miss alignment
531
- [api] Update returned error code
632
- [api] Update key type check
@@ -18,7 +44,7 @@
1844
- [api/core/service] Verify frame overflow at frame transfer layer
1945
- [core/wolfssl] add wolfCrypt crypto platform support
2046
- [services] Include timings declaration
21-
- [core][services][api] Align return core with SW layer
47+
- [api/services/core] Align return core with SW layer
2248
- [core] platform cleanup of timeout functions
2349
- [core] change ms delay type to UI16
2450
- [core] added conditional definition for i2c and st1wire functions (pub issue #51)

doc/resources/STSELib.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = STSELib
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = v1.1.7
51+
PROJECT_NUMBER = v1.1.8
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewers a

0 commit comments

Comments
 (0)