Prepare 1.7.2 version
This commit is contained in:
parent
020f5317a6
commit
4a2c764961
4 changed files with 14 additions and 3 deletions
|
@ -8,7 +8,7 @@ project (libnfc C)
|
||||||
|
|
||||||
SET(VERSION_MAJOR "1")
|
SET(VERSION_MAJOR "1")
|
||||||
SET(VERSION_MINOR "7")
|
SET(VERSION_MINOR "7")
|
||||||
SET(VERSION_PATCH "1")
|
SET(VERSION_PATCH "2")
|
||||||
|
|
||||||
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
||||||
|
|
||||||
|
|
10
ChangeLog
10
ChangeLog
|
@ -44,6 +44,12 @@ Improvements:
|
||||||
- nfc-mfultralight: add support for magic gen2 cards
|
- nfc-mfultralight: add support for magic gen2 cards
|
||||||
- nfc-mfultralight: add option to specify UID
|
- nfc-mfultralight: add option to specify UID
|
||||||
- nfc-barcode: new command to read and decode NFC Barcodes (Tag-Talks-First)
|
- nfc-barcode: new command to read and decode NFC Barcodes (Tag-Talks-First)
|
||||||
|
- Add RATS support indicator to nfc-mfclassic
|
||||||
|
- Adding pn71xx NXP's NFC Controllers through Linux Libnfc-nci
|
||||||
|
- Added driver for contactless PC/SC readers
|
||||||
|
- add Feitian R502 and bR500 support into pcsc driver
|
||||||
|
- Add HID iClass (Picopass) support (nfc-iclass tool in external nfc-tools)
|
||||||
|
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- nfc_get_supported_baud_rate() takes now a "mode" parameter
|
- nfc_get_supported_baud_rate() takes now a "mode" parameter
|
||||||
|
@ -56,7 +62,9 @@ Special thanks to:
|
||||||
Alexander Inyukhin, Arnaud Kapp, David Kreitschmann, Adam Laurie, Ray Lee,
|
Alexander Inyukhin, Arnaud Kapp, David Kreitschmann, Adam Laurie, Ray Lee,
|
||||||
Maxim Martyanov, Paul Menzel, Boris Moiseev, Yerzhan Mukhamejan,
|
Maxim Martyanov, Paul Menzel, Boris Moiseev, Yerzhan Mukhamejan,
|
||||||
Olliver Shinagl, Jairo Andres Suarez, Mati Vait, Marcos Vives Del Sol,
|
Olliver Shinagl, Jairo Andres Suarez, Mati Vait, Marcos Vives Del Sol,
|
||||||
Hidde Wieringa, Simon Yorkston, timzi, usk-johnny-s, xantares
|
Hidde Wieringa, Simon Yorkston, timzi, usk-johnny-s, xantares, Hanno
|
||||||
|
Heinrichs, jgeslin, Mikolaj Stawiski, rstular, Khem Raj, Frank Morgner, jpwidera,
|
||||||
|
Feitian Technologies
|
||||||
|
|
||||||
Feb 24, 2014 - 1.7.1
|
Feb 24, 2014 - 1.7.1
|
||||||
--------------------
|
--------------------
|
||||||
|
|
3
NEWS.md
3
NEWS.md
|
@ -4,6 +4,9 @@ API Changes:
|
||||||
|
|
||||||
* nfc_device_get_supported_baud_rate() now takes also "mode" as argument
|
* nfc_device_get_supported_baud_rate() now takes also "mode" as argument
|
||||||
* New nfc_get_supported_baud_rate_target_mode()
|
* New nfc_get_supported_baud_rate_target_mode()
|
||||||
|
* added support for HID iClass (Picopass) (nfc-iclass tool can be found in external nfc-tools repo)
|
||||||
|
* added support for contacless PC/SC
|
||||||
|
* added support for Feitian R502 and bR500 PC/SC readers
|
||||||
|
|
||||||
New in 1.7.1:
|
New in 1.7.1:
|
||||||
|
|
||||||
|
|
|
@ -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.1],[nfc-tools@googlegroups.com])
|
AC_INIT([libnfc],[1.7.2],[nfc-tools@googlegroups.com])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue