From 9293709e97a65f966e993c5177c972210e641fc3 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 29 Feb 2016 08:10:13 -0800 Subject: [PATCH] add NEWS for 0.6.3 release --- NEWS.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 27e0a88..2663100 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,21 @@ User-visible changes in "magic-wormhole": -## Release 0.6.2 (12-Jan-2015) +## Release 0.6.3 (29-Feb-2016) + +Mostly internal changes: + +* twisted.transit was added, so Twisted-based applications can use it now. + This includes Producer/Consumer -based flow control. The Transit protocol + and API are documented in docs/transit.md . +* The transit relay server can blur filesizes, rounding them to some + roughly-logarithmic interval. +* Use --relay-helper="" to disable use of the transit relay entirely, + limiting the file transfer to direct connections. +* The new --hide-progress option disables the progress bar. +* Made some windows-compatibility fixes, but all tests do not yet pass. + +## Release 0.6.2 (12-Jan-2016) * the server can now "blur" usage information: this turns off HTTP logging, and rounds timestamps to coarse intervals