aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-11-22 13:55:46 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-11-22 13:55:46 +0100
commitc781008d3786e03173f0a0f5dfcc0545c787d7fc (patch)
treef0a76c7f46df2f66eac0a9aee878c4f08b7eac43
parent31da3a954d12063bcbeef2391dddeafb332169bf (diff)
downloadneard-c781008d3786e03173f0a0f5dfcc0545c787d7fc.tar.gz
Release v0.18v0.18
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b07068d..de484fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 0.18
+ Fixed configure with newer autoconf v2.71.
+ Made missing autoconf-archive messages nicer.
+ Fixed minor uninitialized access reported by Valgrind.
+ Fixed build on Debian Stretch.
+ Extended Continuous Integration builds.
+
ver 0.17
Added support for TI Standard and Pro Type 5 tag.
Fixed several bugs (memory leaks, double frees, uninitialized
diff --git a/configure.ac b/configure.ac
index 2cf9a19..8432291 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
-AC_INIT([neard],[0.17],[linux-nfc@lists.01.org])
+AC_INIT([neard],[0.18],[linux-nfc@lists.01.org])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])