From ec933731b7757339d9297d0d655f782715e4962d Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Tue, 3 Sep 2013 16:42:46 +0200 Subject: [PATCH] Prepare 1.7.0 version --- ChangeLog | 4 +++- configure.ac | 2 +- libnfc/Makefile.am | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a36ece5e..80833e8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ -TBD - 1.7.0 +Sep 03, 2013 - 1.7.0 ----------- Fixes: - pn53x: only create a current target when at least one have been found - 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 - Avoid clash with system's htole32 if it exists - Include , required for getenv(3) diff --git a/configure.ac b/configure.ac index 80187a18..ac233e72 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # General init # /!\ 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]) diff --git a/libnfc/Makefile.am b/libnfc/Makefile.am index ba6b09a1..af3dbf10 100644 --- a/libnfc/Makefile.am +++ b/libnfc/Makefile.am @@ -22,7 +22,7 @@ libnfc_la_SOURCES = \ nfc-internal.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_LIBADD = \ $(top_builddir)/libnfc/chips/libnfcchips.la \