Skip to content

Commit fc233c1

Browse files
committed
Releases 1.7.0 RC5
1 parent f860188 commit fc233c1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

ChangeLog

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
next...
2-
-------
1+
Feb TBD, 2013 - 1.7.0-rc5 (release candidate)
2+
3+
Fixes:
4+
- Add missing sample configuration file in archive
5+
- Add missing windows files in archive
6+
- Preserve error code while using pn53x_set_property_bool() with
7+
NP_AUTO_ISO14443_4 flag
38

49
Improvements:
510
- New nfc_register_driver() function allowing to hook custom drivers
11+
- New nfc_free() function to free allocated buffers
612

713
Special thanks to:
814
- Ahti Legonkov (new nfc_register_driver())

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# General init
22

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

66
AC_CONFIG_MACRO_DIR([m4])
77

0 commit comments

Comments
 (0)