Skip to content

Commit

Permalink
Prepare 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Feb 17, 2010
1 parent 6326233 commit 738885c
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
31 changes: 31 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
--------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# General init
AC_INIT(libnfc, 1.3.2, [email protected])
AC_INIT(libnfc, 1.3.3, [email protected])

AC_CONFIG_MACRO_DIR([m4])

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libnfc (1.3.3-0) unstable; urgency=low

* New upstream release.

-- Romuald Conty <[email protected]> Thu, 17 Feb 2010 15:42:42 +0100

libnfc (1.3.2-0) unstable; urgency=low

* New upstream release.
Expand Down

0 comments on commit 738885c

Please sign in to comment.