summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-09-17 20:11:19 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2013-09-19 19:07:05 +0200
commit18aeb43f4c4afbde72826951778a3701e58efae1 (patch)
treeed7bb59ab1cb8e7b6bab56e5b4cee14b29d0bcd8
parent77504c9054bff7647c720e7c884bbd9f1377d2aa (diff)
downloadneard-18aeb43f4c4afbde72826951778a3701e58efae1.tar.gz
neard-18aeb43f4c4afbde72826951778a3701e58efae1.tar.bz2
neard-18aeb43f4c4afbde72826951778a3701e58efae1.zip
Release 0.130.13
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a3f30b4..6740a3d 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 411c6c0..4c01786 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)