diff options
author | Petre Eftime <[email protected]> | 2016-07-11 18:08:53 +0300 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2016-07-11 18:08:53 +0300 |
commit | 1f5082f0f64f5bf5f87be3985e4dc78c33704dac (patch) | |
tree | 5c734b030a315c5ed31e7cd635ec34e0b3c6da27 | |
parent | b501e2ede5806b3a0c455aaf1aa5a0f8c18dbe15 (diff) |
Signed-off-by: Petre Eftime <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.md | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fd3b4b67..bef06091 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_HEAD-HASH-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND") message (WARNING " - Install git to compile a production libtinyb!") - set (VERSION "v0.4.3-dirty") + set (VERSION "v0.5.0-dirty") endif () message (INFO " - libtinyb Version ${VERSION}") @@ -74,6 +74,15 @@ The hellotinyb example uses a [TI Sensor Tag](http://www.ti.com/ww/en/wireless_c from which it reads the ambient temperature. You have to pass the MAC address of the Sensor Tag as a first parameter to the program. +Changes +============ + * 0.5.0 + ** Added notifications API + ** Capitalized RSSI and UUID properly in Java + ** Added JNI Helper classes for managing lifetime of JNIEnv and Global Refences + * 0.4.0 - Added asynchronous methods for discovering BluetoothObjects + + Common issues ============ |