diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-06-29 16:14:50 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-06-29 16:22:16 +0200 |
commit | a01256613d340d666bfe094f3f1a185d6678a3af (patch) | |
tree | f4e896d68cef37fcc48042a11b7a048025adcffd | |
parent | c50a7fb159090bdc6d673e60a90faff99b331e03 (diff) | |
download | neard-0.5.tar.gz neard-0.5.tar.bz2 neard-0.5.zip |
Release 0.50.5
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +ver 0.5: + Added Handover Initiator support. + Added Handover selector support. + Added support for Type 2 tags formatting. + Added early binding support. + Fixed handover and p2p memory leaks. + Fixed Type 2 tag read command. + Fixed NDEF push return value. + Removed plugins enablement configure options. + ver 0.4: Added target mode support for peer to peer. Added a handover agent API. diff --git a/configure.ac b/configure.ac index e88de29..6aa47f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(neard, 0.4) +AC_INIT(neard, 0.5) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h) |