From 472a1e5f81d45ca7e528abf301cd5d394673bada Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Fri, 7 Dec 2018 14:29:38 +0100 Subject: [PATCH] changelog: update --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a6e7397..8d25c53d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added +- SM: generate and store ER / IR keys in TLV, unless manually set by application + +### Fixed +- SM: fix internal buffer overrun during random address generation + +## Changes November 2018 + ### Added - GAP: gap_le_connection_interval provides connection interval for conn handle - Nordic SPP Service Server: GATT service that emulates a serial port over BLE based on Nordic Semiconductor documentation. @@ -15,10 +23,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - SM: prevent random address updates if gap_random_address_set was used -- SM: fix internal buffer overrun during random address generation - SM: fix internal buffer overrun that can cause storing of bonding information to fail - SM: ignore Slave Security Request after sending own Pairing Request - L2CAP: fix use after free on disconnect if ERTM is enabled +- HFP: Handle multiple commands/responses in single RFCOMM packet - Memory Pools: clear all buffers before use ## Changes October 2018