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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Nov 7 12:18:04 UTC 2014


Author: rousseau
Date: 2014-11-07 12:18:04 +0000 (Fri, 07 Nov 2014)
New Revision: 7036

Modified:
   trunk/PCSC/ChangeLog
   trunk/PCSC/configure.ac
Log:
Release 1.8.13


Modified: trunk/PCSC/ChangeLog
===================================================================
--- trunk/PCSC/ChangeLog	2014-11-07 12:13:40 UTC (rev 7035)
+++ trunk/PCSC/ChangeLog	2014-11-07 12:18:04 UTC (rev 7036)
@@ -1,3 +1,12 @@
+pcsc-lite-1.8.13: Ludovic Rousseau
+7 November 2014
+- fix a systemd + libudev hotplug bug introduced in version 1.8.12.
+  The list of readers was not (yet) available just after the start of pcscd
+- Make the license more 3-clause BSD like
+- fix a rare race condition in the (non default) libusb hotplug
+- Some other minor improvements and bug corrections
+
+
 pcsc-lite-1.8.12: Ludovic Rousseau
 24 September 2014
 - make hotplug using libudev (default) more robust

Modified: trunk/PCSC/configure.ac
===================================================================
--- trunk/PCSC/configure.ac	2014-11-07 12:13:40 UTC (rev 7035)
+++ trunk/PCSC/configure.ac	2014-11-07 12:18:04 UTC (rev 7036)
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([pcsc-lite],[1.8.12])
+AC_INIT([pcsc-lite],[1.8.13])
 AC_CONFIG_SRCDIR(src/pcscdaemon.c)
 AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
 AC_CONFIG_HEADERS([config.h])




More information about the Pcsclite-cvs-commit mailing list