File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- TBD - 1.7.0
1
+ Sep 03, 2013 - 1.7.0
2
2
-----------
3
3
4
4
Fixes:
5
5
- pn53x: only create a current target when at least one have been found
6
6
- pn532_uart: fix 'operation abort' feature with this driver
7
+ - pn532_uart: let more time to PN532 to wake-up, this fix some specific cases
8
+ where PN532 shown one of two runs (Thanks to Marcello Morena)
7
9
- nfc-mfclassic: allow option f for read operation too
8
10
- Avoid clash with system's htole32 if it exists
9
11
- Include <stdlib.h>, required for getenv(3)
Original file line number Diff line number Diff line change 1
1
# General init
2
2
3
3
# /!\ Don't forget to update 'CMakeLists.txt' too /!\
4
- AC_INIT ( [ libnfc] ,
[ 1.7.0-rc7 ] ,
[ [email protected] ] )
4
+ AC_INIT ( [ libnfc] ,
[ 1.7.0] ,
[ [email protected] ] )
5
5
6
6
AC_CONFIG_MACRO_DIR ( [ m4] )
7
7
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ libnfc_la_SOURCES = \
22
22
nfc-internal.h \
23
23
target-subr.h
24
24
25
- libnfc_la_LDFLAGS = -no-undefined -version-info 4 :0:0 -export-symbols-regex '^nfc_|^iso14443a_|^str_nfc_|pn53x_transceive|pn532_SAMConfiguration|pn53x_read_register|pn53x_write_register'
25
+ libnfc_la_LDFLAGS = -no-undefined -version-info 5 :0:0 -export-symbols-regex '^nfc_|^iso14443a_|^str_nfc_|pn53x_transceive|pn532_SAMConfiguration|pn53x_read_register|pn53x_write_register'
26
26
libnfc_la_CFLAGS = @DRIVERS_CFLAGS@
27
27
libnfc_la_LIBADD = \
28
28
$(top_builddir ) /libnfc/chips/libnfcchips.la \
You can’t perform that action at this time.
0 commit comments