Skip to content

Commit

Permalink
Releases 1.7.0 RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Feb 4, 2013
1 parent d6dce20 commit c2fe767
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit c2fe767

Please sign in to comment.