summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsoulier <msoulier@63283fd4-ec1e-0410-9879-cb7f675518da>2007-07-17 01:17:24 +0000
committermsoulier <msoulier@63283fd4-ec1e-0410-9879-cb7f675518da>2007-07-17 01:17:24 +0000
commit89a8382cf1741f69059fe2b19d0b7e6c5674819f (patch)
tree3aa1f641ddca3a055e8d72e5fedecc78bad4c825
parent2a98d725401609ac9ab7ece6428a875e71e05d50 (diff)
downloadtftpy-89a8382cf1741f69059fe2b19d0b7e6c5674819f.tar.gz
Updated for 0.4.3 release.
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@73 63283fd4-ec1e-0410-9879-cb7f675518da
-rw-r--r--ChangeLog9
-rw-r--r--README5
-rw-r--r--setup.py2
3 files changed, 15 insertions, 1 deletions
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',