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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Aug 30 16:25:20 UTC 2012


Author: rousseau
Date: Thu Aug 30 16:25:19 2012
New Revision: 6450

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=6450&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Thu Aug 30 16:25:19 2012
@@ -1,3 +1,14 @@
+pcsc-lite-1.8.6: Ludovic Rousseau
+30 August 2012
+- Fix a problem when only serial drivers are used (no hotplug/USB
+  driver)
+- increase log buffer size from 160 to 2048. Some "long" log lines where
+  truncated.
+- Fix redirection of stdin, stdout and stderr to /dev/null when pcscd is
+  started as a daemon (default)
+- Some other minor improvements and bug corrections
+
+
 pcsc-lite-1.8.5: Ludovic Rousseau
 4 August 2012
 - Fix crash when a reader is unplugged while pcscd is in the middle of a

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=6450&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Thu Aug 30 16:25:19 2012
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([pcsc-lite],[1.8.5])
+AC_INIT([pcsc-lite],[1.8.6])
 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