[torbutton/master] Release preparations for 2.0.2:

commit 8a146c9644ffeff3d283b1643066f920946b91aa Author: Georg Koppen <gk@torproject.org> Date: Thu Aug 16 08:16:31 2018 +0000 Release preparations for 2.0.2: Version bump and CHANGELOG update --- src/CHANGELOG | 12 ++++++++++++ src/install.rdf | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/CHANGELOG b/src/CHANGELOG index f1cd4cd1..ce4354bd 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1,3 +1,15 @@ +2.0.2 + * Bug 26960: Implement new about:tor start page + * Bug 26961: Implement new user onboarding + * Bug 26321: Move 'New Identity', 'New Circuit' to File, hamburger menus + * Bug 26590: Use new svg.disabled pref in security slider + * Bug 26655: Adjust color and size of onion button + * Bug 26500: Reposition circuit display relay icon for RTL locales + * Bug 26409: Remove spoofed locale implementation + * Bug 26189: Remove content-policy.js + * Bug 27129: Add locales ca, ga, id, is, nb + * Translations update + 2.0.1 * Bug 26100: Adapt Torbutton to Firefox 60 ESR * Bug 26430: New Torbutton icon diff --git a/src/install.rdf b/src/install.rdf index 233fe1f4..8a085cbc 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -6,7 +6,7 @@ <em:name>Torbutton</em:name> <em:creator>Mike Perry</em:creator> <em:id>torbutton@torproject.org</em:id> - <em:version>2.0.1</em:version> + <em:version>2.0.2</em:version> <em:multiprocessCompatible>true</em:multiprocessCompatible> <em:homepageURL>https://www.torproject.org/projects/torbrowser.html.en</em:homepageURL> <em:optionsURL>chrome://torbutton/content/preferences.xul</em:optionsURL>
participants (1)
-
gk@torproject.org