Skip to content

Commit 27f3c49

Browse files
committed
Prepare release candidate 1.7.0 RC7
1 parent b950eac commit 27f3c49

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Audrey Diacre <[email protected]>
77
Emanuele Bertoldi <[email protected]>
88
Eugeny Boger <[email protected]>
99
Francois Kooman <[email protected]>
10+
Julien Schueller <[email protected]>
1011
Ludovic Rousseau <[email protected]>
1112
Nobuhiro Iwamatsu <[email protected]>
1213
Philippe Teuwen <[email protected]>

ChangeLog

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TBD
2-
---
1+
Apr 05, 2013 - 1.7.0-rc7 (release candidate)
2+
--------------------------------------------
33

44
Fixes:
55
- Fix bug when compiling without libusb
@@ -23,6 +23,7 @@ Fixes:
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

2728
Improvements:
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

3740
Changes:
3841
- Upon malloc error, nfc_init() doesn't force exit() anymore

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
New in 1.7.0-***:
1+
New in 1.7.0-rc7:
22

33
Drivers:
44

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# General init
22

33
# /!\ Don't forget to update 'CMakeLists.txt' too /!\
4-
AC_INIT([libnfc],[1.7.0-rc6],[[email protected]])
4+
AC_INIT([libnfc],[1.7.0-rc7],[[email protected]])
55

66
AC_CONFIG_MACRO_DIR([m4])
77

0 commit comments

Comments
 (0)