[Pcsclite-cvs-commit] PCSC configure.in,1.26,1.27 ChangeLog,1.13,1.14

rousseau@quantz.debian.org rousseau@quantz.debian.org
Thu, 04 Sep 2003 22:52:03 +0200


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

Modified Files:
	configure.in ChangeLog 
Log Message:
release 1.2.0-rc2


Index: configure.in
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- configure.in	4 Sep 2003 20:37:10 -0000	1.26
+++ configure.in	4 Sep 2003 20:52:00 -0000	1.27
@@ -13,7 +13,7 @@
 AC_CANONICAL_HOST
 
 dnl Every other copy of the package version number gets its value from here
-AM_INIT_AUTOMAKE(pcsc-lite, 1.2.0-rc1)
+AM_INIT_AUTOMAKE(pcsc-lite, 1.2.0-rc2)
 
 dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
 AM_CONFIG_HEADER(config.h)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ChangeLog	26 Aug 2003 19:33:02 -0000	1.13
+++ ChangeLog	4 Sep 2003 20:52:00 -0000	1.14
@@ -1,3 +1,17 @@
+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.
+- generate a new library libmusclecard and remove musclecard code from
+  libpcsclite. An application using musclecard function need to explicitely
+  link with libmusclecard.
+- src/winscard_clnt.c: add a new function SCardUnload() to free allocated
+  resources. It is mandatory only if you use dlopen/dlclose to often
+  load/unload the library.  Otherwi se you will exhaust the ressources
+  available and get a crash.  Thanks to Guy Moreillon for the patch.
+- src/muscletest.c: code cleaning
+
+
 pcsc-lite-1.2.0-rc1: Ludovic Rousseau
 26 August, 2003
 - configure.in: --enable-usb is now deprecated and off by default.