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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Jun 22 07:27:34 UTC 2011


Author: rousseau
Date: Wed Jun 22 07:27:34 2011
New Revision: 5806

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5806
Log:
release 1.7.3

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=5806&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Wed Jun 22 07:27:34 2011
@@ -1,3 +1,27 @@
+pcsc-lite-1.7.3: Ludovic Rousseau
+22 June 2011
+- COPYING: Add my name as copyright holder
+- hotplug libudev: support libudev >= 171
+- hotplug libusb: Fix a memory leak
+- pcscd: exit immediately in case of SIGTERM
+  Closes Debian bug #620305 "pcscd slows down shutdown/restart"
+- Send logs to stdout instead of stderr
+  It is now possible to use tee(1) to redirect logs in a file without
+  first redirecting stderr to stdout
+- Add command line option -T, --color: force use of colored logs
+  The idea is to have colored logs even if they are redirected to a file
+  or a pipe.
+- Define g_rgSCardT?Pci as const structures to be more Windows like
+  I do not expect a regression or compilation problem in WinSCard API
+  users but how knows...
+- log at level PCSC_LOG_DEBUG instead of PCSC_LOG_ERROR to avoid filling
+  the system log file
+- Remove the deprecated define FEATURE_MCT_READERDIRECT (replaced by
+  FEATURE_MCT_READER_DIRECT)
+- better Hurd support
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.7.2: Ludovic Rousseau
 31 March 2011
 - fix a crash if a specific driver fails to work and no class driver is

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5806&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Wed Jun 22 07:27:34 2011
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.7.2)
+AC_INIT(pcsc-lite, 1.7.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