Skip to content

Commit

Permalink
Prepare release candidate 1.7.0 RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Apr 5, 2013
1 parent b950eac commit 27f3c49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Audrey Diacre <[email protected]>
Emanuele Bertoldi <[email protected]>
Eugeny Boger <[email protected]>
Francois Kooman <[email protected]>
Julien Schueller <[email protected]>
Ludovic Rousseau <[email protected]>
Nobuhiro Iwamatsu <[email protected]>
Philippe Teuwen <[email protected]>
Expand Down
7 changes: 5 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TBD
---
Apr 05, 2013 - 1.7.0-rc7 (release candidate)
--------------------------------------------

Fixes:
- Fix bug when compiling without libusb
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
New in 1.7.0-***:
New in 1.7.0-rc7:

Drivers:

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General init

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

AC_CONFIG_MACRO_DIR([m4])

Expand Down

0 comments on commit 27f3c49

Please sign in to comment.