Skip to content

Commit

Permalink
Releases 1.7.0 RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Feb 16, 2013
1 parent f860188 commit fc233c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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())
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General init

# /!\ Don't forget to update 'CMakeLists.txt' too /!\
AC_INIT([libnfc],[1.7.0-rc4],[[email protected]])
AC_INIT([libnfc],[1.7.0-rc5],[[email protected]])

AC_CONFIG_MACRO_DIR([m4])

Expand Down

0 comments on commit fc233c1

Please sign in to comment.