Release 0.10 0.10
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 8 Mar 2013 09:58:32 +0000 (10:58 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 8 Mar 2013 09:58:32 +0000 (10:58 +0100)
ChangeLog
configure.ac

index 9047392..b14c5f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 0.10
+       Added initial WiFi handover support.
+       Added Service Name Lookup support to nfctool.
+       Added NDEF building unit tests.
+       Added State support to Bluetooth handover agent.
+       Added neard and neard.conf man pages.
+       Added a copy of the NFC kernel header.
+       Fixed handover validation tests failures.
+       Fixed Tag and Device PropertyChanged signal.
+
 ver 0.9
        Added NDEF unit tests.
        Added SNEP validation server support.
index f565c48..76d77eb 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.9)
+AC_INIT(neard, 0.10)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AC_CONFIG_HEADERS(config.h)