commit 0bd903fc9d1446c250fb107812cdd0d89a446497 Author: Mike Perry mikeperry-git@torproject.org Date: Mon Apr 7 19:03:35 2014 -0700
Write changelog and bump version for 1.6.8.0. --- src/CHANGELOG | 18 ++++++++++++------ src/install.rdf | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/src/CHANGELOG b/src/CHANGELOG index 321e2b9..e5b7c62 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1,3 +1,9 @@ +1.6.8.0: + 7 Apr 2014: + * Bug 9010: Add Turkish to update locales. + * Bug 11242: Fix improper "update needed" message after in-place upgrade. + * Bug 10398: Ease translation of about:tor page elements + 1.6.7.0: 7 Mar 2014: * Bug 9901: Fix browser freeze due to content type sniffing @@ -5,15 +11,15 @@
1.6.6.0: 3 Feb 2014 - * Bug #10800: Prevent exception in New Identity - * Bug #10640: Fix about:tor's pointer position for RTL languages. + * Bug 10800: Prevent exception in New Identity + * Bug 10640: Fix about:tor's pointer position for RTL languages. * Bug 10095: Make inner window a multiple of 200x100 * Bug 10285: Clear permissions on New Identity * Bug 9738: Fix for auto-maximizing on browser start - * Bug #10682: Workaround to really disable updates for Torbutton. - * Bug #10419: Don't allow connections to localhost - * Bug #10140: Move Japanese to extra locales - * Bug #10687: Add Basque (eu) to extra locales + * Bug 10682: Workaround to really disable updates for Torbutton. + * Bug 10419: Don't allow connections to localhost + * Bug 10140: Move Japanese to extra locales + * Bug 10687: Add Basque (eu) to extra locales
1.6.5.5: 20 Jan 2014 diff --git a/src/install.rdf b/src/install.rdf index 0c8c486..370cad8 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.6.7.0</em:version> + em:version1.6.8.0</em:version> em:homepageURLhttps://www.torproject.org/projects/torbrowser.html.en</em:homepageURL> em:optionsURLchrome://torbutton/content/preferences.xul</em:optionsURL> em:iconURLchrome://torbutton/skin/tor.png</em:iconURL>
tbb-commits@lists.torproject.org