From 738885cc1a58ae56265a38fc8038f7a2d0c4c4b0 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Wed, 17 Feb 2010 15:02:03 +0000 Subject: [PATCH] Prepare 1.3.3 --- ChangeLog | 31 +++++++++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 44261cc9..adbcb577 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +Feb 17, 2010 - 1.3.3 +-------------------- + +Fixes: + - libnfc: Attempt to fix build on Windows using CMake; + - libnfc: Fix build on NetBSD; + - libnfc: Fix build on MacOS X; + - nfc-relay: fix usage of two device using the same driver. + + + +Feb 01, 2010 - 1.3.2 +-------------------- + +Fixes: + - libnfc: Fix compilation issue under FreeBSD (should now compile on FreeBSD 6, 7 and 8). + +Note: Experimental CMake files are provided with this release, issues reports are welcome. + + + +Jan 20, 2010 - 1.3.1 +-------------------- + +Fixes: + - libnfc: Fix compilation issue under Windows; + - uart bus: Fix possible invalid file descriptor in uart_close(); + - uart bus: Serial autoprobing is now DISABLED to avoid UART disturbing. (Feature can be enabled using –enable-serial-autoprobe option while configure). + + + Jan 14, 2010 - 1.3.0 -------------------- diff --git a/configure.ac b/configure.ac index 7dc21f3c..ee344379 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # General init -AC_INIT(libnfc, 1.3.2, info@libnfc.org) +AC_INIT(libnfc, 1.3.3, info@libnfc.org) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 5e2ac6a6..56f8dbfb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnfc (1.3.3-0) unstable; urgency=low + + * New upstream release. + + -- Romuald Conty Thu, 17 Feb 2010 15:42:42 +0100 + libnfc (1.3.2-0) unstable; urgency=low * New upstream release.