commit 77870a9d64d95facd5c3f79e223451640811871b Author: Philipp Winter phw@nymity.ch Date: Thu May 14 14:20:31 2020 -0700
Add CHANGELOG entry for #31528. --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG index 7a7a524..cfee3f9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ + * FIXES https://bugs.torproject.org/31528 + BridgeDB's UI uses a bunch of obscure "chatspeak" references in its UI. + One example is that it responds with "Uh oh, spaghettios!" if there are + currently no bridges available. While funny to some, this is difficult + to translate and shouldn't be part of software that's used by an + international audience. This patch removes such references. + * FIXES https://bugs.torproject.org/12802 Add a script that sends a bridge request over email, and then checks if it received a response from BridgeDB. We use this script as part of
tor-commits@lists.torproject.org