From: <jda...@us...> - 2008-08-01 13:54:17
|
Revision: 204 http://pyscard.svn.sourceforge.net/pyscard/?rev=204&view=rev Author: jdaussel Date: 2008-08-01 13:54:24 +0000 (Fri, 01 Aug 2008) Log Message: ----------- Doc updated to Version 1.6.7, including logs, acks, online doc Modified Paths: -------------- trunk/pyscard/src/PKG-INFO trunk/pyscard/src/README trunk/pyscard/src/setup.py trunk/pyscard/src/smartcard/ACKS trunk/pyscard/src/smartcard/ChangeLog trunk/pyscard/src/smartcard/README trunk/pyscard/src/smartcard/__init__.py trunk/pyscard/src/smartcard/doc/framework-samples.html trunk/pyscard/src/smartcard/doc/index.html trunk/pyscard/src/smartcard/doc/scard-samples.html Modified: trunk/pyscard/src/PKG-INFO =================================================================== --- trunk/pyscard/src/PKG-INFO 2008-08-01 13:53:08 UTC (rev 203) +++ trunk/pyscard/src/PKG-INFO 2008-08-01 13:54:24 UTC (rev 204) @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: pyscard -Version: 1.6.6 +Version: 1.6.7 Summary: Smartcard module for Python. Home-page: http://pyscard.sourceforge.net/ Author: Jean-Daniel Aussel @@ -10,7 +10,7 @@ Description: Smartcard package for Python Platform: linux Platform: win32 -Classifier: Development Status :: 1.6.6 - Release +Classifier: Development Status :: 1.6.7 - Release Classifier: License :: GNU LESSER GENERAL PUBLIC LICENSE Classifier: Intended Audience :: Developers Classifier: Operating System :: Unix Modified: trunk/pyscard/src/README =================================================================== --- trunk/pyscard/src/README 2008-08-01 13:53:08 UTC (rev 203) +++ trunk/pyscard/src/README 2008-08-01 13:54:24 UTC (rev 204) @@ -23,7 +23,7 @@ Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ------------------------------------------------------------------------------- -Last update : pyscard 1.6.6 (February 2008) +Last update : pyscard 1.6.7 (August 2008) ------------------------------------------------------------------------------- pyscard is a python module adding smart cards support to python. @@ -61,7 +61,7 @@ The binary msi installer and self-executable installer are packaged for a specific version of python, and have name similar to -pyscard-1.6.6.win32-py2.5.msi and pyscard-1.6.6.win32-py2.5.exe for +pyscard-1.6.7.win32-py2.5.msi and pyscard-1.6.7.win32-py2.5.exe for python 2.5. @@ -77,8 +77,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.6.zip for windows, -and pyscard-1.6.6.tar.gz for linux. +The source distribution is available as pyscard-1.6.7.zip for windows, +and pyscard-1.6.7.tar.gz for linux. 3. unzip the source distribution, open a console and type the following: @@ -99,8 +99,8 @@ 1. download the binary distribution The binary distribution is either an archive file or a rpm file, with -names similar to pyscard-1.6.6-1.i386.rpm for the rpm distribution, -or pyscard-1.6.6.linux-i686.tar.gz for the archive distribution. +names similar to pyscard-1.6.7-1.i386.rpm for the rpm distribution, +or pyscard-1.6.7.linux-i686.tar.gz for the archive distribution. 2. untar the binary distribution @@ -115,8 +115,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.6.zip or -pyscard-1.6.6.tar.gz. +The source distribution is available as pyscard-1.6.7.zip or +pyscard-1.6.7.tar.gz. 3. untar the source distribution @@ -130,7 +130,7 @@ Installation on Max OS X Tiger: -------------------------------- -The Mac OS X Tiger support is experimental on pyscard 1.6.6. It was developed +The Mac OS X Tiger support is experimental on pyscard 1.6.7. It was developed and tested on a i386 MacBook Pro. Please drop me a mail if you succeed on a ppc MacBook. @@ -140,14 +140,14 @@ 1. download the binary distribution The binary distribution is an archive file, with a name similar to -pyscard-1.6.6-py-2.3-macosx10.4.mpkg or pyscard-1.6.6-py-2.5-macosx10.4.mpkg. +pyscard-1.6.7-py-2.3-macosx10.4.mpkg or pyscard-1.6.7-py-2.5-macosx10.4.mpkg. 2. Open the package and proceed with installation. -Python 2.3 is pre-installed, so install pyscard-1.6.6-py-2.3-macosx10.4.mpkg if +Python 2.3 is pre-installed, so install pyscard-1.6.7-py-2.3-macosx10.4.mpkg if you did not install another release of python. -Install pyscard-1.6.6-py-2.5-macosx10.4.mpkg if you installed python 2.5. +Install pyscard-1.6.7-py-2.5-macosx10.4.mpkg if you installed python 2.5. Installing on Mac OS X Tiger from the source distribution ---------------------------------------------------------- @@ -157,8 +157,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.6.zip or -pyscard-1.6.6.tar.gz. +The source distribution is available as pyscard-1.6.7.zip or +pyscard-1.6.7.tar.gz. 3. untar or unzip the source distribution @@ -173,7 +173,7 @@ Installation on Max OS X Leopard: --------------------------------- -The Mac OS X Leopard support is experimental on pyscard 1.6.6. It was developed +The Mac OS X Leopard support is experimental on pyscard 1.6.7. It was developed and tested on a i386 MacBook Pro. Please drop me a mail if you succeed on a ppc MacBook. @@ -183,7 +183,7 @@ 1. download the binary distribution The binary distribution is an archive file, with a name similar to -pyscard-1.6.6-py-2.5-macosx10.5.mpkg. +pyscard-1.6.7-py-2.5-macosx10.5.mpkg. 2. Open the package and proceed with installation. @@ -195,8 +195,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.6.zip or -pyscard-1.6.6.tar.gz. +The source distribution is available as pyscard-1.6.7.zip or +pyscard-1.6.7.tar.gz. 3. untar or unzip the source distribution @@ -235,9 +235,9 @@ setup.py build_ext bdist_wininst This will build the msi installer and self-executable installer in the dist -directory, with names similar to pyscard-1.6.6.win32-py2.5.msi and -pyscard-1.6.6.win32-py2.5.exe for python 2.5, and -pyscard-1.6.6.win32-py2.4.msi and pyscard-1.6.6.win32-py2.4.exe for +directory, with names similar to pyscard-1.6.7.win32-py2.5.msi and +pyscard-1.6.7.win32-py2.5.exe for python 2.5, and +pyscard-1.6.7.win32-py2.4.msi and pyscard-1.6.7.win32-py2.4.exe for python 2.4. Building a binary distribution for linux @@ -252,7 +252,7 @@ /usr/bin/python setup.py build_ext bdist -This will build a package similar to pyscard-1.6.6.linux-i686.tar.gz +This will build a package similar to pyscard-1.6.7.linux-i686.tar.gz containing a tree Building a rpm distribution for linux @@ -274,7 +274,7 @@ echo "%_unpackaged_files_terminate_build 0" >> /etc/rpm/macros This will build in the dist directory a binary distribution with a name -similar to pyscard-1.6.6-1.i386.rpm. +similar to pyscard-1.6.7-1.i386.rpm. Building a binary distribution for Mac OS X Tiger ------------------------------------------------- @@ -291,7 +291,7 @@ python setup.py build_ext /System/Library/Frameworks/Python.Framework/Versions/2.3/bin/bdist_mpkg setup.py -This will build package pyscard-1.6.6-py-2.3-macosx10.4.mpkg. +This will build package pyscard-1.6.7-py-2.3-macosx10.4.mpkg. If you are using python 2.5, in the root directory of the source distribution, i.e. in the src directory, execute the following commands in a terminal: @@ -299,7 +299,7 @@ python setup.py build_ext /Library/Frameworks/Python.Framework/Versions/2.5/bin/bdist_mpkg setup.py -This will build package pyscard-1.6.6-py-2.6-macosx10.4.mpkg. +This will build package pyscard-1.6.7-py-2.6-macosx10.4.mpkg. Building a binary distribution for Mac OS X Leopard @@ -319,7 +319,7 @@ python setup.py build_ext /Library/Frameworks/Python.Framework/Versions/2.5/Extras/bin/bdist_mpkg setup.py -This will build package pyscard-1.6.6-py-2.5-macosx10.5.mpkg. +This will build package pyscard-1.6.7-py-2.5-macosx10.5.mpkg. ------------------------------------------------------------------------------- Modified: trunk/pyscard/src/setup.py =================================================================== --- trunk/pyscard/src/setup.py 2008-08-01 13:53:08 UTC (rev 203) +++ trunk/pyscard/src/setup.py 2008-08-01 13:54:24 UTC (rev 204) @@ -138,7 +138,7 @@ build_ext.swig_sources = swig_sources kw = {'name':"pyscard", - 'version':"1.6.6", + 'version':"1.6.7", 'description':"Smartcard module for Python.", 'author':"Jean-Daniel Aussel", 'author_email':"aus...@ge...", @@ -184,7 +184,7 @@ if hasattr(core, 'setup_keywords'): if 'classifiers' in core.setup_keywords: kw['classifiers'] = [ - 'Development Status :: 1.6.6 - Release', + 'Development Status :: 1.6.7 - Release', 'License :: GNU LESSER GENERAL PUBLIC LICENSE', 'Intended Audience :: Developers', 'Operating System :: Unix', Modified: trunk/pyscard/src/smartcard/ACKS =================================================================== --- trunk/pyscard/src/smartcard/ACKS 2008-08-01 13:53:08 UTC (rev 203) +++ trunk/pyscard/src/smartcard/ACKS 2008-08-01 13:54:24 UTC (rev 204) @@ -9,7 +9,9 @@ Jarle Bauck Hamar Antonio Aranda +Frank Aune Michel Beziat +Mattias Br\xE4ndstr\xF6m Luc Duche Nodir Gulyamov Yong David Huang Modified: trunk/pyscard/src/smartcard/ChangeLog =================================================================== --- trunk/pyscard/src/smartcard/ChangeLog 2008-08-01 13:53:08 UTC (rev 203) +++ trunk/pyscard/src/smartcard/ChangeLog 2008-08-01 13:54:24 UTC (rev 204) @@ -1,3 +1,8 @@ +1.6.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) + 1.6.6 ===== * added support for Mac OS X Leopard Modified: trunk/pyscard/src/smartcard/README =================================================================== --- trunk/pyscard/src/smartcard/README 2008-08-01 13:53:08 UTC (rev 203) +++ trunk/pyscard/src/smartcard/README 2008-08-01 13:54:24 UTC (rev 204) @@ -23,7 +23,7 @@ Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ------------------------------------------------------------------------------- -Last update : pyscard 1.6.6 (February 2008) +Last update : pyscard 1.6.7 (August 2008) ------------------------------------------------------------------------------- pyscard is a python module adding smart cards support to python. @@ -61,7 +61,7 @@ The binary msi installer and self-executable installer are packaged for a specific version of python, and have name similar to -pyscard-1.6.6.win32-py2.5.msi and pyscard-1.6.6.win32-py2.5.exe for +pyscard-1.6.7.win32-py2.5.msi and pyscard-1.6.7.win32-py2.5.exe for python 2.5. @@ -77,8 +77,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.6.zip for windows, -and pyscard-1.6.6.tar.gz for linux. +The source distribution is available as pyscard-1.6.7.zip for windows, +and pyscard-1.6.7.tar.gz for linux. 3. unzip the source distribution, open a console and type the following: @@ -99,8 +99,8 @@ 1. download the binary distribution The binary distribution is either an archive file or a rpm file, with -names similar to pyscard-1.6.6-1.i386.rpm for the rpm distribution, -or pyscard-1.6.6.linux-i686.tar.gz for the archive distribution. +names similar to pyscard-1.6.7-1.i386.rpm for the rpm distribution, +or pyscard-1.6.7.linux-i686.tar.gz for the archive distribution. 2. untar the binary distribution @@ -115,8 +115,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.6.zip or -pyscard-1.6.6.tar.gz. +The source distribution is available as pyscard-1.6.7.zip or +pyscard-1.6.7.tar.gz. 3. untar the source distribution @@ -130,7 +130,7 @@ Installation on Max OS X Tiger: -------------------------------- -The Mac OS X Tiger support is experimental on pyscard 1.6.6. It was developed +The Mac OS X Tiger support is experimental on pyscard 1.6.7. It was developed and tested on a i386 MacBook Pro. Please drop me a mail if you succeed on a ppc MacBook. @@ -140,14 +140,14 @@ 1. download the binary distribution The binary distribution is an archive file, with a name similar to -pyscard-1.6.6-py-2.3-macosx10.4.mpkg or pyscard-1.6.6-py-2.5-macosx10.4.mpkg. +pyscard-1.6.7-py-2.3-macosx10.4.mpkg or pyscard-1.6.7-py-2.5-macosx10.4.mpkg. 2. Open the package and proceed with installation. -Python 2.3 is pre-installed, so install pyscard-1.6.6-py-2.3-macosx10.4.mpkg if +Python 2.3 is pre-installed, so install pyscard-1.6.7-py-2.3-macosx10.4.mpkg if you did not install another release of python. -Install pyscard-1.6.6-py-2.5-macosx10.4.mpkg if you installed python 2.5. +Install pyscard-1.6.7-py-2.5-macosx10.4.mpkg if you installed python 2.5. Installing on Mac OS X Tiger from the source distribution ---------------------------------------------------------- @@ -157,8 +157,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.6.zip or -pyscard-1.6.6.tar.gz. +The source distribution is available as pyscard-1.6.7.zip or +pyscard-1.6.7.tar.gz. 3. untar or unzip the source distribution @@ -173,7 +173,7 @@ Installation on Max OS X Leopard: --------------------------------- -The Mac OS X Leopard support is experimental on pyscard 1.6.6. It was developed +The Mac OS X Leopard support is experimental on pyscard 1.6.7. It was developed and tested on a i386 MacBook Pro. Please drop me a mail if you succeed on a ppc MacBook. @@ -183,7 +183,7 @@ 1. download the binary distribution The binary distribution is an archive file, with a name similar to -pyscard-1.6.6-py-2.5-macosx10.5.mpkg. +pyscard-1.6.7-py-2.5-macosx10.5.mpkg. 2. Open the package and proceed with installation. @@ -195,8 +195,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.6.zip or -pyscard-1.6.6.tar.gz. +The source distribution is available as pyscard-1.6.7.zip or +pyscard-1.6.7.tar.gz. 3. untar or unzip the source distribution @@ -235,9 +235,9 @@ setup.py build_ext bdist_wininst This will build the msi installer and self-executable installer in the dist -directory, with names similar to pyscard-1.6.6.win32-py2.5.msi and -pyscard-1.6.6.win32-py2.5.exe for python 2.5, and -pyscard-1.6.6.win32-py2.4.msi and pyscard-1.6.6.win32-py2.4.exe for +directory, with names similar to pyscard-1.6.7.win32-py2.5.msi and +pyscard-1.6.7.win32-py2.5.exe for python 2.5, and +pyscard-1.6.7.win32-py2.4.msi and pyscard-1.6.7.win32-py2.4.exe for python 2.4. Building a binary distribution for linux @@ -252,7 +252,7 @@ /usr/bin/python setup.py build_ext bdist -This will build a package similar to pyscard-1.6.6.linux-i686.tar.gz +This will build a package similar to pyscard-1.6.7.linux-i686.tar.gz containing a tree Building a rpm distribution for linux @@ -274,7 +274,7 @@ echo "%_unpackaged_files_terminate_build 0" >> /etc/rpm/macros This will build in the dist directory a binary distribution with a name -similar to pyscard-1.6.6-1.i386.rpm. +similar to pyscard-1.6.7-1.i386.rpm. Building a binary distribution for Mac OS X Tiger ------------------------------------------------- @@ -291,7 +291,7 @@ python setup.py build_ext /System/Library/Frameworks/Python.Framework/Versions/2.3/bin/bdist_mpkg setup.py -This will build package pyscard-1.6.6-py-2.3-macosx10.4.mpkg. +This will build package pyscard-1.6.7-py-2.3-macosx10.4.mpkg. If you are using python 2.5, in the root directory of the source distribution, i.e. in the src directory, execute the following commands in a terminal: @@ -299,7 +299,7 @@ python setup.py build_ext /Library/Frameworks/Python.Framework/Versions/2.5/bin/bdist_mpkg setup.py -This will build package pyscard-1.6.6-py-2.6-macosx10.4.mpkg. +This will build package pyscard-1.6.7-py-2.6-macosx10.4.mpkg. Building a binary distribution for Mac OS X Leopard @@ -319,7 +319,7 @@ python setup.py build_ext /Library/Frameworks/Python.Framework/Versions/2.5/Extras/bin/bdist_mpkg setup.py -This will build package pyscard-1.6.6-py-2.5-macosx10.5.mpkg. +This will build package pyscard-1.6.7-py-2.5-macosx10.5.mpkg. ------------------------------------------------------------------------------- Modified: trunk/pyscard/src/smartcard/__init__.py =================================================================== --- trunk/pyscard/src/smartcard/__init__.py 2008-08-01 13:53:08 UTC (rev 203) +++ trunk/pyscard/src/smartcard/__init__.py 2008-08-01 13:54:24 UTC (rev 204) @@ -4,8 +4,8 @@ access smartcards and readers. __author__ = "gemalto http://www.gemalto.com" -__date__ = "January 2008" -__version__ = "1.6.6" +__date__ = "August 2008" +__version__ = "1.6.7" Copyright 2001-2008 gemalto Author: Jean-Daniel Aussel, mailto:jea...@ge... Modified: trunk/pyscard/src/smartcard/doc/framework-samples.html =================================================================== --- trunk/pyscard/src/smartcard/doc/framework-samples.html 2008-08-01 13:53:08 UTC (rev 203) +++ trunk/pyscard/src/smartcard/doc/framework-samples.html 2008-08-01 13:54:24 UTC (rev 204) @@ -9,7 +9,7 @@ <a href="http://sourceforge.net"></a><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=196342&type=3" width="125" height="37" border="0" align="right" alt="SourceForge.net Logo" /></a> <hr> <H1 align="center"> </h1> -Last update : pyscard 1.6.6 (February 2008) +Last update : pyscard 1.6.7 (August 2008) <p> <a href="pyscard-usersguide.html">pyscard</a> is a python module adding smart cards support to <a href="http://www.python.org">python</a>. <p>It consists of <a href="html/smartcard.scard.scard-module.html">smartcard.scard</a>, Modified: trunk/pyscard/src/smartcard/doc/index.html =================================================================== --- trunk/pyscard/src/smartcard/doc/index.html 2008-08-01 13:53:08 UTC (rev 203) +++ trunk/pyscard/src/smartcard/doc/index.html 2008-08-01 13:54:24 UTC (rev 204) @@ -8,7 +8,7 @@ <body bgcolor="#ffffff"> <H1 align="center">pyscard<a href="http://sourceforge.net"></a><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=196342&type=3" width="125" height="37" border="0" align="right" alt="SourceForge.net Logo" /></a></h1> <hr> -Last update : pyscard 1.6.6 (February 2008) +Last update : pyscard 1.6.7 (August 2008) <p> <a href="pyscard-usersguide.html">pyscard - python smart card library</a> is a python module adding smart cards support to <a href="http://www.python.org">python.</a> Modified: trunk/pyscard/src/smartcard/doc/scard-samples.html =================================================================== --- trunk/pyscard/src/smartcard/doc/scard-samples.html 2008-08-01 13:53:08 UTC (rev 203) +++ trunk/pyscard/src/smartcard/doc/scard-samples.html 2008-08-01 13:54:24 UTC (rev 204) @@ -9,7 +9,7 @@ <a href="http://sourceforge.net"></a><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=196342&type=3" width="125" height="37" border="0" align="right" alt="SourceForge.net Logo" /></a> <hr> <H1 align="center"> </h1> -Last update : pyscard 1.6.6 (February 2008) +Last update : pyscard 1.6.7 (August 2008) <p>Using the <a href="html/index.html">smartcard framework</a> is the preferred way to write python smart card application. You can however use the <a href="html/smartcard.scard.scard-module.html">smartcard.scard</a> library to write your python smart card application if you want to write your This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |