summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2012-10-30 18:22:08 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2012-10-30 18:22:08 +0100
commitc76d6daf2af18253bf4955997c60267bb4349c43 (patch)
tree2aea1fabce40263867d9578a6f65ea1b9515e95c
parent6abe847ade787bd15512c56a9a088f69027bc0b6 (diff)
downloadneard-c76d6daf2af18253bf4955997c60267bb4349c43.tar.gz
neard-c76d6daf2af18253bf4955997c60267bb4349c43.tar.bz2
neard-c76d6daf2af18253bf4955997c60267bb4349c43.zip
Release 0.80.8
-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)