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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Aug 15 18:48:32 UTC 2010


Author: rousseau
Date: Sun Aug 15 18:48:26 2010
New Revision: 5138

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=5138&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Sun Aug 15 18:48:26 2010
@@ -1,3 +1,11 @@
+pcsc-lite-1.6.4: Ludovic Rousseau
+15 August 2010
+- Do not use sysconfdir as configuration directory but
+  "${sysconfdir}/reader.conf.d" instead.
+  Use --enable-confdir=DIR if you want to set a specific value without
+  the "reader.conf.d" appended.
+
+
 pcsc-lite-1.6.3: Ludovic Rousseau
 15 August 2010
 - "/reader.conf.d" is only appended to sysconfdir if no value of

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5138&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Sun Aug 15 18:48:26 2010
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.6.3)
+AC_INIT(pcsc-lite, 1.6.4)
 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