From: Samuel Ortiz Date: Mon, 24 Jun 2013 22:15:24 +0000 (+0200) Subject: Release 0.12 X-Git-Tag: 0.12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F0.12;p=platform%2Fupstream%2Fneard.git Release 0.12 --- 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)