From d143eba7ad0873088d72725312e285dbb8ae4d67 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 3 Mar 2013 01:04:01 +0100 Subject: [PATCH] Edit ChangeLog --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e4b8536..bf736a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,10 +2,21 @@ TBD dd, 2013 - 1.7.0-rc6 (release candidate) -------------------------------------------- Fixes: - - Fix minor memory leak with nfc_drivers + - Fix several memory leaks (nfc_drivers, libusb, config parser) - Fix stack smash while displaying long data transmission (LOG_HEX) - pn53x-tamashell: allow larger commands up to full extended frame - Add missing windows file in archive (version.rc.in) + - Fix compilation warnings & potential bugs + - Fix documentation + - Fix missing malloc() calls checks + - Fix missing free() calls in some error handlers + +Improvements: + - Allow to disable conffils & envvar supports on embedded platforms + - Add option to nfc-mfclassic to tolerate RW errors + +Changes: + - Replace usb_set_debug() in applications by LIBNFC_LOG_LEVEL libusb group Feb 16, 2013 - 1.7.0-rc5 (release candidate) --------------------------------------------