Update ChangeLog and NEWS
This commit is contained in:
parent
565134d4c4
commit
bcd479a5d2
2 changed files with 12 additions and 1 deletions
|
@ -2,20 +2,27 @@ TBD - 1.7.0
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
- pn53x: only create a current target when at least one have been found.
|
- pn53x: only create a current target when at least one have been found
|
||||||
- pn532_uart: fix 'operation abort' feature with this driver
|
- pn532_uart: fix 'operation abort' feature with this driver
|
||||||
- nfc-mfclassic: allow option f for read operation too
|
- nfc-mfclassic: allow option f for read operation too
|
||||||
- Avoid clash with system's htole32 if it exists
|
- Avoid clash with system's htole32 if it exists
|
||||||
- Include <stdlib.h>, required for getenv(3)
|
- Include <stdlib.h>, required for getenv(3)
|
||||||
|
- usb: fix USB enumeration issue (Thanks to Mike Auty)
|
||||||
|
- acr122_pcsc: fix compilation on Mac OSX 10.8.4
|
||||||
|
- Fix pn53x_initiator_transceive_bytes_timed() measures for TypeB
|
||||||
|
- Various minor fixes: warnings, style, etc.
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
- New PN532 over I2C driver, see contrib/libnfc/pn532_i2c_on_rpi.conf.sample
|
- New PN532 over I2C driver, see contrib/libnfc/pn532_i2c_on_rpi.conf.sample
|
||||||
- ACR122/Touchatag: misc improvements
|
- ACR122/Touchatag: misc improvements
|
||||||
- ReadMobib/ReadNavigo: improve shell script portability
|
- ReadMobib/ReadNavigo: improve shell script portability
|
||||||
- Add ISO14443-4 chaining support for RX (MI)
|
- Add ISO14443-4 chaining support for RX (MI)
|
||||||
|
- UART: add support for BeagleBone serial ports (Thanks to Johan Henselmans)
|
||||||
|
- nfc-mfultralight: allow setting of UID for special 'chinese' ultralight cards
|
||||||
|
|
||||||
Special thanks to:
|
Special thanks to:
|
||||||
- Laurent Latil (new pn532_i2c driver for linux)
|
- Laurent Latil (new pn532_i2c driver for linux)
|
||||||
|
- Nobuhiro Iwamatsu (warning fixes and debian package)
|
||||||
|
|
||||||
Apr 05, 2013 - 1.7.0-rc7 (release candidate)
|
Apr 05, 2013 - 1.7.0-rc7 (release candidate)
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -4,6 +4,10 @@ Drivers:
|
||||||
|
|
||||||
* New PN532 over I2C driver, see contrib/libnfc/pn532_i2c_on_rpi.conf.sample
|
* New PN532 over I2C driver, see contrib/libnfc/pn532_i2c_on_rpi.conf.sample
|
||||||
|
|
||||||
|
API Changes:
|
||||||
|
|
||||||
|
* New function iso14443b_crc_append()
|
||||||
|
|
||||||
New in 1.7.0-rc7:
|
New in 1.7.0-rc7:
|
||||||
|
|
||||||
Drivers:
|
Drivers:
|
||||||
|
|
Loading…
Add table
Reference in a new issue