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. |