aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetre Eftime <[email protected]>2016-07-11 18:08:53 +0300
committerPetre Eftime <[email protected]>2016-07-11 18:08:53 +0300
commit1f5082f0f64f5bf5f87be3985e4dc78c33704dac (patch)
tree5c734b030a315c5ed31e7cd635ec34e0b3c6da27
parentb501e2ede5806b3a0c455aaf1aa5a0f8c18dbe15 (diff)
Release 0.5.0v0.5.00.5.0
Signed-off-by: Petre Eftime <[email protected]>
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md9
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}")
diff --git a/README.md b/README.md
index 63d6b260..e93b8189 100644
--- a/README.md
+++ b/README.md
@@ -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
============