Prepare 1.3.3

This commit is contained in:
Romuald Conty 2010-02-17 15:02:03 +00:00
parent 63262331c6
commit 738885cc1a
3 changed files with 38 additions and 1 deletions

View file

@ -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
--------------------

View file

@ -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])

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libnfc (1.3.3-0) unstable; urgency=low
* New upstream release.
-- Romuald Conty <rconty@il4p.fr> Thu, 17 Feb 2010 15:42:42 +0100
libnfc (1.3.2-0) unstable; urgency=low
* New upstream release.