CHANGELOG.md (5c0b28ef04d57b9fd352dc7b35a53997f170b528) | CHANGELOG.md (39f043d5d353f301576e65978b6a13e10c0bb73e) |
---|---|
1# Change Log 2All notable changes to this project will be documented in this file. 3 4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) 5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). 6 7--- 8 9## [Unreleased] 10 11### Fixed 12- L2CAP ERTM: avoid read-after-free on decline of incoming connection 13- GATT Client: set uuid16 to zero when deserializing uuid128 services, characteristics, and descriptors 14- att_db_util: fix realloc of att db buffer for large attributes | 1# Change Log 2All notable changes to this project will be documented in this file. 3 4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) 5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). 6 7--- 8 9## [Unreleased] 10 11### Fixed 12- L2CAP ERTM: avoid read-after-free on decline of incoming connection 13- GATT Client: set uuid16 to zero when deserializing uuid128 services, characteristics, and descriptors 14- att_db_util: fix realloc of att db buffer for large attributes |
15- btstack_tlv_posix: only keep last value in memory, fix delete operation |
|
15 16### Added 17- att_db_util: provide GATT Database Hash via att_db_util_hash_calc 18- GATT Compiler: provide GATT Database Hash via GATT_DATABASE_HASH Characteristic 19- ATT Server: validate request pdu length 20 21### Changed 22- btstack_crypto: update AES-CMAC implementation to access all message bytes sequentially --- 448 unchanged lines hidden --- | 16 17### Added 18- att_db_util: provide GATT Database Hash via att_db_util_hash_calc 19- GATT Compiler: provide GATT Database Hash via GATT_DATABASE_HASH Characteristic 20- ATT Server: validate request pdu length 21 22### Changed 23- btstack_crypto: update AES-CMAC implementation to access all message bytes sequentially --- 448 unchanged lines hidden --- |