Release 0.9 0.9
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 11 Jan 2013 16:29:32 +0000 (17:29 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 11 Jan 2013 16:29:32 +0000 (17:29 +0100)
ChangeLog
configure.ac

index 343ec98..9047392 100644 (file)
--- 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.
index 3109192..f565c48 100644 (file)
@@ -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)