From 13ff2461b804a7ac2323e4710185d1aa3981c92a Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 26 Jun 2017 21:01:35 +0100 Subject: [PATCH] NEWS: update for 0.10.2 release --- NEWS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.md b/NEWS.md index f5a2a6e..b5938a8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,21 @@ User-visible changes in "magic-wormhole": +## Release 0.10.2 (26-Jun-2017) + +WebSocket connection errors are now reported properly. Previous versions +crashed with an unhelpful `automat._core.NoTransition` exception when +the TCP connection was established but WebSocket negotiation could not +complete (e.g. the URL path was incorrect and the server reported a 404, +or we connected to an SMTP or other non-HTTP server). (#180) + +The unit test suite should now pass: a CLI-version advertisement issue +caused the 0.10.1 release tests to fail. + +Thanks to Fabien "fdev31" Devaux for bug reports addressed in this +release. + + ## Release 0.10.1 (26-Jun-2017) Server-only: the rendezvous server no longer advertises a CLI version