Update outdated email addresses

This commit is contained in:
Romuald Conty 2013-01-20 15:48:16 +01:00
parent 6048309a13
commit 051d70e2ed

101
ChangeLog
View file

@ -1,90 +1,83 @@
2011-05-18 09:18 rconty@il4p.fr 2011-05-18 Romuald Conty <romuald@libnfc.org>
* src/mfoc.c: mfoc: improve tests made before running and show tag * src/mfoc.c: improve tests made before running and show tag info
info using print_nfc_iso14443a_info() using print_nfc_iso14443a_info()
2011-04-08 15:19 rconty@il4p.fr 2011-04-08 Romuald Conty <romuald@libnfc.org>
* src/mfoc.c: mfoc: try to disconnect() the device on error. * src/mfoc.c: try to disconnect() the device on error.
2011-04-08 10:05 rconty@il4p.fr 2011-04-08 Romuald Conty <romuald@libnfc.org>
* src/mfoc.c: mfoc: show errors then exit on mf_configure() * src/mfoc.c: show errors then exit on mf_configure()
2011-04-08 09:32 rconty@il4p.fr 2011-04-08 Romuald Conty <romuald@libnfc.org>
* src/mfoc.c: mfoc: apply a patch suggested by Valentijn Sessink. * src/mfoc.c: apply a patch suggested by Valentijn Sessink. See
See Issue 56. Issue 56.
2011-04-08 09:17 rconty@il4p.fr 2011-04-08 Romuald Conty <romuald@libnfc.org>
* src/mfoc.c: mfoc: minors fixes and indent. * src/mfoc.c: minors fixes and indent.
2011-04-08 08:54 rconty@il4p.fr 2011-04-08 Romuald Conty <romuald@libnfc.org>
* src/mfoc.c: mfoc: show error (using nfc_perror) then exit if some * src/mfoc.c: show error (using nfc_perror) then exit if some nfc_*
nfc_* functions failed on init. functions failed on init.
2011-04-08 08:35 rconty@il4p.fr 2011-04-08 Romuald Conty <romuald@libnfc.org>
* src/mfoc.c: mfoc: minor debug improvements. * src/mfoc.c: minor debug improvements.
2011-04-04 12:28 rconty@il4p.fr 2011-04-04 Romuald Conty <romuald@libnfc.org>
* configure.ac, src/mfoc.c: mfoc: minor fixes/enhancements and * configure.ac, src/mfoc.c: minor fixes/enhancements and version
version bumping bumping
2011-04-04 10:38 rconty@il4p.fr 2011-04-04 Romuald Conty <romuald@libnfc.org>
* src/mfoc.c, src/mifare.c: mfoc: hide authentication errors * src/mfoc.c, src/mifare.c: hide authentication errors
2011-04-04 10:01 rconty@il4p.fr 2011-04-04 Romuald Conty <romuald@libnfc.org>
* src/mifare.c, src/mifare.h, src/nfc-utils.c, src/nfc-utils.h: * src/mifare.c, src/mifare.h, src/nfc-utils.c, src/nfc-utils.h: sync
mfoc: sync nfc-utils.h/c and mifare.c/h with libnfc's ones. nfc-utils.h/c and mifare.c/h with libnfc's ones.
2011-02-21 16:26 rtartiere@il4p.fr 2011-02-21 Romain Tartiere <romain.tartiere@gmail.com>
* src/Makefile.am: mfox: Unbreak autotools on FreeBSD. * src/Makefile.am: mfox: Unbreak autotools on FreeBSD.
2011-02-02 10:46 rconty@il4p.fr 2011-02-02 Romuald Conty <romuald@libnfc.org>
* src/mfoc.c: mfoc: use strtoll() function in order to retrieve * src/mfoc.c: use strtoll() function in order to retrieve 64bits
64bits wide value. (Fixes Issue 55) wide value. (Fixes Issue 55)
2010-11-18 11:20 rconty@il4p.fr 2010-11-18 Romuald Conty <romuald@libnfc.org>
* configure.ac: mfoc: bump package version * configure.ac: bump package version
2010-11-18 11:18 rconty@il4p.fr 2010-11-18 Romuald Conty <romuald@libnfc.org>
* src/nfc-utils.c, src/nfc-utils.h: mfoc: sync nfc-utils.* from * src/nfc-utils.c, src/nfc-utils.h: sync nfc-utils.* from libnfc
libnfc
2010-11-02 09:36 rconty@il4p.fr 2010-11-02 Romuald Conty <romuald@libnfc.org>
* configure.ac, src/mfoc.c, src/mfoc.h, src/nfc-utils.c, * configure.ac, src/mfoc.c, src/mfoc.h, src/nfc-utils.c,
src/nfc-utils.h: mfoc: upgrade code to work with develoment src/nfc-utils.h: upgrade code to work with develoment version of
version of libnfc (upcomming 1.4.0) libnfc (upcomming 1.4.0) Update code to match with the new API; Sync
Update code to match with the new API; nfc-utils.[ch] from libnfc's repo; Update ./configure to detect
Sync nfc-utils.[ch] from libnfc's repo; libnfc 1.4.0;
Update ./configure to detect libnfc 1.4.0;
2010-09-14 09:38 rconty@il4p.fr 2010-09-14 Romuald Conty <romuald@libnfc.org>
* ., AUTHORS, Makefile.in, aclocal.m4, autogen.sh, config.h, * AUTHORS, Makefile.in, aclocal.m4, autogen.sh, config.h,
config.h.in, configure, configure.ac, depcomp, install-sh, config.h.in, configure, configure.ac, depcomp, install-sh, missing,
missing, src, src/Makefile.am, src/mfoc.c, src/mifare.c, src/Makefile.am, src/mfoc.c, src/mifare.c, src/mifare.h,
src/mifare.h, src/nfc-utils.c, src/nfc-utils.h: mfoc: update code src/nfc-utils.c, src/nfc-utils.h: update code in order to use libnfc
in order to use libnfc 1.3.9, minor clean up, and minor 1.3.9, minor clean up, and minor enhancements.
enhancements.
2010-09-14 09:34 rconty@il4p.fr 2010-09-14 Romuald Conty <romuald@libnfc.org>
* ., AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, * Import MFOC 0.08 from http://www.nethemba.com/mfoc.tar.bz2 on 13th
Makefile.in, NEWS, README, TODO, aclocal.m4, autogen.sh, Sept 2010
config.h, config.h.in, configure, configure.ac, depcomp,
install-sh, missing, src, src/Makefile.am, src/crapto1.c,
src/crapto1.h, src/crypto1.c, src/mfoc.c, src/mfoc.h: Import MFOC
0.08 from http://www.nethemba.com/mfoc.tar.bz2 on 13th Sept 2010