summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-10-05 15:40:44 +0200
committerReiner Herrmann <reiner@reiner-h.de>2019-10-05 15:40:44 +0200
commit8afc2bda04ffe147c591fb8e5517572037289695 (patch)
treea7d380862038fb2ac98399770397c2f33301e495
parentb8d25fdb7bf38fcfb6ae65820e59fc157cf028c7 (diff)
Add changelog
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..f21fa28
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,14 @@
+1.1.0 (2019-10-05)
+ * Server:
+ - chroot to destination directory if permissions are sufficient
+ - drop -d parameter, but allow directory at the end of the command line
+ * Support for some non-standard options:
+ - blksize2
+ - utimeout
+
+1.0.0 (2019-03-12)
+ * Initial release
+ * RFC 1350 (TFTP revision 2)
+ * RFC 2347 (Option Extension)
+ * RFC 2348 (Blocksize Option)
+ * RFC 2349 (Timeout Interval and Transfer Size Options)