[Pcsclite-cvs-commit] r6253 - in /trunk/PCSC: ChangeLog configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Mar 30 12:11:42 UTC 2012


Author: rousseau
Date: Fri Mar 30 12:11:41 2012
New Revision: 6253

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6253
Log:
Release 1.8.3

Modified:
    trunk/PCSC/ChangeLog
    trunk/PCSC/configure.in

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=6253&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Fri Mar 30 12:11:41 2012
@@ -1,3 +1,15 @@
+pcsc-lite-1.8.3: Ludovic Rousseau
+30 March 2012
+- ignore directories and hidden (.*) files when parsing a configuration
+  directory (like /etc/reader.conf.d/)
+- add Mac OS X for PC/SC spy tool
+- fix a bug in PC/SC spy tool when loading of the real library fails
+- add PCSCv2_PART10_PROPERTY_dwMaxAPDUDataSize,
+  PCSCv2_PART10_PROPERTY_wIdVendor and PCSCv2_PART10_PROPERTY_wIdProduct
+  from PC/SC v2 part 10 release 2.02.09 (not yet published)
+- Some other minor improvements and bug corrections
+
+
 pcsc-lite-1.8.2: Ludovic Rousseau
 18 January 2012
 - rename pcsc-spy.py to pcsc-spy and install it as a normal binary (in

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=6253&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Fri Mar 30 12:11:41 2012
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.8.2)
+AC_INIT(pcsc-lite, 1.8.3)
 AC_CONFIG_SRCDIR(src/pcscdaemon.c)
 AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
 AM_CONFIG_HEADER(config.h)




More information about the Pcsclite-cvs-commit mailing list