summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Paulo Rechi Vita <jprvita@gmail.com>2013-11-21 16:13:03 -0300
committerJoão Paulo Rechi Vita <jprvita@gmail.com>2013-11-21 16:14:01 -0300
commitd1cc874ed4a1d8476dff8b47172c22804335d0f6 (patch)
tree9a58c2c81e7e7f75484eabdc051c3752f5028b11
parent3654870aae7dc308ad4df427b9818e568db7ceed (diff)
Bump version and update ChangeLog0.3
-rw-r--r--ChangeLog9
-rw-r--r--btctl.c2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 10aaa1a..07a1710 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+0.3
+===
+
+This version adds commands to:
+
+ * Discover descriptors
+ * Read and write descriptors value
+ * Enable, disable and handle indications and notifications
+
0.2
===
diff --git a/btctl.c b/btctl.c
index 43f926e..94ccb1b 100644
--- a/btctl.c
+++ b/btctl.c
@@ -35,7 +35,7 @@
#include "util.h"
#include "rl_helper.h"
-#define VERSION "0.2"
+#define VERSION "0.3"
#define MAX_LINE_SIZE 64
#define MAX_SVCS_SIZE 128