[Pcsclite-cvs-commit] PCSC ChangeLog,1.14,1.15

rousseau@quantz.debian.org rousseau@quantz.debian.org
Wed, 15 Oct 2003 22:29:31 +0200


Update of /cvsroot/pcsclite/PCSC
In directory quantz:/tmp/cvs-serv17585

Modified Files:
	ChangeLog 
Log Message:
release 1.2.0-rc3


Index: ChangeLog
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ChangeLog	4 Sep 2003 20:52:00 -0000	1.14
+++ ChangeLog	15 Oct 2003 20:29:29 -0000	1.15
@@ -1,4 +1,16 @@
 pcsc-lite-1.2.0-rc2: Ludovic Rousseau
+15 october, 2003
+- src/winscard_msg.c: perform a round-robbin among clients to avoid starvation
+  under heavy load. Patch from Bettina Martelli.
+- src/winscard_clnt.c: send debug to stdout only if the environment variable
+  MUSCLECARD_DEBUG is defined
+- src/libmusclecard.pc.in: add a new pkg-config file for application using
+  libmusclecard.
+- a lot of code and build clean up by Antti Tapaninen
+- some code clean up and debug by Damien Sauveron
+
+
+pcsc-lite-1.2.0-rc2: Ludovic Rousseau
 4 September, 2003
 - removed a very _stupid_ bug that linked libpcsclite with libusb. Any
   application linked with libpcsclite was also linked with libusb.