Prepare release candidate 1.7.0 RC7
This commit is contained in:
parent
b950eacfdf
commit
27f3c4973d
4 changed files with 8 additions and 4 deletions
1
AUTHORS
1
AUTHORS
|
@ -7,6 +7,7 @@ Audrey Diacre <adiacre@il4p.fr>
|
|||
Emanuele Bertoldi <emanuele.bertoldi@gmail.com>
|
||||
Eugeny Boger <eugenyboger@gmail.com>
|
||||
Francois Kooman <fkooman@tuxed.net>
|
||||
Julien Schueller <julien.schueller@gmail.com>
|
||||
Ludovic Rousseau <ludovic.rousseau@gmail.com>
|
||||
Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
||||
Philippe Teuwen <yobibe@gmail.com>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TBD
|
||||
---
|
||||
Apr 05, 2013 - 1.7.0-rc7 (release candidate)
|
||||
--------------------------------------------
|
||||
|
||||
Fixes:
|
||||
- Fix bug when compiling without libusb
|
||||
|
@ -23,6 +23,7 @@ Fixes:
|
|||
- nfc-anticol: fix ATS length
|
||||
- nfc-mfclassic: fix reporting of processed blocks total
|
||||
- nfc-mfclassic: detect MIFARE Plus 2K as 2K instead of 1K
|
||||
- pn53x_usb/acr122_usb: check usb_open() returns before using it
|
||||
|
||||
Improvements:
|
||||
- New PN532 over SPI driver, see contrib/libnfc/pn532_spi_on_rpi.conf.sample
|
||||
|
@ -33,6 +34,8 @@ Improvements:
|
|||
- nfc-mfclassic: use smaller files for cards < 4k
|
||||
- nfc-mfclassic: by defaut don't authorise wrong keyfile, use "f" to force
|
||||
- quick_start_example1.c: remove err.h dependency, easier for Windowsians
|
||||
- nfc-mfclassic: support some new magic cards with writeable sector #0
|
||||
- nfc-anticol: add -t option to use timed functions
|
||||
|
||||
Changes:
|
||||
- Upon malloc error, nfc_init() doesn't force exit() anymore
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
|||
New in 1.7.0-***:
|
||||
New in 1.7.0-rc7:
|
||||
|
||||
Drivers:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# General init
|
||||
|
||||
# /!\ Don't forget to update 'CMakeLists.txt' too /!\
|
||||
AC_INIT([libnfc],[1.7.0-rc6],[nfc-tools@googlegroups.com])
|
||||
AC_INIT([libnfc],[1.7.0-rc7],[nfc-tools@googlegroups.com])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
|
|
Loading…
Reference in a new issue