commit 800fa9565409544e8ad134c803501f06ab902116 Author: Georg Koppen gk@torproject.org Date: Wed Apr 11 09:25:03 2018 +0000
Release preparations for 1.9.9.1
Version bump, Changelog update, and minVersion bump. We've forgotten the latter for a while now but this Torbutton requires at least a Firefox 52. --- src/CHANGELOG | 4 ++++ src/install.rdf | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/CHANGELOG b/src/CHANGELOG index 1ad2400..0ea09ce 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1,3 +1,7 @@ +1.9.9.1 + * Bug 25126: Make about:tor layout responsive + * Translations update + 1.9.9 * Bug 24159: Version check does not deal with platform specific checks * Bug 25016: Remove 2017 donation banner diff --git a/src/install.rdf b/src/install.rdf index 5ecdb6d..98db46a 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -6,7 +6,7 @@ em:nameTorbutton</em:name> em:creatorMike Perry</em:creator> em:idtorbutton@torproject.org</em:id> - em:version1.9.9</em:version> + em:version1.9.9.1</em:version> em:multiprocessCompatibletrue</em:multiprocessCompatible> em:homepageURLhttps://www.torproject.org/projects/torbrowser.html.en</em:homepageURL> em:optionsURLchrome://torbutton/content/preferences.xul</em:optionsURL> @@ -17,7 +17,7 @@ em:targetApplication <Description> em:id{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> - em:minVersion45.0</em:minVersion> + em:minVersion52.0</em:minVersion> em:maxVersion10000.0</em:maxVersion> </Description> </em:targetApplication>
tbb-commits@lists.torproject.org