summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-10-13 16:16:30 +0200
committerSven Gothel <[email protected]>2020-10-13 16:16:30 +0200
commit1ac5c3efbe6c6b3a36d5688dfe60bfe7168c6907 (patch)
tree83b230b3b858ae9748edd94513049f1da8a74dc1 /README.md
parentf357d51274594b8a45b991c0712eae10a96580c0 (diff)
README: Bump stable to upcoming 2.1.30, add valgrind validation + backtrace support
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3d254060..570c03f2 100644
--- a/README.md
+++ b/README.md
@@ -200,7 +200,8 @@ systemctl mask bluetooth
Installing build dependencies on Debian (10 or 11):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.sh}
apt install git
-apt install build-essential g++ gcc libc-dev libpthread-stubs0-dev libunwind-dev
+apt install build-essential g++ gcc libc-dev libpthread-stubs0-dev
+apt install libunwind8 libunwind-dev
apt install libglib2.0 libglib2.0-0 libglib2.0-dev
apt install openjdk-11-jdk openjdk-11-jre
apt install cmake cmake-extras extra-cmake-modules pkg-config
@@ -263,7 +264,7 @@ make doc
Changes
============
-**2.1.29 Early *Direct-BT* Maturity (Bluetooth LE)**
+**2.1.30 Early *Direct-BT* Maturity (Bluetooth LE)**
* Reaching robust implementation state of *Direct-BT*, including recovery from L2CAP transmission breakdown on Raspberry Pi.
* Resolved race conditions on rapid device discovery and connect, using one thread per device.
@@ -271,6 +272,8 @@ Changes
* Tested on GNU/Linux x86_64, arm32 and arm64 with native and Java examples.
* Tested on Bluetooth Adapter: Intel, CSR and Raspberry Pi
* Almost removed non-standard *Linux/BlueZ-Mngr* kernel dependency using the universal HCI protocol, remaining portion configures the adapter.
+* Passed valgrind's memcheck, helgrind and drd validating no memory leak nor data race or deadlock using dbt_scanner10
+* Added native de-mangled backtrace support using *libunwind* and and *abi::__cxa_demangle*
**2.0.0**