aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-05-08 15:09:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-05-08 15:09:50 +0000
commit6307e783d83835ffaa70fc594b2a08307b2e359b (patch)
tree3000081e2d2f5c1ef925c9c3ed1538a3c7b41951 /RELEASE-NOTES
parentb9cd73c76d6f24dd9a59fb603ab9ad92c6076f72 (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-NOTES1
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