Fixed known bug #28. The TFTP code no longer assumes a packed struct and

thus works reliably on more platforms.
This commit is contained in:
Daniel Stenberg
2006-05-08 15:09:50 +00:00
parent b9cd73c76d
commit 6307e783d8
4 changed files with 57 additions and 61 deletions

View File

@@ -20,6 +20,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o TFTP works in a more portable fashion (== on more platforms)
o WSAGetLastError() is now used (better) on Windows
o GnuTLS non-block case that could cause data trashing
o deflate code survives lack of zlib header