|  | 
|  | 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 | + | 
| 1 | 37 | v2.0.0 | 
| 2 | 38 | ------ | 
| 3 | 39 | 
 | 
|  | 
0 commit comments