[Pcsclite-cvs-commit] r6549 - /trunk/PCSC/src/winscard_msg.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Mar 4 13:15:44 UTC 2013


Author: rousseau
Date: Mon Mar  4 13:15:44 2013
New Revision: 6549

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6549
Log:
Update PROTOCOL_VERSION_MINOR from 2 to 3

We broke the API between version 1.8.3 and 1.8.4 by changing the value
of MAX_READERNAME.

This change should have been made before releasing version 1.8.4 to make
mix of versions clearly non working instead of failing with strange
errors.

This may be the source of the bug reported at
http://archives.neohapsis.com/archives/dev/muscle/2012-q3/0065.html

Modified:
    trunk/PCSC/src/winscard_msg.h

Modified: trunk/PCSC/src/winscard_msg.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_msg.h?rev=6549&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_msg.h (original)
+++ trunk/PCSC/src/winscard_msg.h Mon Mar  4 13:15:44 2013
@@ -25,7 +25,7 @@
 /** Major version of the current message protocol */
 #define PROTOCOL_VERSION_MAJOR 4
 /** Minor version of the current message protocol */
-#define PROTOCOL_VERSION_MINOR 2
+#define PROTOCOL_VERSION_MINOR 3
 
 	/**
 	 * @brief Information transmitted in \ref CMD_VERSION Messages.




More information about the Pcsclite-cvs-commit mailing list