From 04e9d5867181807acae3b89f8ebc1f517c246933 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Tue, 25 Jun 2013 00:15:24 +0200 Subject: [PATCH] Release 0.12 --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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) -- 2.7.4