API change
This commit is contained in:
parent
d8a93217ff
commit
bd961222a3
2 changed files with 10 additions and 2 deletions
8
NEWS
8
NEWS
|
@ -1,3 +1,11 @@
|
|||
New in 1.7.0-***:
|
||||
|
||||
API Changes:
|
||||
|
||||
* Functions
|
||||
- nfc_initiator_target_is_present() & str_nfc_target()
|
||||
now take a pointer to nfc_target as argument
|
||||
|
||||
New in 1.7.0-rc5:
|
||||
|
||||
API Changes:
|
||||
|
|
4
debian/libnfc4.symbols
vendored
4
debian/libnfc4.symbols
vendored
|
@ -30,7 +30,7 @@ libnfc.so.4 libnfc4 #MINVER#
|
|||
nfc_initiator_poll_target@Base 1.7.0~rc2
|
||||
nfc_initiator_select_dep_target@Base 1.7.0~rc2
|
||||
nfc_initiator_select_passive_target@Base 1.7.0~rc2
|
||||
nfc_initiator_target_is_present@Base 1.7.0~rc2
|
||||
nfc_initiator_target_is_present@Base 1.7.0~rc6-0
|
||||
nfc_initiator_transceive_bits@Base 1.7.0~rc2
|
||||
nfc_initiator_transceive_bits_timed@Base 1.7.0~rc2
|
||||
nfc_initiator_transceive_bytes@Base 1.7.0~rc2
|
||||
|
@ -53,4 +53,4 @@ libnfc.so.4 libnfc4 #MINVER#
|
|||
pn53x_write_register@Base 1.7.0~rc2
|
||||
str_nfc_baud_rate@Base 1.7.0~rc2
|
||||
str_nfc_modulation_type@Base 1.7.0~rc2
|
||||
str_nfc_target@Base 1.7.0~rc2
|
||||
str_nfc_target@Base 1.7.0~rc6-0
|
||||
|
|
Loading…
Reference in a new issue