Release 0.6 0.6
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 23 Aug 2012 22:05:08 +0000 (00:05 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 23 Aug 2012 22:05:08 +0000 (00:05 +0200)
ChangeLog
configure.ac

index f8b775a..c1b2f76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.6
+       Added tag formatting support for Type 1, 3 an 4.
+       Added blank tag detection for Type 1, 3 and 4.
+       Added an NDEF agent API implementation.
+       Fixed the handover agent API.
+       Fixed potential NULL pointer dereferences.
+       Fixed a few plugin memory leaks.
+       Fixed p2p NDEF push while p2p link is down.
+
 ver 0.5:
        Added Handover Initiator support.
        Added Handover selector support.
index 6aa47f2..36e2b17 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.5)
+AC_INIT(neard, 0.6)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AM_CONFIG_HEADER(config.h)