libfreefare/NEWS
Romain Tartiere f83918ee41 Fix MAD manipulation for Mifare Classic 4K.
- Allocate large blocks on Mifare Classic 4K in unit tests;
  - Constraints sector number in mad_set_aid();
  - Fix location of AID storage in mad_set_aid() (wrong variable name and offset, ECOPYPASTETOOFAST);
  - New API function mad_sector_reserved();
  - Use mad_sector_reserved() to avoid trying to use reserved sectors.
2010-07-01 21:44:40 +00:00

8 lines
286 B
Text

Changes between 0.1.0 and x.x.x [xx XXX xxxx]
*) New function freefare_free_tag() to free individual tags from a MifareTag
list.
*) The mifare_application_alloc() size parameter is now expressed in bytes
and not in sectors.
*) New API function mad_sector_reserved().