Releases 1.7.0 RC4

This commit is contained in:
Romuald Conty 2013-02-04 11:38:57 +01:00
parent d6dce20302
commit c2fe7673dd
2 changed files with 21 additions and 2 deletions

View file

@ -1,4 +1,23 @@
Jan TBD, 2013 - 1.7.0-rc3 (release candidate)
Feb 04, 2013 - 1.7.0-rc4 (release candidate)
--------------------------------------------
Fixes:
- Fix tag selection for nfc-mfclassic, nfc-mfultralight, nfc-read-forum-tag3
and nfc-relay-picc
- Fix crash in nfc-relay-picc -i/-t if fd3 or fd4 is missing
Improvements:
- Windows support build with CMake
Changes:
- Configuration directory (ie. libnfc.conf) can now be set a compile-time
- Log can be enabled/disabled using CMake
Special thanks to:
- Alex Lian (Windows support improvements)
- Nobuhiro Iwamatsu (Debian package improvements)
Jan 31, 2013 - 1.7.0-rc3 (release candidate)
--------------------------------------------
Fixes:

View file

@ -1,7 +1,7 @@
# General init
# /!\ Don't forget to update 'CMakeLists.txt' too /!\
AC_INIT([libnfc],[1.7.0-rc3],[info@libnfc.org])
AC_INIT([libnfc],[1.7.0-rc4],[info@libnfc.org])
AC_CONFIG_MACRO_DIR([m4])