From 658d77ec0d294603e2293c270e3cbcfae44e6341 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Wed, 18 May 2011 12:10:17 +0000 Subject: [PATCH] prepare 0.10.2 release --- ChangeLog | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 91 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e69de29..55b599d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,90 @@ +2011-05-18 09:18 rconty@il4p.fr + + * src/mfoc.c: mfoc: improve tests made before running and show tag + info using print_nfc_iso14443a_info() + +2011-04-08 15:19 rconty@il4p.fr + + * src/mfoc.c: mfoc: try to disconnect() the device on error. + +2011-04-08 10:05 rconty@il4p.fr + + * src/mfoc.c: mfoc: show errors then exit on mf_configure() + +2011-04-08 09:32 rconty@il4p.fr + + * src/mfoc.c: mfoc: apply a patch suggested by Valentijn Sessink. + See Issue 56. + +2011-04-08 09:17 rconty@il4p.fr + + * src/mfoc.c: mfoc: minors fixes and indent. + +2011-04-08 08:54 rconty@il4p.fr + + * src/mfoc.c: mfoc: show error (using nfc_perror) then exit if some + nfc_* functions failed on init. + +2011-04-08 08:35 rconty@il4p.fr + + * src/mfoc.c: mfoc: minor debug improvements. + +2011-04-04 12:28 rconty@il4p.fr + + * configure.ac, src/mfoc.c: mfoc: minor fixes/enhancements and + version bumping + +2011-04-04 10:38 rconty@il4p.fr + + * src/mfoc.c, src/mifare.c: mfoc: hide authentication errors + +2011-04-04 10:01 rconty@il4p.fr + + * src/mifare.c, src/mifare.h, src/nfc-utils.c, src/nfc-utils.h: + mfoc: sync nfc-utils.h/c and mifare.c/h with libnfc's ones. + +2011-02-21 16:26 rtartiere@il4p.fr + + * src/Makefile.am: mfox: Unbreak autotools on FreeBSD. + +2011-02-02 10:46 rconty@il4p.fr + + * src/mfoc.c: mfoc: use strtoll() function in order to retrieve + 64bits wide value. (Fixes Issue 55) + +2010-11-18 11:20 rconty@il4p.fr + + * configure.ac: mfoc: bump package version + +2010-11-18 11:18 rconty@il4p.fr + + * src/nfc-utils.c, src/nfc-utils.h: mfoc: sync nfc-utils.* from + libnfc + +2010-11-02 09:36 rconty@il4p.fr + + * configure.ac, src/mfoc.c, src/mfoc.h, src/nfc-utils.c, + src/nfc-utils.h: mfoc: upgrade code to work with develoment + version of libnfc (upcomming 1.4.0) + Update code to match with the new API; + Sync nfc-utils.[ch] from libnfc's repo; + Update ./configure to detect libnfc 1.4.0; + +2010-09-14 09:38 rconty@il4p.fr + + * ., AUTHORS, Makefile.in, aclocal.m4, autogen.sh, config.h, + config.h.in, configure, configure.ac, depcomp, install-sh, + missing, src, src/Makefile.am, src/mfoc.c, src/mifare.c, + src/mifare.h, src/nfc-utils.c, src/nfc-utils.h: mfoc: update code + in order to use libnfc 1.3.9, minor clean up, and minor + enhancements. + +2010-09-14 09:34 rconty@il4p.fr + + * ., AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, + Makefile.in, NEWS, README, TODO, aclocal.m4, autogen.sh, + 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 + diff --git a/configure.ac b/configure.ac index c624edd..8a68c44 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mfoc], [0.10.1], [mifare@nethemba.com]) +AC_INIT([mfoc], [0.10.2], [mifare@nethemba.com]) AC_CONFIG_MACRO_DIR([m4])