Release 0.12 0.12 upstream/0.12
authorSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Jun 2013 22:15:24 +0000 (00:15 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Jun 2013 22:15:24 +0000 (00:15 +0200)
ChangeLog
configure.ac

index 64dac90..a3f30b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+ver 0.12
+       Added static handover through LLCP support.
+       Added WiFi configuration handover through SNEP support.
+       Added nfctool SNEP decoding.
+       Added nfctool Handover decoding.
+       Added nfctool output coloring support.
+       Added type4B tag support.
+       Added p2p non blocking client socket support.
+       Fixed SNEP fragmentation support.
+       Fixed a type3 tag crash.
+       Fixed a bluetooth crash.
+       Fixed NFC bugs #45 and #48.
+
 ver 0.11
        Added LLCP validation server support.
        Added SNEP unit tests.
index b57818c..411c6c0 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.11)
+AC_INIT(neard, 0.12)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AC_CONFIG_HEADERS(config.h)