diff --git a/ChangeLog b/ChangeLog index db172d88..bcc6f2da 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 ca45b0a5..f4b2964a 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])