[Pcsclite-cvs-commit] r3273 - in /trunk/PCSC: ChangeLog configure.in
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Wed Jan 7 20:28:29 UTC 2009
Author: rousseau
Date: Wed Jan 7 20:28:29 2009
New Revision: 3273
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3273
Log:
release 1.5.1
Modified:
trunk/PCSC/ChangeLog
trunk/PCSC/configure.in
Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=3273&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Wed Jan 7 20:28:29 2009
@@ -1,3 +1,12 @@
+pcsc-lite-1.5.1: Ludovic Rousseau
+7 January 2009
+- Extended APDU of more than 2048 bytes were corrupted. The problem was
+ introduced in version 1.3.3 (2 years ago) by making the code compile
+ with Sun Studio 11.
+ Thanks to Eric Mounier for the patch
+- some other minor improvements and bug corrections
+
+
pcsc-lite-1.5.0: Ludovic Rousseau
18 November 2008
- correctly handle up to PCSCLITE_MAX_READERS_CONTEXTS readers (instead
Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=3273&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Wed Jan 7 20:28:29 2009
@@ -3,7 +3,7 @@
AC_PREREQ(2.58)
-AC_INIT(pcsc-lite, 1.5.0)
+AC_INIT(pcsc-lite, 1.5.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