Skip to content

Commit c2fe767

Browse files
committed
Releases 1.7.0 RC4
1 parent d6dce20 commit c2fe767

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

ChangeLog

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
Jan TBD, 2013 - 1.7.0-rc3 (release candidate)
1+
Feb 04, 2013 - 1.7.0-rc4 (release candidate)
2+
--------------------------------------------
3+
4+
Fixes:
5+
- Fix tag selection for nfc-mfclassic, nfc-mfultralight, nfc-read-forum-tag3
6+
and nfc-relay-picc
7+
- Fix crash in nfc-relay-picc -i/-t if fd3 or fd4 is missing
8+
9+
Improvements:
10+
- Windows support build with CMake
11+
12+
Changes:
13+
- Configuration directory (ie. libnfc.conf) can now be set a compile-time
14+
- Log can be enabled/disabled using CMake
15+
16+
Special thanks to:
17+
- Alex Lian (Windows support improvements)
18+
- Nobuhiro Iwamatsu (Debian package improvements)
19+
20+
Jan 31, 2013 - 1.7.0-rc3 (release candidate)
221
--------------------------------------------
322

423
Fixes:

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# General init
22

33
# /!\ Don't forget to update 'CMakeLists.txt' too /!\
4-
AC_INIT([libnfc],[1.7.0-rc3],[[email protected]])
4+
AC_INIT([libnfc],[1.7.0-rc4],[[email protected]])
55

66
AC_CONFIG_MACRO_DIR([m4])
77

0 commit comments

Comments
 (0)