master moved from c0b9db68600d to 2d4543673e9b
3 new revisions:
Revision: 78b827aa33c2
Author: Romuald Conty <
rom...@libnfc.org>
Date: Mon Feb 24 14:50:49 2014 UTC
Log: Bump library revision...
http://code.google.com/p/libnfc/source/detail?r=78b827aa33c2
Revision: 101245a4a61c
Author: Romuald Conty <
rom...@libnfc.org>
Date: Mon Feb 24 14:55:41 2014 UTC
Log: NEWS: add API changes for upcomming 1.7.1
http://code.google.com/p/libnfc/source/detail?r=101245a4a61c
Revision: 2d4543673e9b
Author: Romuald Conty <
rom...@libnfc.org>
Date: Mon Feb 24 14:56:33 2014 UTC
Log: Prepare 1.7.1 version
http://code.google.com/p/libnfc/source/detail?r=2d4543673e9b
==============================================================================
Revision: 78b827aa33c2
Author: Romuald Conty <
rom...@libnfc.org>
Date: Mon Feb 24 14:50:49 2014 UTC
Log: Bump library revision
According to
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
http://code.google.com/p/libnfc/source/detail?r=78b827aa33c2
Modified:
/libnfc/Makefile.am
=======================================
--- /libnfc/Makefile.am Tue Sep 3 14:42:46 2013 UTC
+++ /libnfc/Makefile.am Mon Feb 24 14:50:49 2014 UTC
@@ -22,7 +22,7 @@
nfc-internal.h \
target-subr.h
-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_LDFLAGS = -no-undefined -version-info 5:1: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 \
==============================================================================
Revision: 101245a4a61c
Author: Romuald Conty <
rom...@libnfc.org>
Date: Mon Feb 24 14:55:41 2014 UTC
Log: NEWS: add API changes for upcomming 1.7.1
http://code.google.com/p/libnfc/source/detail?r=101245a4a61c
Modified:
/NEWS
=======================================
--- /NEWS Tue Sep 3 13:57:12 2013 UTC
+++ /NEWS Mon Feb 24 14:55:41 2014 UTC
@@ -1,3 +1,10 @@
+New in 1.7.1:
+
+API Changes:
+
+ * nfc_initiator_select_passive_target() provides defaults if
pbtInitData=NULL
+ * nfc_initiator_target_is_present() allow NULL pointer to tag
+
New in 1.7.0:
Drivers:
==============================================================================
Revision: 2d4543673e9b
Author: Romuald Conty <
rom...@libnfc.org>
Date: Mon Feb 24 14:56:33 2014 UTC
Log: Prepare 1.7.1 version
http://code.google.com/p/libnfc/source/detail?r=2d4543673e9b
Modified:
/CMakeLists.txt
/ChangeLog
/
configure.ac
=======================================
--- /CMakeLists.txt Sun Dec 8 13:12:06 2013 UTC
+++ /CMakeLists.txt Mon Feb 24 14:56:33 2014 UTC
@@ -2,7 +2,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "7")
-SET(VERSION_PATCH "0")
+SET(VERSION_PATCH "1")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
=======================================
--- /ChangeLog Tue Feb 18 14:40:22 2014 UTC
+++ /ChangeLog Mon Feb 24 14:56:33 2014 UTC
@@ -1,4 +1,4 @@
-TBD - 1.7.0.99~rc1
+Feb 24, 2014 - 1.7.1
------------------
Fixes:
=======================================
--- /
configure.ac Tue Sep 3 14:42:46 2013 UTC
+++ /
configure.ac Mon Feb 24 14:56:33 2014 UTC
@@ -1,7 +1,7 @@
# General init
# /!\ Don't forget to update 'CMakeLists.txt' too /!\
-AC_INIT([libnfc],[1.7.0],[
nfc-...@googlegroups.com])
+AC_INIT([libnfc],[1.7.1],[
nfc-...@googlegroups.com])
AC_CONFIG_MACRO_DIR([m4])