Release 0.13 0.13
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 17 Sep 2013 18:11:19 +0000 (20:11 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 19 Sep 2013 17:07:05 +0000 (19:07 +0200)
ChangeLog
configure.ac

index a3f30b4..6740a3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 0.13
+       Added PHDC Manager support.
+       Added nfctool firmware update support.
+       Added AAR NDEF support.
+       Added raw MIME type payload support.
+       Added multibyte handover CDR support.
+       Fixed coding style for NULL pointer and 0 checks.
+       Fixed a t4t memory leak.
+       Fixed a t1t capability container reading offset.
+       Fixed a handover memory leak.
+
 ver 0.12
        Added static handover through LLCP support.
        Added WiFi configuration handover through SNEP support.
index 411c6c0..4c01786 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.12)
+AC_INIT(neard, 0.13)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AC_CONFIG_HEADERS(config.h)