commit 1096bf4d9ed1cbded7ce8ad2a183338f969b1166 Author: Isis Lovecruft isis@torproject.org Date: Wed Dec 20 23:22:31 2017 +0000
Add CHANGELOG entries for 0.6.2. --- CHANGELOG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG index effc405..82cf769 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,23 @@ +Changes in version 0.6.2 - 2017-12-20 + + * FIXES #24636 https://bugs.torproject.org/24636 + The moat API specification included an extra response type which + could be sent if there was no overlap between transports the + client supported and those which the server supported. This has + been removed from the specification, which now describes the + behaviour moat has always exhibited: if there is no overlap, the + server responds with a CAPTCHA image response which includes the + list of transports it does support. + + * FIXES #24637 https://bugs.torproject.org/24637 + The moat server did not respond correctly with the specified JSON + API error type when there were no bridges available. It now + responds correctly with a 404 error whose details describe why the + request could not be fulfilled. The moat server also now logs + messages if there were not the configured + MOAT_BRIDGES_PER_RESPONSE number of bridges available. + + Changes in version 0.6.1 - 2017-12-13
* ADDS a shell script, scripts/test-moat, for testing either a