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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Jan 18 15:49:24 UTC 2012


Author: rousseau
Date: Wed Jan 18 15:49:24 2012
New Revision: 6185

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=6185&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Wed Jan 18 15:49:24 2012
@@ -1,3 +1,13 @@
+pcsc-lite-1.8.2: Ludovic Rousseau
+18 January 2012
+- rename pcsc-spy.py to pcsc-spy and install it as a normal binary (in
+  /usr/local/bin by default)
+- write a pcsc-spy.1 manpage
+- fix a bug with a multi-slot reader
+- Info.plist parser: avoid a buffer read overflow in & management
+- Some Doxygen improvements
+
+
 pcsc-lite-1.8.1: Ludovic Rousseau
 25 November 2011
 - Distribute missing files from src/spy/

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=6185&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Wed Jan 18 15:49:24 2012
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.8.1)
+AC_INIT(pcsc-lite, 1.8.2)
 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