[Pcsclite-cvs-commit] PCSC ChangeLog,1.23,1.24

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC
In directory haydn:/tmp/cvs-serv3603

Modified Files:
	ChangeLog 
Log Message:
release 1.2.9-beta5


Index: ChangeLog
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ChangeLog	3 Jul 2004 16:25:43 -0000	1.23
+++ ChangeLog	16 Jul 2004 14:04:04 -0000	1.24
@@ -1,3 +1,25 @@
+pcsc-lite-1.2.9-beta5: Ludovic Rousseau
+16 July 2004
+- src/PCSC/wintypes.h:
+  . add type LPSTR (again) so that "old" drivers and applications can
+    compile but mark the type deprecated.
+	See http://gcc.gnu.org/onlinedocs/gcc-3.1/gcc/Type-Attributes.html
+- src/tokenfactory.c:
+  . TPSearchBundlesForAtr(): use "%s/%s" insead of "%s%s" when
+    generating the MuscleCard bundle name on MacOSX
+- src/winscard.c:
+  . SCardControl() (new API) can now be used with a IFDHandler v2.0 or v3.0.
+    The previous code was broken and only worked with an IFDHandler v3.0
+	(crashed with a v2.0).
+- src/PCSC/ifdhandler.h:
+  . IFDHControl(): use PUCHAR instead of LPCVOID and LPVOID so the
+    driver can use TxBuffer[x] without needing a cast.
+  . it is now possible to compile a IFDHandler v2.0 with this include
+	file.  Just #define IFDHANDLERv2 in your source code before
+	#include <ifdhandler.h>
+	By default it is setup for for most recent version of the API (V3.0)
+
+
 pcsc-lite-1.2.9-beta4: Ludovic Rousseau
 3 July 2004
 - src/libmusclecard.pc.in and src/libpcsclite.pc.in