summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2001-03-28 22:05:26 +0000
committerhpa <hpa>2001-03-28 22:05:26 +0000
commite6593dd693eaf61af0f13bac94bfc7bcde238450 (patch)
tree08c25b4af626678304f2acef178a89cb4fa0fb8e
parentffa45eae76f01277182871415f2f3375be261bb7 (diff)
downloadtftp-hpa-0.15.tar.gz
Bump version number to 0.15; document 0.14 and 0.15 changes.tftp-hpa-0.15
-rw-r--r--README16
1 files changed, 14 insertions, 2 deletions
diff --git a/README b/README
index f8f8b86..4ff91f9 100644
--- a/README
+++ b/README
@@ -1,6 +1,17 @@
-This is tftp-hpa-0.13; this version was put out by H. Peter Anvin
+This is tftp-hpa-0.15; this version was put out by H. Peter Anvin
<hpa@zytor.com>.
+Changes in 0.15:
+
+ If the operating system allows, try to obtain the local
+ address used for the request packet, and reply using the same
+ local IP address. Some embedded TFTP clients are (probably
+ incorrectly) picky about this.
+
+Changes in 0.14:
+
+ Hacks to signal handling to avoid "zombie servers."
+
Changes in 0.13:
Added the non-standard option "blksize2". The "blksize"
@@ -43,4 +54,5 @@ their code.
Adding the -r option (disable a specific option), the "timeout"
option, and converting to using autoconf for setup was my own code, as
are any bugs introduced in this merge, and any features added to the
-Changes list.
+Changes list above.
+