2010-09-28 19:33:04 +02:00
|
|
|
Changes between 0.2.0 and 0.2.1 [xx XXX xxxx]
|
|
|
|
|
2010-09-28 21:01:28 +02:00
|
|
|
*) 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.
|
2010-09-28 19:33:04 +02:00
|
|
|
*) Blok numbers in ISO14443-4 blocks are incremented according to the
|
|
|
|
specification.
|
|
|
|
|
|
|
|
Changes between 0.1.0 and 0.2.0 [07 sep 2010]
|
2010-04-26 12:53:36 +02:00
|
|
|
|
|
|
|
*) New function freefare_free_tag() to free individual tags from a MifareTag
|
|
|
|
list.
|
2010-07-01 19:05:44 +02:00
|
|
|
*) The mifare_application_alloc() size parameter is now expressed in bytes
|
|
|
|
and not in sectors.
|
2010-07-01 23:44:40 +02:00
|
|
|
*) New API function mad_sector_reserved().
|
2010-07-02 01:19:45 +02:00
|
|
|
*) The mifare_classic_format_sector() functions now require a sector number
|
|
|
|
instead of a block number.
|
|
|
|
*) New API functions mifare_classic_block_sector(),
|
|
|
|
mifare_classic_sector_first_block(), mifare_classic_sector_block_count()
|
|
|
|
and mifare_classic_sector_last_block().
|
2010-08-24 12:51:58 +02:00
|
|
|
*) New API functions mifare_application_read(), mifare_application_write().
|