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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Sat Oct 19 16:36:57 UTC 2013


Author: rousseau
Date: 2013-10-19 16:36:57 +0000 (Sat, 19 Oct 2013)
New Revision: 6779

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


Modified: trunk/PCSC/ChangeLog
===================================================================
--- trunk/PCSC/ChangeLog	2013-10-19 16:32:38 UTC (rev 6778)
+++ trunk/PCSC/ChangeLog	2013-10-19 16:36:57 UTC (rev 6779)
@@ -1,3 +1,8 @@
+pcsc-lite-1.8.10: Ludovic Rousseau
+19 October 2013
+- do not export the internal log_msg symbol from libpcsclite.so.1
+
+
 pcsc-lite-1.8.9: Ludovic Rousseau
 16 October 2013
 - SCardEndTransaction(): Return an error if is called with no
@@ -43,11 +48,13 @@
   --force-reader-polling, --error, --critical and --color
 - Some other minor improvements and bug corrections
 
+
 pcsc-lite-1.8.8: Ludovic Rousseau
 16 January 2013
 - /etc/reader.conf: handle FRIENDLYNAME with no " delimiters (serial readers)
 - Info.plist: Correctly handle reader names containing & (USB readers)
 
+
 pcsc-lite-1.8.7: Ludovic Rousseau
 28 November 2012
 - Fix a problem when a reader is unplugged (and the reader is still in use)

Modified: trunk/PCSC/configure.ac
===================================================================
--- trunk/PCSC/configure.ac	2013-10-19 16:32:38 UTC (rev 6778)
+++ trunk/PCSC/configure.ac	2013-10-19 16:36:57 UTC (rev 6779)
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([pcsc-lite],[1.8.9])
+AC_INIT([pcsc-lite],[1.8.10])
 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