Fix mifare_classic_transfer() with some readers.

This commit is contained in:
Romain Tartiere 2011-02-13 12:50:41 +00:00
parent d9ed7f2c24
commit 7c8c818a08
2 changed files with 18 additions and 2 deletions

7
NEWS
View file

@ -1,4 +1,9 @@
Changes between 0.2.3 and 0.3.0 [XX xxx XXXX]
Changes between 0.3.0 and 0.3.1 [XX xxx XXXX]
*) Fix mifare_classic_transfer() for devices returning a 1 byte response on
success.
Changes between 0.2.3 and 0.3.0 [23 dec 2010]
*) Add support for ISO and AES authentication through
mifare_desfire_authenticate_iso() and mifare_desfire_authenticate_aes().