From fc233c1775741c3b71418c31564b31c6bc463d7a Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Sat, 16 Feb 2013 15:29:10 +0100 Subject: [PATCH] Releases 1.7.0 RC5 --- ChangeLog | 10 ++++++++-- configure.ac | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index db172d8..bcc6f2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ -next... -------- +Feb TBD, 2013 - 1.7.0-rc5 (release candidate) + +Fixes: + - Add missing sample configuration file in archive + - Add missing windows files in archive + - Preserve error code while using pn53x_set_property_bool() with + NP_AUTO_ISO14443_4 flag Improvements: - New nfc_register_driver() function allowing to hook custom drivers + - New nfc_free() function to free allocated buffers Special thanks to: - Ahti Legonkov (new nfc_register_driver()) diff --git a/configure.ac b/configure.ac index ca45b0a..f4b2964 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # General init # /!\ Don't forget to update 'CMakeLists.txt' too /!\ -AC_INIT([libnfc],[1.7.0-rc4],[info@libnfc.org]) +AC_INIT([libnfc],[1.7.0-rc5],[info@libnfc.org]) AC_CONFIG_MACRO_DIR([m4])