aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2016-07-04 13:20:54 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2016-07-04 13:20:54 +0200
commit949795024f7625420e93e288c56e194cb9a3e74a (patch)
tree651ff2286ee3e7a45538d7c37d4132f43c0ab7fc
parent4d060165aedd5a0e7592a3d20889ec281d13f962 (diff)
downloadneard-949795024f7625420e93e288c56e194cb9a3e74a.tar.gz
Release 0.160.16
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c11be76..e046e86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 0.16
+ Added NDEF multi-record write support.
+ Added ST Type5 tags support.
+ Added nciattach tool for NCI UART configuration.
+ Added support for NFC_CMD_ACTIVATE_TARGET.
+ Added NDEF MIME payload exposure.
+ Fixed Mifare Ultralight C issue.
+ Fixed ACE starting logic.
+ Fixed an NDEF segmentation fault.
+ Fixed nfctool -d command line option handling.
+ Fixed several secure elements related bugs.
+
ver 0.15
Added iso15693 (NFC type5) support.
Added Secure Element support (seeld).
diff --git a/configure.ac b/configure.ac
index e722e9a..c4e8993 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(neard, 0.15, [linux-nfc@lists.01.org])
+AC_INIT(neard, 0.16, [linux-nfc@lists.01.org])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])