summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-06-25 00:15:24 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-25 00:15:24 +0200
commit04e9d5867181807acae3b89f8ebc1f517c246933 (patch)
tree785ca82615197a2fb138cab8cd1ec0a82eeb3355
parentef257e459ed7619b4317435b2292e4c78b866b9d (diff)
downloadneard-04e9d5867181807acae3b89f8ebc1f517c246933.tar.gz
neard-04e9d5867181807acae3b89f8ebc1f517c246933.tar.bz2
neard-04e9d5867181807acae3b89f8ebc1f517c246933.zip
Release 0.12upstream/0.120.12
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 64dac90..a3f30b4 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index b57818c..411c6c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)