From d8102c52173320a16004a58c2411a0cb049f7711 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 27 Jul 2017 18:40:52 -0700 Subject: [PATCH] NEWS: preliminary release notes for upcoming release --- NEWS.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/NEWS.md b/NEWS.md index b5938a8..0bc79fc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,33 @@ User-visible changes in "magic-wormhole": +## Release 0.10.3 (??) + +'wormhole-server start' adds --relay-database-path and --stats-json-path +(#186) + +snapcraft packaging was updated (#202) + +docs improvements + +server: "crowded" mailboxes now deliver an error to clients, so they +should give up instead of reconnecting (#211) + +server: construct relay DB more safely (#189) + +"wormhole help" should behave like "wormhole --help" (#61) + +server: accept --websocket-protocol-option= (#196, #197) + +accept unicode pathnames (#223) + +reject invalid codes (with space, or non-numeric prefix) at entry (#212) + +Thanks to cclauss, JP Calderone, Pablo Oliveira, Leo Arias, Johan +Lindskogen, lanzelot1989, Chandan Rai, Alex Gaynor, and Quentin Hibon +for patches and bug reports fixed in this release. + + ## Release 0.10.2 (26-Jun-2017) WebSocket connection errors are now reported properly. Previous versions