diff --git a/ChangeLog b/ChangeLog index 2cb2312..aeb520b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/README b/README index 718e4a9..268c389 100644 --- a/README +++ b/README @@ -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 diff --git a/setup.py b/setup.py index 42fe282..65e82a5 100644 --- a/setup.py +++ b/setup.py @@ -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',