diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-10-30 18:22:08 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-10-30 18:22:08 +0100 |
commit | c76d6daf2af18253bf4955997c60267bb4349c43 (patch) | |
tree | 2aea1fabce40263867d9578a6f65ea1b9515e95c | |
parent | 6abe847ade787bd15512c56a9a088f69027bc0b6 (diff) | |
download | neard-c76d6daf2af18253bf4955997c60267bb4349c43.tar.gz neard-c76d6daf2af18253bf4955997c60267bb4349c43.tar.bz2 neard-c76d6daf2af18253bf4955997c60267bb4349c43.zip |
Release 0.80.8
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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) |