- The abstract
MifareTag
structure was renamed toFreefareTag
in order to avoid confusion when adding support for non-MIFARE tags; Users of libfreefare can simply replace any occurence ofMifareTag
withFreefareTag
. - The
mifare_tag_type
enum was renamed tofreefare_tag_type
(this should not have incidence for users) and defined values for MIFARE tags (that is all values) have been prefixed withMIFARE_
for consistency. Users of libfreefare will need to adjust comparisons of the return value offreefare_get_tag_type()
if they use this in their code.