From e2922f8d891cd9d87a9de0400986643132339336 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Fri, 11 Jan 2013 17:29:32 +0100 Subject: [PATCH] Release 0.9 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 343ec98..9047392 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 0.9 + Added NDEF unit tests. + Added SNEP validation server support. + Added nfctool command line uility. + Added Bluetooth handover agent implementation. + Fixed build for several architectures. + Fixed p2p fallback mechanism. + Fixed Type3 tag reading default behaviour. + ver 0.8 Added raw NDEF push through the NDEF agent API. Fixed a couple of p2p file descriptor leaks. diff --git a/configure.ac b/configure.ac index 3109192..f565c48 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(neard, 0.8) +AC_INIT(neard, 0.9) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS(config.h) -- 2.7.4