summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-05-09 02:03:31 +0200
committerSven Gothel <[email protected]>2022-05-09 02:03:31 +0200
commit03a6ebf6b9d197d7ae4788c4f9d8c4c3ed74fcf5 (patch)
treedb3396eac86f978b1c4067df73d9beff8e60ba7e
parentaa96b3082f6ac446cea6f68f0cf4c3513fa64e79 (diff)
Bump README for next v2.7.0: Passing `trial.org.direct_bt.TestDBTProvokeClientServer_i470` w/o crash, using `std::shared_ptr<T>`
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index abc7a3da..e8194ec6 100644
--- a/README.md
+++ b/README.md
@@ -493,6 +493,11 @@ from the year 2016.
* TODO
+**2.7.0** (TODO)
+* Robustness of JNI
+ - Passing `trial.org.direct_bt.TestDBTProvokeClientServer_i470` w/o crash
+ - Use `std::shared_ptr<T>` instead of a `naked pointer` for sane lifcycle, see new `shared_ptr_ref<T>`.
+
**2.6.5**
* Fix several memory leaks and uninitialized fields using valgrind analysis (native and w/ JVM)
- BTGattHandler::disconnect(): Check weak BTDevice before using resources