Releases 1.7.0 RC5

This commit is contained in:
Romuald Conty 2013-02-16 15:29:10 +01:00
parent f8601886fd
commit fc233c1775
2 changed files with 9 additions and 3 deletions

View file

@ -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: Improvements:
- New nfc_register_driver() function allowing to hook custom drivers - New nfc_register_driver() function allowing to hook custom drivers
- New nfc_free() function to free allocated buffers
Special thanks to: Special thanks to:
- Ahti Legonkov (new nfc_register_driver()) - Ahti Legonkov (new nfc_register_driver())

View file

@ -1,7 +1,7 @@
# General init # General init
# /!\ Don't forget to update 'CMakeLists.txt' too /!\ # /!\ 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]) AC_CONFIG_MACRO_DIR([m4])