diff --git a/ChangeLog b/ChangeLog index d5e005c..7075bcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,7 +16,7 @@ Changes: - nfc_emulate_target() now takes timeout parameter Special thanks to: - - Alex Lian (Windows support refesh) + - Alex Lian (Windows support refresh) Jan 20, 2013 - 1.7.0-rc2 (release candidate) -------------------------------------------- diff --git a/README b/README index 67be619..5f44476 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ General Information libnfc is a library which allows userspace application access to NFC devices. The official web site is: - http://www.libnfc.org/ + http://www.nfc-tools.org/ The official forum site is: http://www.libnfc.org/community/ @@ -23,7 +23,7 @@ Important note: this file covers POSIX systems, for Windows please read README-W Requirements ============ -Some NFC drivers depends on third party software: +Some NFC drivers depend on third party software: * pn53x_usb & acr122_usb: @@ -33,7 +33,7 @@ Some NFC drivers depends on third party software: - pcsc-lite http://pcsclite.alioth.debian.org/ -The regression test suite depend on the cutter framework: +The regression test suite depends on the cutter framework: http://cutter.sf.net Installation @@ -69,7 +69,14 @@ Please make sure to include: And anything else you think is relevant. -* How to reproduce the bug. +* A trace with debug activated. + + Reproduce the bug with debug, e.g. if it was: + $ nfc-list -v + run it as: + $ LIBNFC_LOG_LEVEL=3 nfc-list -v + +* How to reproduce the bug. Please include a short test program that exhibits the behavior. As a last resort, you can also provide a pointer to a larger piece @@ -85,7 +92,8 @@ Patches ======= Patches can be posted to http://code.google.com/p/libnfc/issues/list or -can be sent directly to libnfc's developers: http://www.libnfc.org/contact +can be sent directly to libnfc's developers: +http://nfc-tools.org/index.php?title=Contact If the patch fixes a bug, it is usually a good idea to include all the information described in "How to Report Bugs". diff --git a/README-Windows.txt b/README-Windows.txt index 5f049d1..3a322c0 100644 --- a/README-Windows.txt +++ b/README-Windows.txt @@ -1,6 +1,8 @@ *- * Public platform independent Near Field Communication (NFC) library +* Windows-specific parts: * Copyright (C) 2010, Glenn Ergeerts +* Copyright (C) 2013, Alex Lian -* Requirements diff --git a/debian/control b/debian/control index 37bb20a..9c3f8a8 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Nobuhiro Iwamatsu Build-Depends: debhelper (>= 8), dh-autoreconf, libtool, pkg-config, libusb-dev Standards-Version: 3.9.4 -Homepage: http://www.libnfc.org/ +Homepage: http://www.nfc-tools.org/ Vcs-Git: https://code.googlecode.com/p/libnfc/ Vcs-Browser: http://code.google.com/p/libnfc/source/browse/ diff --git a/debian/copyright b/debian/copyright index 1e9b121..b1d6826 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libnfc -Source: http://www.libnfc.org/ +Source: http://libnfc.googlecode.com/ Files: * Copyright: 2009, Roel Verdult , Romuald Conty diff --git a/libnfc/additional-pages.dox b/libnfc/additional-pages.dox index 37f1268..1fc57f9 100644 --- a/libnfc/additional-pages.dox +++ b/libnfc/additional-pages.dox @@ -4,7 +4,7 @@ * @section intro_sec Introduction * This is the developer manual for \b libnfc. * libnfc is an open source library that allows you to communicate with NFC devices. For more info, see the - * libnfc homepage. + * libnfc homepage. * * @section quick_start_sec Quick start * If you are looking for libnfc's public API, you should start with the Modules page which links to the different categories of libnfc's functionality. diff --git a/utils/mifare.c b/utils/mifare.c index 6c84724..d1d7809 100644 --- a/utils/mifare.c +++ b/utils/mifare.c @@ -47,7 +47,7 @@ * @note There are three different types of information (Authenticate, Data and Value). * * First an authentication must take place using Key A or B. It requires a 48 bit Key (6 bytes) and the UID. - * They are both used to initialize the internal cipher-state of the PN53X chip (http://libnfc.org/hardware/pn53x-chip). + * They are both used to initialize the internal cipher-state of the PN53X chip. * After a successful authentication it will be possible to execute other commands (e.g. Read/Write). * The MIFARE Classic Specification (http://www.nxp.com/acrobat/other/identification/M001053_MF1ICS50_rev5_3.pdf) explains more about this process. */ diff --git a/windows/mm/libnfc.mm b/windows/mm/libnfc.mm index 6d388c4..abd84ab 100644 --- a/windows/mm/libnfc.mm +++ b/windows/mm/libnfc.mm @@ -21,7 +21,7 @@ ; #define? COMPANY_PRODUCT_ICON ..\win32\libnfc.ico ;; override from company.mmh #define? UISAMPLE_DIALOG_FILE_dlgbmp nfcleft.bmp ;; override uisample.mmh -#define? UISAMPLE_BLINE_TEXT www.libnfc.org +#define? UISAMPLE_BLINE_TEXT www.nfc-tools.org #define? COMPANY_WANT_TO_INSTALL_DOCUMENTATION N ;--- Include MAKEMSI support (with my customisations and MSI branding) ------