Enhance error reporting.

Now that the libnfc has error handling, report errors triggered in the libnfc
and add support for errors triggered in libfreefare.
This commit is contained in:
Romain Tartiere 2010-09-28 19:01:28 +00:00
parent 18982d360f
commit 9a2a07ea53
9 changed files with 73 additions and 28 deletions

3
NEWS
View file

@ -1,5 +1,8 @@
Changes between 0.2.0 and 0.2.1 [xx XXX xxxx]
*) The mifare_desfire_error_lookup() and mifare_desfire_get_last_error()
functions were removed and replaced by the freefare_strerror(),
freefare_strerror_r() and freefare_perror() functions.
*) Blok numbers in ISO14443-4 blocks are incremented according to the
specification.