File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Audrey Diacre <adiacre@il4p.fr>
77Emanuele Bertoldi <emanuele.bertoldi@gmail.com>
88Eugeny Boger <eugenyboger@gmail.com>
99Francois Kooman <fkooman@tuxed.net>
10+ Julien Schueller <julien.schueller@gmail.com>
1011Ludovic Rousseau <ludovic.rousseau@gmail.com>
1112Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1213Philippe Teuwen <yobibe@gmail.com>
Original file line number Diff line number Diff line change 1- TBD
2- ---
1+ Apr 05, 2013 - 1.7.0-rc7 (release candidate)
2+ --------------------------------------------
33
44Fixes:
55 - Fix bug when compiling without libusb
2323 - nfc-anticol: fix ATS length
2424 - nfc-mfclassic: fix reporting of processed blocks total
2525 - nfc-mfclassic: detect MIFARE Plus 2K as 2K instead of 1K
26+ - pn53x_usb/acr122_usb: check usb_open() returns before using it
2627
2728Improvements:
2829 - New PN532 over SPI driver, see contrib/libnfc/pn532_spi_on_rpi.conf.sample
@@ -33,6 +34,8 @@ Improvements:
3334 - nfc-mfclassic: use smaller files for cards < 4k
3435 - nfc-mfclassic: by defaut don't authorise wrong keyfile, use "f" to force
3536 - quick_start_example1.c: remove err.h dependency, easier for Windowsians
37+ - nfc-mfclassic: support some new magic cards with writeable sector #0
38+ - nfc-anticol: add -t option to use timed functions
3639
3740Changes:
3841 - Upon malloc error, nfc_init() doesn't force exit() anymore
Original file line number Diff line number Diff line change 1- New in 1.7.0-*** :
1+ New in 1.7.0-rc7 :
22
33Drivers:
44
Original file line number Diff line number Diff line change 11# General init
22
33# /!\ Don't forget to update 'CMakeLists.txt' too /!\
4- AC_INIT ( [ libnfc] ,[ 1.7.0-rc6 ] ,[ nfc-tools@googlegroups.com] )
4+ AC_INIT ( [ libnfc] ,[ 1.7.0-rc7 ] ,[ nfc-tools@googlegroups.com] )
55
66AC_CONFIG_MACRO_DIR ( [ m4] )
77
You can’t perform that action at this time.
0 commit comments