From 35da0c0b8a5649122e955ba1a0cf5e4843fe8f1d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 15 Jun 2013 00:33:56 +0200 Subject: [PATCH] Update ChangeLog & NEWS --- ChangeLog | 13 +++++++++++++ NEWS | 6 ++++++ 2 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7041ac5..451b0d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,20 @@ TBD - 1.7.0 ----------- Fixes: + - pn53x: only create a current target when at least one have been found. + - pn532_uart: fix 'operation abort' feature with this driver - nfc-mfclassic: allow option f for read operation too + - Avoid clash with system's htole32 if it exists + - Include , required for getenv(3) + +Improvements: + - New PN532 over I2C driver, see contrib/libnfc/pn532_i2c_on_rpi.conf.sample + - ACR122/Touchatag: misc improvements + - ReadMobib/ReadNavigo: improve shell script portability + - Add ISO14443-4 chaining support for RX (MI) + +Special thanks to: + - Laurent Latil (new pn532_i2c driver for linux) Apr 05, 2013 - 1.7.0-rc7 (release candidate) -------------------------------------------- diff --git a/NEWS b/NEWS index 5590463..45ee675 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +New in 1.7.0: + +Drivers: + + * New PN532 over I2C driver, see contrib/libnfc/pn532_i2c_on_rpi.conf.sample + New in 1.7.0-rc7: Drivers: