Adding ChangeLog
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@33 63283fd4-ec1e-0410-9879-cb7f675518da
This commit is contained in:
parent
07e29760b9
commit
4fc510bcbf
3 changed files with 78 additions and 0 deletions
73
ChangeLog
Normal file
73
ChangeLog
Normal file
|
@ -0,0 +1,73 @@
|
|||
------------------------------------------------------------------------
|
||||
r31 | msoulier | 2006-12-08 20:11:39 -0500 (Fri, 08 Dec 2006) | 1 line
|
||||
|
||||
Changed the port variables to something more intelligent.
|
||||
------------------------------------------------------------------------
|
||||
r30 | msoulier | 2006-12-08 19:45:37 -0500 (Fri, 08 Dec 2006) | 1 line
|
||||
|
||||
Fixing poor TID implementation.
|
||||
------------------------------------------------------------------------
|
||||
r28 | msoulier | 2006-10-12 21:54:56 -0400 (Thu, 12 Oct 2006) | 1 line
|
||||
|
||||
Implemented retries on download timeouts.
|
||||
------------------------------------------------------------------------
|
||||
r27 | msoulier | 2006-10-12 21:38:33 -0400 (Thu, 12 Oct 2006) | 1 line
|
||||
|
||||
Added some info statements regarding option negotiation.
|
||||
------------------------------------------------------------------------
|
||||
r26 | msoulier | 2006-10-12 21:27:30 -0400 (Thu, 12 Oct 2006) | 1 line
|
||||
|
||||
Updated testcases, fixed one error in decode_options
|
||||
------------------------------------------------------------------------
|
||||
r25 | msoulier | 2006-10-10 23:58:39 -0400 (Tue, 10 Oct 2006) | 1 line
|
||||
|
||||
Updated testcases
|
||||
------------------------------------------------------------------------
|
||||
r20 | msoulier | 2006-10-08 22:44:27 -0400 (Sun, 08 Oct 2006) | 2 lines
|
||||
|
||||
Fixed broken decode, and adjusted the client options.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
r19 | msoulier | 2006-10-08 09:58:41 -0400 (Sun, 08 Oct 2006) | 1 line
|
||||
|
||||
Starting on unit tests
|
||||
------------------------------------------------------------------------
|
||||
r13 | msoulier | 2006-10-05 10:18:16 -0400 (Thu, 05 Oct 2006) | 1 line
|
||||
|
||||
Fixed poor EOF detection
|
||||
------------------------------------------------------------------------
|
||||
r12 | msoulier | 2006-10-04 23:38:28 -0400 (Wed, 04 Oct 2006) | 2 lines
|
||||
|
||||
Got variable blocksizes working.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
r11 | msoulier | 2006-10-04 18:16:26 -0400 (Wed, 04 Oct 2006) | 1 line
|
||||
|
||||
Added confirmation of incoming traffic to known remote host.
|
||||
------------------------------------------------------------------------
|
||||
r10 | msoulier | 2006-10-04 13:32:05 -0400 (Wed, 04 Oct 2006) | 1 line
|
||||
|
||||
Restructured in preparation for tftp options
|
||||
------------------------------------------------------------------------
|
||||
r7 | msoulier | 2006-10-03 23:02:16 -0400 (Tue, 03 Oct 2006) | 1 line
|
||||
|
||||
Added seconds to logs
|
||||
------------------------------------------------------------------------
|
||||
r5 | msoulier | 2006-10-03 22:43:05 -0400 (Tue, 03 Oct 2006) | 2 lines
|
||||
|
||||
Added OACK packet, and factored-out client code.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
r4 | msoulier | 2006-10-03 15:13:27 -0400 (Tue, 03 Oct 2006) | 1 line
|
||||
|
||||
Updated a comment
|
||||
------------------------------------------------------------------------
|
||||
r3 | msoulier | 2006-10-03 15:11:18 -0400 (Tue, 03 Oct 2006) | 1 line
|
||||
|
||||
Restructuring
|
||||
------------------------------------------------------------------------
|
||||
r1 | msoulier | 2006-10-03 15:08:47 -0400 (Tue, 03 Oct 2006) | 2 lines
|
||||
|
||||
Initial import.
|
||||
|
||||
------------------------------------------------------------------------
|
|
@ -1 +1,2 @@
|
|||
include LICENSE
|
||||
include ChangeLog
|
||||
|
|
4
README
4
README
|
@ -1,5 +1,9 @@
|
|||
Copyright, Michael P. Soulier, 2006.
|
||||
|
||||
About Release 0.3:
|
||||
==================
|
||||
This release fixes a major RFC 1350 compliance problem with the remote TID.
|
||||
|
||||
About Release 0.2:
|
||||
==================
|
||||
This release adds variable block sizes, and general option support,
|
||||
|
|
Reference in a new issue