This is an automated email from the git hooks/post-receive script.
meskio pushed a change to branch main in repository bridgedb.
from 2465221 Prepare for version 0.13.1 new 8ae32db Update distributor descriptions new a8b6e1c Prepare for version 0.13.2
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: CHANGELOG | 4 ++++ bridgedb/strings.py | 20 +++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-)
This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit 8ae32db1470c41a3e592a0b753abfd19c11f399e Author: Spydar007 root@spydar007.com AuthorDate: Tue May 3 21:33:48 2022 +0100
Update distributor descriptions
- Fix intro paragraph which previously still said there were four mechanisms. - Fix spelling and grammar in Settings distributor mechanism. - Fix Telegram command to /bridges and not \bridges - Reserved is reserved now, so change to say that it used to be unallocated. - Fix spelling and grammar in "None" distributor mechanism. --- bridgedb/strings.py | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/bridgedb/strings.py b/bridgedb/strings.py index cc66d1a..b44b853 100644 --- a/bridgedb/strings.py +++ b/bridgedb/strings.py @@ -112,11 +112,9 @@ BRIDGEDB_INFO = { 0: _("Bridge distribution mechanisms"), # TRANSLATORS: Please DO NOT translate "BridgeDB", "HTTPS", and "Moat". 1: _("""\ -BridgeDB implements four mechanisms to distribute bridges: "HTTPS", "Moat", -"Email", and "Reserved". Bridges that are not distributed over BridgeDB use -the pseudo-mechanism "None". The following list briefly explains how these -mechanisms work and our %sBridgeDB metrics%s visualize how popular each of the -mechanisms is."""), +BridgeDB implements various mechanisms to distribute bridges. The +following list briefly explains how these mechanisms work and our +%sBridgeDB metrics%s visualize how popular each of the mechanisms is."""), 2: _("""\ The "HTTPS" distribution mechanism hands out bridges over this website. To get bridges, go to %sbridges.torproject.org%s, select your preferred options, and @@ -134,11 +132,11 @@ email body."""), 5: _("""\ The "Settings" distributor is used by Tor Browser and other clients to autoconfigure the circumvention settings depending on the location of the user. -It uses a %smap of countries and what cicumvention mechanism works on each%s to -to provide the right kind of bridge for each country."""), +It uses a %smap of countries and what circumvention mechanism works in each%s to +provide the right kind of bridge for each country."""), 6: _("""\ Users can request bridges from the "Telegram" distribution mechanism by sending -the '\bridges' command to %s@GetBridgesBot%s over the Telegram instant +the '/bridges' command to %s@GetBridgesBot%s over the Telegram instant messaging network."""), 7: _("Reserved"), 8: _("""\ @@ -146,11 +144,11 @@ BridgeDB maintains a small number of bridges that are not distributed automatically. Instead, we reserve these bridges for manual distribution and hand them out to NGOs and other organizations and individuals that need bridges. Bridges that are distributed over the "Reserved" mechanism may not -see users for a long time. Note that the "Reserved" distribution mechanism is -called "Unallocated" in %sbridge pool assignment%s files."""), +see users for a long time. Note that the "Reserved" distribution mechanism was +previously called "Unallocated" in %sbridge pool assignment%s files."""), 9: _("None"), 10: _("""\ -Bridges whose distribution mechanism is "None" are not distributed by BridgeDB. +Bridges that have a distribution mechanism of "None" are not distributed by BridgeDB. It is the bridge operator's responsibility to distribute their bridges to users. Note that on Relay Search, a freshly set up bridge's distribution mechanism says "None" for up to approximately one day. Be a bit patient, and
This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit a8b6e1c26b044511a85fcffde0b731266621bb9c Author: meskio meskio@torproject.org AuthorDate: Wed May 4 13:23:54 2022 +0200
Prepare for version 0.13.2 --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG index befc3e1..dac91f1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Changes in version 0.13.2 - 2022-05-04 + + * Fix the description in /info + Changes in version 0.13.1 - 2022-04-29
* Add description of the new distribution mechanisms in /info
tor-commits@lists.torproject.org