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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Apr 30 15:07:43 UTC 2008


Author: rousseau
Date: Wed Apr 30 15:07:43 2008
New Revision: 2926

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=2926&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Wed Apr 30 15:07:43 2008
@@ -1,3 +1,13 @@
+pcsc-lite-1.4.101: Ludovic Rousseau
+30 April 2008
+- support for fork(). Handles are now invalid in the child process
+- SCardStatus() returns SCARD_W_REMOVED_CARD instead of
+  SCARD_W_RESET_CARD when a card has been removed and inserted
+- Doxygen improvements
+- add support for DragonFly BSD
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.4.100: Ludovic Rousseau
 23 March 2008
 - add libhal support to avoid polling the USB bus.  libusb is still

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=2926&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Wed Apr 30 15:07:43 2008
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.4.100)
+AC_INIT(pcsc-lite, 1.4.101)
 AC_CONFIG_SRCDIR(src/pcscdaemon.c)
 AM_INIT_AUTOMAKE(1.8)
 AM_CONFIG_HEADER(config.h)




More information about the Pcsclite-cvs-commit mailing list