[Pcsclite-cvs-commit] r1851 - trunk/PCSC
Ludovic Rousseau
rousseau at costa.debian.org
Fri Feb 3 13:12:49 UTC 2006
Author: rousseau
Date: 2006-02-03 13:12:48 +0000 (Fri, 03 Feb 2006)
New Revision: 1851
Modified:
trunk/PCSC/ChangeLog
trunk/PCSC/configure.in
Log:
release 1.2.9-beta10
Modified: trunk/PCSC/ChangeLog
===================================================================
--- trunk/PCSC/ChangeLog 2006-02-03 13:01:56 UTC (rev 1850)
+++ trunk/PCSC/ChangeLog 2006-02-03 13:12:48 UTC (rev 1851)
@@ -1,3 +1,14 @@
+pcsc-lite-1.2.9-beta10: Ludovic Rousseau
+3 February 2006
+- if the USB reader defines a serial number then include it in the
+ reader name (between parenthesis)
+- the library libpcsclite.so.1 only exports the symbols defined by the
+ API (http://pcsclite.alioth.debian.org/pcsc-lite/). This is needed to
+ be able to use the library in an appliation that also uses flex (like
+ muscleTool). The problem only occurs with GCC >= 4.0
+- some other minor improvements and bug corrections
+
+
pcsc-lite-1.2.9-beta9: Ludovic Rousseau
27 November 2005
- add/improve support of PIN pad readers
Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in 2006-02-03 13:01:56 UTC (rev 1850)
+++ trunk/PCSC/configure.in 2006-02-03 13:12:48 UTC (rev 1851)
@@ -3,7 +3,7 @@
AC_PREREQ(2.58)
-AC_INIT(pcsc-lite, 1.2.9-beta9)
+AC_INIT(pcsc-lite, 1.2.9-beta10)
AC_CONFIG_SRCDIR(src/pcscdaemon.c)
AM_INIT_AUTOMAKE(1.8)
AM_CONFIG_HEADER(config.h)
More information about the Pcsclite-cvs-commit
mailing list