Release 0.2 0.2
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 19 Apr 2012 10:20:53 +0000 (12:20 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 19 Apr 2012 10:20:53 +0000 (12:20 +0200)
ChangeLog
configure.ac

index 605b66b..02ca51c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 0.2:
+       Added SNEP support.
+       Added tag presence check implementation.
+       Added initial publishing API implementation.
+       Added MIFARE reader support.
+       Added NFC type 3 writer mode support.
+       Added netlink Powered property handling implementation.
+       Fixed p2p network conditions errors.
+       Fixed valgrind memory leak reports.
+
 ver 0.1:
        Added reader mode for NFC types 1,2,3 and 4.
        Added writer mode for NFC types 1,2, and 4.
index 0df8553..e852c50 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.1)
+AC_INIT(neard, 0.2)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AM_CONFIG_HEADER(config.h)