Prepare 1.7.0 version
This commit is contained in:
parent
40672ed62b
commit
ec933731b7
3 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
||||||
TBD - 1.7.0
|
Sep 03, 2013 - 1.7.0
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
- pn53x: only create a current target when at least one have been found
|
- pn53x: only create a current target when at least one have been found
|
||||||
- pn532_uart: fix 'operation abort' feature with this driver
|
- pn532_uart: fix 'operation abort' feature with this driver
|
||||||
|
- pn532_uart: let more time to PN532 to wake-up, this fix some specific cases
|
||||||
|
where PN532 shown one of two runs (Thanks to Marcello Morena)
|
||||||
- nfc-mfclassic: allow option f for read operation too
|
- nfc-mfclassic: allow option f for read operation too
|
||||||
- Avoid clash with system's htole32 if it exists
|
- Avoid clash with system's htole32 if it exists
|
||||||
- Include <stdlib.h>, required for getenv(3)
|
- Include <stdlib.h>, required for getenv(3)
|
||||||
|
|
|
@ -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-rc7],[nfc-tools@googlegroups.com])
|
AC_INIT([libnfc],[1.7.0],[nfc-tools@googlegroups.com])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ libnfc_la_SOURCES = \
|
||||||
nfc-internal.h \
|
nfc-internal.h \
|
||||||
target-subr.h
|
target-subr.h
|
||||||
|
|
||||||
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'
|
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'
|
||||||
libnfc_la_CFLAGS = @DRIVERS_CFLAGS@
|
libnfc_la_CFLAGS = @DRIVERS_CFLAGS@
|
||||||
libnfc_la_LIBADD = \
|
libnfc_la_LIBADD = \
|
||||||
$(top_builddir)/libnfc/chips/libnfcchips.la \
|
$(top_builddir)/libnfc/chips/libnfcchips.la \
|
||||||
|
|
Loading…
Reference in a new issue