Make mifare_application_alloc() accept size in bytes.

Fixes issue 31.
This commit is contained in:
Romain Tartiere 2010-07-01 17:05:44 +00:00
parent 92ae6036d2
commit 541292505a
4 changed files with 56 additions and 23 deletions

2
NEWS
View file

@ -2,4 +2,6 @@ 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.