From 89a8382cf1741f69059fe2b19d0b7e6c5674819f Mon Sep 17 00:00:00 2001 From: msoulier Date: Tue, 17 Jul 2007 01:17:24 +0000 Subject: Updated for 0.4.3 release. git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@73 63283fd4-ec1e-0410-9879-cb7f675518da --- ChangeLog | 9 +++++++++ README | 5 +++++ setup.py | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) 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', -- cgit v1.2.1