Updated for 0.4.3 release.

git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@73 63283fd4-ec1e-0410-9879-cb7f675518da
This commit is contained in:
msoulier 2007-07-17 01:17:24 +00:00
parent 2a98d72540
commit 89a8382cf1
3 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,12 @@
2007-07-16 22:53 msoulier
* tftpy/TftpServer.py: Fixing string/integer comparison.
Thanks to Simon P. Ditner, bug #1755146.
2007-06-05 02:12 msoulier
* ChangeLog, README, setup.py: Updated for 0.4.2
2007-06-05 02:09 msoulier
* t/test.py: Fixed unit test for factory

5
README
View file

@ -1,5 +1,10 @@
Copyright, Michael P. Soulier, 2006.
About Release 0.4.3:
====================
Buxfix release for an issue with the server's detection of the end of the file
during a download.
About Release 0.4.2:
====================
Bugfix release for some small installation issues with earlier Python

View file

@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='tftpy',
version='0.4.2',
version='0.4.3',
description='Python TFTP library',
author='Michael P. Soulier',
author_email='msoulier@digitaltorque.ca',