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

Ludovic Rousseau rousseau at costa.debian.org
Fri Aug 11 18:26:40 UTC 2006


Author: rousseau
Date: 2006-08-11 18:26:39 +0000 (Fri, 11 Aug 2006)
New Revision: 2138

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


Modified: trunk/PCSC/ChangeLog
===================================================================
--- trunk/PCSC/ChangeLog	2006-08-11 18:10:55 UTC (rev 2137)
+++ trunk/PCSC/ChangeLog	2006-08-11 18:26:39 UTC (rev 2138)
@@ -1,3 +1,21 @@
+pcsc-lite-1.3.2: Ludovic Rousseau
+11 August 2006
+- add support of extended APDU in the standard configuration and in a
+  backward compatible way: pcscd 1.3.2 can be used with libpcsclite <=
+  1.3.2
+- define MAX_BUFFER_SIZE_EXTENDED as the maximal size allowed for a
+  extended APDU (64KB)
+- LPCTSTR and LPTSTR types are deprecated. Use LPCSTR and LPSTR instead
+- Dual licence src/error.c so it can be used bu OpenSC. It is now
+  BSD-like, see the COPYING file and GNU Lesser General Licence 2.1 or
+  (at your option) any later version
+- document that the 4 bytes field value in PCSC_TLV_STRUCTURE is always
+  in big endian as documented in PCSC v2 part 10 ch 2.2 page 2. You can
+  use ntohl() to convert the value. Thanks to Ulrich Vogl for the bug
+  report
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.3.1: Ludovic Rousseau
 22 April 2006
 - improve support of Solaris
@@ -143,7 +161,7 @@
     SCardDisconnect() but not when SCARD_LEAVE_CARD was used.
 - correctly manage multi-slots readers
 - etc/pcscd.init:
-  . updated to reflect the RPM version. Thanks to Ville Skyttä & Fritz Elfert
+  . updated to reflect the RPM version. Thanks to Ville Skyttä & Fritz Elfert
 - doc/example/pcsc_demo.c:
   . add SCardTransmit() code sample
 - src/testpcsc.c:
@@ -185,7 +203,7 @@
 - src/libmusclecard.pc.in and src/libpcsclite.pc.in
   . includedir is now @includedir@/PCSC
   . add pthread flags for compilation and link
-  . thanks to Ville Skyttä for these patches.
+  . thanks to Ville Skyttä for these patches.
     They are small but are mandatory to (re)compile muscleTools (and
     others) without modification to their Makefile.
 
@@ -341,7 +359,7 @@
   . add muscledropdir (in libmusclecard) and usbdropdir (in libpcsclite) so we
     can use `pkg-config libpcsclite --variable=usbdropdir` to find the
     directory to use. Should be used by drivers and plugins installation.
-    Thanks to Ville Skyttä for the patch.
+    Thanks to Ville Skyttä for the patch.
 - many other minor patches and corrections. Read ChangeLog.cvs for a complete
   list
 
@@ -439,7 +457,7 @@
 - configure.in, src/Makefile.am, src/utils/installifd.c, doc/bundleTool.8.in,
   doc/pcscd.8.in, etc/reader.conf.in:
   . correct typos and include path configured by ./configure appear in the
-  docs (thanks to Ville Skyttä)
+  docs (thanks to Ville Skyttä)
 - src/utils/installifd.c:
   . replace gets() by fgets() to avoid buffer overflow.
   . Use sizeof() instead of constants.

Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2006-08-11 18:10:55 UTC (rev 2137)
+++ trunk/PCSC/configure.in	2006-08-11 18:26:39 UTC (rev 2138)
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.3.1)
+AC_INIT(pcsc-lite, 1.3.2)
 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