diff options
author | Sven Gothel <[email protected]> | 2022-05-09 02:03:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-09 02:03:31 +0200 |
commit | 03a6ebf6b9d197d7ae4788c4f9d8c4c3ed74fcf5 (patch) | |
tree | db3396eac86f978b1c4067df73d9beff8e60ba7e | |
parent | aa96b3082f6ac446cea6f68f0cf4c3513fa64e79 (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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |