|
From: <jda...@us...> - 2008-09-22 16:35:38
|
Revision: 221
http://pyscard.svn.sourceforge.net/pyscard/?rev=221&view=rev
Author: jdaussel
Date: 2008-09-22 16:35:34 +0000 (Mon, 22 Sep 2008)
Log Message:
-----------
Updated change log 1.6.7 vs 1.6.6
Modified Paths:
--------------
trunk/pyscard/src/smartcard/ChangeLog
Modified: trunk/pyscard/src/smartcard/ChangeLog
===================================================================
--- trunk/pyscard/src/smartcard/ChangeLog 2008-09-22 16:22:34 UTC (rev 220)
+++ trunk/pyscard/src/smartcard/ChangeLog 2008-09-22 16:35:34 UTC (rev 221)
@@ -2,6 +2,7 @@
=====
* better thread support and clean-up in ReaderMonitoringThread (Frank Aune)
* fixed issue on Mac OS X Leopard with dlsym loading of bad SCardControl function (Mattias Br\xE4ndstr\xF6m)
+ * supported build of documentation files on linux and removed unresolved doc links (Ludovic Rousseau)
1.6.6
=====
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jda...@us...> - 2009-03-12 16:12:40
|
Revision: 276
http://pyscard.svn.sourceforge.net/pyscard/?rev=276&view=rev
Author: jdaussel
Date: 2009-03-12 16:12:24 +0000 (Thu, 12 Mar 2009)
Log Message:
-----------
Started change log for 1.6.8
Modified Paths:
--------------
trunk/pyscard/src/smartcard/ChangeLog
Modified: trunk/pyscard/src/smartcard/ChangeLog
===================================================================
--- trunk/pyscard/src/smartcard/ChangeLog 2009-03-12 10:27:10 UTC (rev 275)
+++ trunk/pyscard/src/smartcard/ChangeLog 2009-03-12 16:12:24 UTC (rev 276)
@@ -1,3 +1,15 @@
+1.6.8
+=====
+ * fixed SCARD_ERROR types to match correct types on linux and Mac OS X (Ludovic Rousseau)
+ * store g_rgSCard* references as void* (Ludovic Rousseau)
+ * modified Mac OS X build to locate PCSC headers using -framework option (Ludovic Rousseau)
+ * added contrib root directory and parseATR as first contribution (Ludovic Rousseau)
+ * updated a few samples to support SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1 instead of just SCARD_PROTOCOL_T0 (Ludovic Rousseau)
+ * added SCARD_E_NO_READERS_AVAILABLE definition (Ludovic Rousseau)
+ * added simpleAPDU.py, a simple script to send a couple of APDUs (Ludovic Rousseau)
+ * added support for Snow Leopard 10.6 (Ludovic Rousseau)
+ * redefined error codes to be non-Windows or -linux specifics (Ludovic Rousseau)
+
1.6.7
=====
* better thread support and clean-up in ReaderMonitoringThread (Frank Aune)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jda...@us...> - 2009-07-21 12:36:03
|
Revision: 303
http://pyscard.svn.sourceforge.net/pyscard/?rev=303&view=rev
Author: jdaussel
Date: 2009-07-21 12:35:57 +0000 (Tue, 21 Jul 2009)
Log Message:
-----------
Updated change log
Modified Paths:
--------------
trunk/pyscard/src/smartcard/ChangeLog
Modified: trunk/pyscard/src/smartcard/ChangeLog
===================================================================
--- trunk/pyscard/src/smartcard/ChangeLog 2009-07-21 12:16:46 UTC (rev 302)
+++ trunk/pyscard/src/smartcard/ChangeLog 2009-07-21 12:35:57 UTC (rev 303)
@@ -1,5 +1,5 @@
1.6.8 (July 2009)
-=====
+=================
* fixed SCARD_ERROR types to match correct types on linux and Mac OS X (Ludovic Rousseau)
* store g_rgSCard* references as void* (Ludovic Rousseau)
* modified Mac OS X build to locate PCSC headers using -framework option (Ludovic Rousseau)
@@ -9,6 +9,15 @@
* added simpleAPDU.py, a simple script to send a couple of APDUs (Ludovic Rousseau)
* added support for Snow Leopard 10.6 (Ludovic Rousseau)
* redefined error codes to be non-Windows or -linux specifics (Ludovic Rousseau)
+ * added definitions of SCARD_ATTR_xxx values for Mac OS X (Jean-Daniel Aussel)
+ * delay SCardEstablishContext call until needed instead of login, to allow use of utility classes
+ such as toHexString, even when the PCSC resource manager or pcscd daemon is not started (Ludovic Rousseau)
+ * added javascript code for Piwik web analytics to documentation pages (Jean-Daniel Aussel)
+ * update sourceforge logo pages to latest sourceforge standard (Jean-Daniel Aussel)
+ * fixed ATR parsing logics (Ludovic Rousseau)
+ * added control() method to CardConnection() (Ludovic Rousseau)
+ * added mode argument to connect() method of CardConnection (Ludovic Rousseau)
+ * added PCSC v2 feature management (Ludovic Rousseau)
1.6.7
=====
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lu...@us...> - 2014-12-13 16:19:02
|
Revision: 657
http://sourceforge.net/p/pyscard/code/657
Author: ludov
Date: 2014-12-13 16:18:59 +0000 (Sat, 13 Dec 2014)
Log Message:
-----------
Release 1.6.16
Modified Paths:
--------------
trunk/pyscard/src/smartcard/ChangeLog
Modified: trunk/pyscard/src/smartcard/ChangeLog
===================================================================
--- trunk/pyscard/src/smartcard/ChangeLog 2014-12-13 12:28:02 UTC (rev 656)
+++ trunk/pyscard/src/smartcard/ChangeLog 2014-12-13 16:18:59 UTC (rev 657)
@@ -1,10 +1,11 @@
-1.6.16 (Decembre 2012s)
+1.6.16 (December 2014)
===================
* added support for windows 64bit amd64 (Jean-Daniel Aussel)
* support python "new" classes (derive classes from object) (Ludovic Rousseau from chrysn feature request ID 3110077)
* fixed Reader.__eq__() (Ludovic Rousseau from Bernard Paulus bug ID 3418113)
* fixed extended APDU transmit buffer too short by 2 (Jean-Daniel Aussel from bugs ID 2914636 and 3106761)
- + make Card and Reader objects hashable (Jean-Daniel Aussel from Hans-Peter Jansen feature request and patch)
+ * make Card and Reader objects hashable (Jean-Daniel Aussel from Hans-Peter Jansen feature request and patch)
+ * convert the user guide to python-Sphinx
1.6.12 (August 2010)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|