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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Wed Sep 24 13:03:57 UTC 2014


Author: rousseau
Date: 2014-09-24 13:03:57 +0000 (Wed, 24 Sep 2014)
New Revision: 6999

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


Modified: trunk/PCSC/ChangeLog
===================================================================
--- trunk/PCSC/ChangeLog	2014-09-24 07:27:13 UTC (rev 6998)
+++ trunk/PCSC/ChangeLog	2014-09-24 13:03:57 UTC (rev 6999)
@@ -1,3 +1,11 @@
+pcsc-lite-1.8.12: Ludovic Rousseau
+24 September 2014
+- make hotplug using libudev (default) more robust
+- add ReiserFS file system support (for configuration files)
+- add musl libC support (increase the thread stack)
+- Some other minor improvements and bug corrections
+
+
 pcsc-lite-1.8.11: Ludovic Rousseau
 14 February 2014
 - Add polkit support. See doc/README.polkit

Modified: trunk/PCSC/configure.ac
===================================================================
--- trunk/PCSC/configure.ac	2014-09-24 07:27:13 UTC (rev 6998)
+++ trunk/PCSC/configure.ac	2014-09-24 13:03:57 UTC (rev 6999)
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([pcsc-lite],[1.8.11])
+AC_INIT([pcsc-lite],[1.8.12])
 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