summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dd8047..343ec98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.8
+ Added raw NDEF push through the NDEF agent API.
+ Fixed a couple of p2p file descriptor leaks.
+ Fixed CR handover record handling in handover Select frames.
+ Fixed handover version check support.
+ Fixed handover code to support AC less frames.
+ Fixed p2p client event routine to support multiple incoming requests.
+ Fixed netlink support for nested events.
+
ver 0.7
Added support for Android Jelly Bean handover.
Added a Bluetooth handover automated script.
diff --git a/configure.ac b/configure.ac
index d8a4faf..59d9a0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(neard, 0.7)
+AC_INIT(neard, 0.8)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)