summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Paulo Rechi Vita <jprvita@gmail.com>2014-01-15 15:04:26 -0300
committerJoão Paulo Rechi Vita <jprvita@gmail.com>2014-01-15 15:04:26 -0300
commit837219738914e4d8ac9d9d33d7d4a0257858c85f (patch)
tree47e443a99d98abd52d9f0387f3c73078c334e520
parentfb611d0b7d07dba3e71b6ed8ca266f1035d4fa63 (diff)
Bump version and update ChangeLogHEAD0.5master
-rw-r--r--ChangeLog10
-rw-r--r--btctl/btctl.c2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a345e90..d69b1dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+0.5
+===
+
+This version creates libble, a library that wraps all libhardware BLE features.
+The main objective of this library is to ease accessing these features from
+scripting languages, through the creating of bindings of libble for each
+desired scripting language. As an example Python bindings of libble are
+provided as well, together with instructions on how to install and execute both
+the bindings and the Python interpreter itself on a vanilla AOSP.
+
0.4
===
diff --git a/btctl/btctl.c b/btctl/btctl.c
index 1312840..e06b166 100644
--- a/btctl/btctl.c
+++ b/btctl/btctl.c
@@ -35,7 +35,7 @@
#include "util.h"
#include "rl_helper.h"
-#define VERSION "0.4"
+#define VERSION "0.5"
#define MAX_LINE_SIZE 64
#define MAX_SVCS_SIZE 128