Skip to content

Commit 343d81e

Browse files
committed
Release v2.1.0
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
1 parent c40331a commit 343d81e

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
v2.1.0
2+
------
3+
4+
15 April 2022
5+
6+
This minor release puts together the enhancements and fixed accumulated over the
7+
last year. No dramatic changes.
8+
9+
Enhancements:
10+
- pytest: Remove master_key_workflow test case
11+
- pyosdp: cp_init switch to osdp_cp_setup2()
12+
- pytest: Add set/clear flags methods
13+
- libosdp: Add new exported method: osdp_cp_modify_flag()
14+
- libosdp: Add new flag OSDP_PD_FLAG_IGN_UNSOLICITED
15+
- pd: Add check on the length field of osdp_MFGREP
16+
- pytest: remove the need to install python module for tests
17+
- cmake: replace FindPython{Interp,Libs} with FindPython3
18+
- LibOSDP: Consume logger from utils so we don't own that module
19+
- libosdp: Remove -Werror; seems a bit excessive :)
20+
- libosdp: Set an example by not using osdp_cp_setup()
21+
- PD: Prevent out of order CMD_SCRYPT for safety
22+
- libosdp: Mark osdp_cp_setup() as deprecated
23+
- CP: Expose new API osdp_cp_setup2() to discourage use of master_key
24+
- Phy: Nack secure messages received without an active SC session
25+
26+
Fixes:
27+
- Fix an overflow bug in osdp_phy_check_packet()
28+
- Add null checks on struct osdp_file pointer
29+
- pyosdp: Fix handling of temporary flag in LED command
30+
- pytest: Add LED command temporary: False test
31+
- pyosdp: Expose set/clear flags method in the python wrapper
32+
- CP fixup needed when communicating with hardware PD
33+
- Fixed wrong command ID while logging "REPLY_PDID" in OSDP_CP_STATE_IDREQ
34+
- Fix copy-paste issue in cmake/FindMbedTLS.cmake
35+
36+
137
v2.0.0
238
------
339

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
88
cmake_policy(SET CMP0063 NEW)
99

10-
project(libosdp VERSION 1.5.0)
10+
project(libosdp VERSION 2.1.0)
1111

1212
set(PROJECT_AUTHOR "Siddharth Chandrasekaran")
1313
set(PROJECT_AUTHOR_EMAIL "[email protected]")

0 commit comments

Comments
 (0)