[Pcsclite-cvs-commit] r2025 - trunk/PCSC

Ludovic Rousseau rousseau at costa.debian.org
Sat Apr 22 18:56:53 UTC 2006


Author: rousseau
Date: 2006-04-22 18:56:53 +0000 (Sat, 22 Apr 2006)
New Revision: 2025

Modified:
   trunk/PCSC/ChangeLog
   trunk/PCSC/configure.in
Log:
release 1.3.1


Modified: trunk/PCSC/ChangeLog
===================================================================
--- trunk/PCSC/ChangeLog	2006-04-22 18:52:09 UTC (rev 2024)
+++ trunk/PCSC/ChangeLog	2006-04-22 18:56:53 UTC (rev 2025)
@@ -1,3 +1,20 @@
+pcsc-lite-1.3.1: Ludovic Rousseau
+22 April 2006
+- improve support of Solaris
+- correct a bug when two clients are connecting at the same time
+- better documentation for ./configure arguments
+- doc/ifdhandler-3.tex: improve IFD handler documentation
+- doc/pcsc-lite.tex: document VERIFY_PIN and MODIFY_PIN commands using
+  PCSCv2 part 10 instead of the "proprietary" mechanism now unsupported
+- doc/pcsc-lite.tex: document log_msg and log_xxd
+- use fprintf(stderr,) instead of syslog(3) to log messages from libpcsclite
+- use PCSCLITE_DEBUG to activate the debug messages in libpcsclite.
+  MUSCLECARD_DEBUG is now used for libmusclecard only
+- add the reader serial number in the reader name only if
+  ADD_SERIAL_NUMBER is defined
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.3.0: Ludovic Rousseau
 3 March 2006
 - new official stable version since 1.2.0 in October 2003. Many thanks

Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2006-04-22 18:52:09 UTC (rev 2024)
+++ trunk/PCSC/configure.in	2006-04-22 18:56:53 UTC (rev 2025)
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.3.0)
+AC_INIT(pcsc-lite, 1.3.1)
 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