Prepare libfreefare 0.3.2

This commit is contained in:
Romuald Conty 2011-10-17 16:51:29 +00:00
parent 8dd46350de
commit f1e5413ccc
4 changed files with 7 additions and 4 deletions

2
NEWS
View file

@ -1,4 +1,4 @@
Changes between 0.3.1 and 0.3.2 [XX xxx XXXX]
Changes between 0.3.1 and 0.3.2 [17 oct 2011]
*) New API functions to ease up creation of applications with strong
cryptography on Mifare DESFire EV1:

5
README
View file

@ -4,9 +4,12 @@ manipulations.
Supported tags:
- Mifare Classic 1k
- Mifare Classic 4k
- Mifare DESFire 4K
- Mifare DESFire 2K/4K/8K
- Mifare DESFire EV1
- Mifare Ultralight
- Mifare UltralightC
Supported features:
- Mifare Application Directory (MAD) v1
- Mifare Application Directory (MAD) v2
- Mifare Application Directory (MAD) v3 (part of DESFire support)

View file

@ -1,4 +1,4 @@
AC_INIT([libfreefare], [0.3.1])
AC_INIT([libfreefare], [0.3.2])
AC_CONFIG_MACRO_DIR([m4])

View file

@ -204,7 +204,7 @@ main(int argc, char *argv[])
error:
free (tag_uid);
}
fclose (ndef_stream);
fclose (ndef_stream);
freefare_free_tags (tags);
nfc_disconnect (device);
}