update ChangeLog
This commit is contained in:
parent
65ad186109
commit
744e052fbe
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,11 @@ Fixes:
|
||||||
- More robust when several conflicting uart drivers are in the config
|
- More robust when several conflicting uart drivers are in the config
|
||||||
- Fix racing condition with uart_flush_input()
|
- Fix racing condition with uart_flush_input()
|
||||||
- Silent pn53x_check_communication error messages when scanning
|
- Silent pn53x_check_communication error messages when scanning
|
||||||
|
- Fix nfc_target_init(), was returning success in case of timeout
|
||||||
|
- Windows: fix several compilation issues
|
||||||
|
- Fix nfc_initiator_target_is_present() usage after nfc_initiator_poll_target()
|
||||||
|
- Fix nfc_initiator_target_is_present() set correctly last_error
|
||||||
|
- Fix nfc_initiator_target_is_present() if no saved target
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
- nfc-list: New option to choose which technologies to poll for
|
- nfc-list: New option to choose which technologies to poll for
|
||||||
|
@ -14,6 +19,9 @@ Improvements:
|
||||||
- New LIBNFC_DEVICE env var to use one reader and exclude all other readers
|
- New LIBNFC_DEVICE env var to use one reader and exclude all other readers
|
||||||
while LIBNFC_DEFAULT_DEVICE only prepends it to the configured devices list
|
while LIBNFC_DEFAULT_DEVICE only prepends it to the configured devices list
|
||||||
- New LIBNFC_AUTO_SCAN env var to enable(default)/disable auto scan
|
- New LIBNFC_AUTO_SCAN env var to enable(default)/disable auto scan
|
||||||
|
- nfc-mfclassic: add format/wipe command
|
||||||
|
- nfc_initiator_target_is_present() allows NULL pointer to tag
|
||||||
|
|
||||||
|
|
||||||
Sep 03, 2013 - 1.7.0
|
Sep 03, 2013 - 1.7.0
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue