diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-08 15:09:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-08 15:09:50 +0000 |
commit | 6307e783d83835ffaa70fc594b2a08307b2e359b (patch) | |
tree | 3000081e2d2f5c1ef925c9c3ed1538a3c7b41951 /RELEASE-NOTES | |
parent | b9cd73c76d6f24dd9a59fb603ab9ad92c6076f72 (diff) |
Fixed known bug #28. The TFTP code no longer assumes a packed struct and
thus works reliably on more platforms.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f4f2230d7..208e5b1be 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 |