From c76d6daf2af18253bf4955997c60267bb4349c43 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Tue, 30 Oct 2012 18:22:08 +0100 Subject: Release 0.8 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3