aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de484fb..03914f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 0.19
+ Fixed missing DBus org.neard.se.conf.
+ Sync Linux kernel UAPI nfc.h header with newer kernel.
+ NFC tag: Implement readout of tag UID via DBus interface.
+
ver 0.18
Fixed configure with newer autoconf v2.71.
Made missing autoconf-archive messages nicer.
diff --git a/configure.ac b/configure.ac
index 8432291..095c41b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
-AC_INIT([neard],[0.18],[linux-nfc@lists.01.org])
+AC_INIT([neard],[0.19],[linux-nfc@lists.01.org])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])