<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Roger Shimizu pushed to branch debian/sid
at <a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher">Privacy Maintainers / torbrowser-launcher</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/7e5332907668eff5d3e77a04e71e49ed7140410c">7e533290</a></strong>
<div>
<span>by scootergrisen</span>
<i>at 2018-09-30T16:33:05+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Create da.po</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/95824cc7c6fee1c80700ad554b9f26aa02dd63d0">95824cc7</a></strong>
<div>
<span>by scootergrisen</span>
<i>at 2018-10-01T16:07:16+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix two spelling errors</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/1fa13798454a6f985438d36e387c09a34e20881c">1fa13798</a></strong>
<div>
<span>by scootergrisen</span>
<i>at 2019-03-01T17:31:07+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add [da] to torbrowser.desktop</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/12481e0635b491fa359d39831b5e176fe6a21599">12481e06</a></strong>
<div>
<span>by Baumgartner</span>
<i>at 2019-12-15T21:40:58+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Added de.po
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/bc96f44962bbdd4f4ef110e20a6f4223e116f828">bc96f449</a></strong>
<div>
<span>by milotype</span>
<i>at 2020-01-22T13:59:37+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Added hr.po

Complete croatian translation</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/435e4ef80cad184d870c005b9ba6ba7b61bdfed1">435e4ef8</a></strong>
<div>
<span>by João Vítor S. F</span>
<i>at 2020-02-09T16:35:30-03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">pt_BR translation (.po file)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/e92e11e6d7cde178d4aad3635fe84a32e5a32069">e92e11e6</a></strong>
<div>
<span>by Koala Yeung</span>
<i>at 2020-04-22T21:54:34+08:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix language fallback for Chinese (Hong Kong)

* Add a way to manually override the language detection
  for some of the languages.
* Add manual language overriding for zh-HK (to zh-TW).
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/3fa7eca4136164df278cb2c131bd620677d95dbb">3fa7eca4</a></strong>
<div>
<span>by Koala Yeung</span>
<i>at 2020-04-22T23:34:45+08:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Chinese (Traditional) translation
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/56e8084b1d2a8029e7f43f34e42fcb5a979181a5">56e8084b</a></strong>
<div>
<span>by AsciiWolf</span>
<i>at 2020-10-08T14:12:19+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix small typo in desktop file</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/0661e65911cca9ac15947ba880a87271b9bcddfd">0661e659</a></strong>
<div>
<span>by AsciiWolf</span>
<i>at 2020-10-08T14:30:42+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Czech translation to desktop files
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/5206d4614876a83f757155eabb9b18cb00984ad6">5206d461</a></strong>
<div>
<span>by Karl-Johan Karlsson</span>
<i>at 2020-10-12T18:17:00+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Set language from LC_MESSAGES, not LC_CTYPE

Calling `locale.getlocale()` checks LC_CTYPE, which is not meant for
UI strings. Change the call to check LC_MESSAGES instead.

Also call `locale.setlocale()` first to import the locale settings
from the environment. This is not needed for LC_CTYPE due to
https://bugs.python.org/issue6203 but is required for LC_MESSAGES.

Closes #361
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/0e020dce1319361230784000f88b166bea1061d3">0e020dce</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2020-10-18T11:54:55-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #532 from AsciiWolf/patch-1

Fix typo and add Czech translation to desktop files</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/da84f3122a1c3675de89803397994cf12ee7181b">da84f312</a></strong>
<div>
<span>by Jonas Witschel</span>
<i>at 2020-10-19T11:46:00+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make torbrowser-launcher.mo ordering reproducible

The ordering of os.walk() is file system dependent. To make sure that the
generated torbrowser-launcher.mo is reproducible bit for bit no matter on which
file system it was originally generated, sort the files before feeding them to
msgfmt.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/d6aff5fc7eb1aee8b6394895694957caa5ec40cb">d6aff5fc</a></strong>
<div>
<span>by FliegendeWurst</span>
<i>at 2020-10-21T12:02:52+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Do not require the home directory to be writable

Missing permissions can be handled later.</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/6053f295d7d0435b3683252409a7ff37e9d46e01">6053f295</a></strong>
<div>
<span>by milotype</span>
<i>at 2020-10-24T14:12:49+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Updated torbrowser-settings.desktop with "hr"</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/c299c2e55bcb413ab86da6e61dffdbc458d8caaf">c299c2e5</a></strong>
<div>
<span>by milotype</span>
<i>at 2020-10-24T14:15:26+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Updated torbrowser.desktop with "hr"</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/46cff551084ad505c62084dc82f3198fb6773c74">46cff551</a></strong>
<div>
<span>by milotype</span>
<i>at 2020-10-24T14:38:17+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update torbrowser-settings.desktop

Small change in wording</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/b8a519eb71c2cc27b36e37f4084afa856b29ed27">b8a519eb</a></strong>
<div>
<span>by Leonidas P</span>
<i>at 2021-03-31T16:24:29+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update available languages for torbrowser</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/4e216fe221f09e4d1e8b3cf8870284a6f730641f">4e216fe2</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2021-05-16T13:47:54+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: include vulkan abstraction if it's available

Since the vulkan abstraction is not available on older AppArmor versions, this
relies on the "conditional includes" AppArmor parser feature, which is available
in AppArmor v2.10.4, v2.11.2, v2.12.1, and v2.13.

closes #554
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/6d32fe1200d74d3cdc306429690823c3498c35d2">6d32fe12</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2021-05-16T13:52:28+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow usage of the IBus input framework

closes #540
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/12477d3d5cb4438651d922f5feb7a5070b76b6d9">12477d3d</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2021-05-16T14:00:51+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow usage of cgroups

Firefox uses cgroups to determine how many CPUs are available,
and gather other information it needs about the CPUs.

I did not investigate what are the consequences of Firefox
lacking this information. I suspect performance, and thus UX,
may be impacted.

closes #547
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/376f7f552b22b0ba578e6ded961c72c47f7da9e2">376f7f55</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2021-05-16T14:03:13+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow access needed for Firefox sandboxing via unprivileged user namespace

Most distributions now ship with unprivileged user namespaces enabled,
which Firefox uses to set up its own sandbox. That sandbox is more
fine-grained and powerful than our AppArmor policy, so let's allow
Firefox to use it.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/811494c6cf0cc0a7a96e647ba0f022f4d03713be">811494c6</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2021-05-22T19:21:52+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: Allow reading /sys/fs/cgroup/cpu,cpuacct/cpu.cfs_quota_us

Roger Shimizu told us it's needed on Debian Buster.
I suppose the "user.slice" path component is not used there.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/a85a8997025c592c199fd4d286f54055fff86df1">a85a8997</a></strong>
<div>
<span>by Leo</span>
<i>at 2021-05-23T14:41:44+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add 'my' translation</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/212876a1d4d1e8cefed6d4f2e2cbe2933cf0412f">212876a1</a></strong>
<div>
<span>by Bast</span>
<i>at 2021-06-14T09:57:41+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">platform is deprecated, replaced with distro</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/deb90f778c492c339160a831cc269da83c98f058">deb90f77</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T17:36:28-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #568 from bastien34/patch-1

platform.dist() is deprecated since Python3.5, replaced with distro</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/22f12002449910ed3d374b10581fa1cd918b88cd">22f12002</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T17:38:49-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #555 from JpegXguy/patch-1

Update available languages for torbrowser</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/d218e57b11e1642c564f8b5ee8d79e7a52b925a0">d218e57b</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T17:45:16-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #537 from FliegendeWurst/patch-1

Do not require the home directory to be writable</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/28eec05b03fb45fc45c6ca4b0575c66abb36fa38">28eec05b</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T17:48:34-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update copyright to 2021
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/29a159439d5e91a063197bf63c057dac32d4a76f">29a15943</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T17:51:21-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #478 from diabonas/reproducible-mo-file

Make torbrowser-launcher.mo ordering reproducible</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/6a6dc305a3a19a54145e90b684c3db3e5ae74c40">6a6dc305</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T17:55:23-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #465 from yookoala/i18n-zh-tw

Add Chinese (Traditional) translation</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/1e3bf66b788e0c448608840560373d4a66aef97e">1e3bf66b</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T17:56:43-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'develop' of github.com:micahflee/torbrowser-launcher into develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/2635b26ad03c228aa19a0eef6fb6cefc368f40e4">2635b26a</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T17:58:27-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'fix-hk-language-fallback' of https://github.com/yookoala/torbrowser-launcher into yookoala-fix-hk-language-fallback
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/424506dd72225d0f912f471a6bcf1b496ed54ada">424506dd</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:02:14-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'milotype-hr' of https://github.com/milotype/torbrowser-launcher into milotype-milotype-hr
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/b04ccb557443e1835d8253799f2f03d100fe0ddb">b04ccb55</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:04:04-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'develop' of https://github.com/Ned84/torbrowser-launcher into Ned84-develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/fa19ace6a03b42838d32783765e38a1aff1efdf6">fa19ace6</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:05:47-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #451 from jjoaovitor7/develop

pt_BR translation (.po only)</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/f0445814439817e9a6a4223733a31b9032101937">f0445814</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:07:31-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #364 from scootergrisen/patch-1

Create da.po</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/c6753ee48dd977250a0be86f65ca267d474eb9a3">c6753ee4</a></strong>
<div>
<span>by Jony</span>
<i>at 2021-06-18T18:07:58-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Swedish translation

I have translated Tor Browser launcher. Please merge it to the next release. Is there some other changes needed?
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/499c971308c687c55cd0b203c6439b34510f77c8">499c9713</a></strong>
<div>
<span>by Jony</span>
<i>at 2021-06-18T18:07:59-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update torbrowser-settings.desktop

Add Swedish translation
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/f0e1b93b206b4c53dd2bbb3ce7e318568c37e076">f0e1b93b</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:10:13-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix torbrowser.desktop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/f98c411a2f6d395a464d3bc9d630fe4bccae70e4">f98c411a</a></strong>
<div>
<span>by Jony</span>
<i>at 2021-06-18T18:10:41-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update sv.po

Some strings were in French
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/ac318c3345db12b398342a0f958e77dd5538d6be">ac318c33</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:11:03-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'develop' of github.com:micahflee/torbrowser-launcher into develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/103573db6c7e02973f1d766bd1c98a28cf4e5411">103573db</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:13:41-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #383 from creideiki/set-language-from-LC_MESSAGES

Set language from LC_MESSAGES, not LC_CTYPE</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/caa9daaf9a9fab0111229c25d58c13b843332254">caa9daaf</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:15:15-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'patch-2' of https://github.com/scootergrisen/torbrowser-launcher into scootergrisen-patch-2
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/08783c0238cab56f66781acc6695816a65f25a46">08783c02</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:17:11-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/7a698a026011d1cccb8eaa914de0803039a51336">7a698a02</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:25:58-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Tor Browser Developers signing key
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/ad55f02bfb9585f057d7ff0a00f34200bfb49d1e">ad55f02b</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:26:55-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Format all python with black, and add a .vscode folder
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/3941fe7c2b136945a0c2b571e3f5a153f7c151fd">3941fe7c</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:30:37-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix incomplete merge
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/d259484227e6d3f82a904eef7545d86884076c7e">d2594842</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:33:57-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Version bump to 0.3.4 and update changelog
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/a8f57ab339ce89037432f3634db12ba792a126eb">a8f57ab3</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:45:57-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'develop'
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/11a4f1940277b545904f2f2c92d5914cb773a10a">11a4f194</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:47:04-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of github.com:micahflee/torbrowser-launcher
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/fd30adfbe7ed5797519b1fee7a2740f792291993">fd30adfb</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:52:27-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use correct sys prefix
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/0c3464b5a7029e3a19fe1fcf932aa20aeb6f9fa0">0c3464b5</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:54:44-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix GenericName in desktop file
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/1d7bb13147984348b4fe3f93c84987e527d172ce">1d7bb131</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:54:54-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix gpg path
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/c02071b8059020eda8e3466532baeab0188f56ef">c02071b8</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T18:56:03-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add release to appdata
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/e0fdbbfbebfb1ac26ce54ca1fa09fe29c05dcf8b">e0fdbbfb</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-18T19:35:04-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Revert "Use correct sys prefix"

This reverts commit fd30adfbe7ed5797519b1fee7a2740f792291993.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/5e92fa3081b4183cde1fea929206567323cc769f">5e92fa30</a></strong>
<div>
<span>by scootergrisen</span>
<i>at 2021-06-19T08:49:13+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Danish translation</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/4baa4362ac15b5ef4dc71722f842739afc1c450c">4baa4362</a></strong>
<div>
<span>by AsciiWolf</span>
<i>at 2021-06-19T19:04:29+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix pt_BR po file</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/187473855347c07bc7c6c11ee8d9a5cb7b5daca5">18747385</a></strong>
<div>
<span>by AsciiWolf</span>
<i>at 2021-06-20T19:42:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Czech translation
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/08fdb3ef440370afede670cb94f37185b34adca0">08fdb3ef</a></strong>
<div>
<span>by kpcyrd</span>
<i>at 2021-06-20T20:52:04+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Create github actions to test ./setup.py install
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/758245a2a1e12b40cb3211d54658eaf183ac8712">758245a2</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-20T19:55:42-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #579 from AsciiWolf/patch-1

Fix pt_BR po file</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/3f0855a63fc04240a215b17d86bc451a81392e5e">3f0855a6</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-20T19:55:55-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #582 from AsciiWolf/cs-update

Update Czech translation</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/ec92c60947bc124d55144655703d9a0ed04364df">ec92c609</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-20T19:56:39-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #578 from scootergrisen/patch-4

Add Danish translation</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/b971e02b4b05a6484bcc04102148e29e35e90990">b971e02b</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-20T19:58:30-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #583 from kpcyrd/github-actions

Create github actions to test ./setup.py install</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/7202407c6f1f3866adce67ee6e78bde34b9cdb24">7202407c</a></strong>
<div>
<span>by kpcyrd</span>
<i>at 2021-06-21T02:15:37+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use install_requires for python dependencies
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/71142f7999c0ce214d32efa7564b00941b479582">71142f79</a></strong>
<div>
<span>by kpcyrd</span>
<i>at 2021-06-21T02:30:17+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add install_requires to setup.py
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/2bb97c7554d9ef6b25db3e2c19ab62f122c94d83">2bb97c75</a></strong>
<div>
<span>by kpcyrd</span>
<i>at 2021-06-21T02:33:06+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Test torbrowser-launcher install
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/6142c8db026e9d38ea04a882bc5a6b5063cd2b16">6142c8db</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-20T20:41:00-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #584 from kpcyrd/github-actions

Add install_requires, use it in tests</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/0faefb65f20dd999d892de2382115ea6dd2e17cb">0faefb65</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2021-06-21T02:59:49+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Rebuild paths in case force_en-US was set
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/752a38712aa611e654b501689baddeeef354c837">752a3871</a></strong>
<div>
<span>by kpcyrd</span>
<i>at 2021-06-21T03:02:17+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Simplify github actions workflow
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/1cbada8fb4cff599cef6960257889fadf047d5f5">1cbada8f</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-20T22:23:16-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #585 from kpcyrd/force-en-us

Rebuild paths in case force_en-US was set</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/83fa1d38c44f16a76dd98407e321b9cc9b5b5743">83fa1d38</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-20T20:08:45-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Download Tor Browser Developers signing key using requests instead of gnupg, and make a new common.proxies() method for downloading WKD key over Tor
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/224baddcb8274b14024e417bf14bc900149ca19f">224baddc</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-20T20:12:40-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Do not refresh the key each run
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/2b429297bda0c7bc500d181c02270b879880f235">2b429297</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-20T23:16:26-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #586 from micahflee/wkd-requests

Download the Tor Browser signing key using requests instead of gnupg</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/ede6d809f8b562b0633e855fa603d0cdf69ec4dd">ede6d809</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-20T20:19:14-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Version bump to 0.3.5 and update changelog
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/31b0d5ab066918d8027e1e01cfd2a331470214ce">31b0d5ab</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2021-06-21T18:50:44-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Bump version to 0.3.5 in appdata as well
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/4380f1f0bc4fa249c041d840906758b498c48202">4380f1f0</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2021-08-30T01:45:29+09:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update upstream source from tag 'upstream/0.3.5'

Update to upstream version '0.3.5'
with Debian dir 3f04f12222e6d31a37bdc1b1401eca969f8f4c15</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/ad966b9a492f7320b09d4b08bbbe884a07189139">ad966b9a</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2021-08-30T01:45:49+09:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/patches: Refresh patches
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/990a2767ecc2095abf3c54aa9bbcbb7a3cb0f93b">990a2767</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2021-08-30T02:46:06+09:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/patches: Re-order the patch number
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/a623ffecc505ed4cecfb023ab43324ca2ab1f5c9">a623ffec</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2021-08-30T02:59:14+09:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/patches: Cherry-pick patches from upstream

- Fix U2F for Yubikey 5 tokens
- AppArmor: support Wayland display protocol
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/5ac5110f4e747778b6dcb9dccfeda622e6511146">5ac5110f</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2021-08-30T03:09:41+09:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.3.5-1
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#ceb0aadb3a092229876e4de4500aac9c2dff3627">
<span class="new-file">
+
.github/workflows/python.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#89aa447020cdcb580cea0495694d46a55941edbe">
<span class="new-file">
+
.vscode/settings.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#ab09011fa121d0a2bb9fa4ca76094f2482b902b7">
CHANGELOG.md
</a>
</li>
<li class="file-stats">
<a href="#0398ccd0f49298b10a3d76a47800d2ebecd49859">
LICENSE
</a>
</li>
<li class="file-stats">
<a href="#4c463aa16aa8b1f3f8167197c63df893afe82e3f">
apparmor/torbrowser.Browser.firefox
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#4efda38450c056d86d79e5a0d493b55816ec21fc">
debian/patches/01-show-gui-only-if-tbb-not-installed.patch
</a>
</li>
<li class="file-stats">
<a href="#1dd841de1faa0c603032859e233fe1bc3dcc0d31">
debian/patches/02-remove-double-common-assignment.patch
</a>
</li>
<li class="file-stats">
<a href="#3f1d01dab54cfc9a51ea9bc4ac73da46c6893255">
debian/patches/03-Remove-use-of-deprecated-platform.dist-fixes-446.patch
</a>
</li>
<li class="file-stats">
<a href="#42828559e446dbe85ab5bcf64c94d81e8646dc80">
<span class="new-file">
+
debian/patches/04-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#519d8e679487051b1fdda8a52f00a5341a1f7263">
<span class="deleted-file">

debian/patches/04-Set-language-from-LC_MESSAGES-not-LC_CTYPE.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#ea28309b00f771d7210ced70ef9e1017cc4c9781">
<span class="deleted-file">

debian/patches/05-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#a77484d956883413d7ce944874dc4579e4d3296f">
debian/patches/09-fix-failure-in-detect-installed-torbrowser.patch

debian/patches/05-fix-failure-in-detect-installed-torbrowser.patch
</a>
</li>
<li class="file-stats">
<a href="#39cf1f1b3b0401f216a74da1741163acaa1da3ff">
<span class="deleted-file">

debian/patches/06-Fix-language-fallback-for-Chinese-Hong-Kong.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#8247f59e966432ea4d3f8202f15bbb9110d8d004">
debian/patches/11-Update-apparmor-profile.patch

debian/patches/06-Update-apparmor-profile.patch
</a>
</li>
<li class="file-stats">
<a href="#f0cb420e59d6412d62fabd41816a7268541ebf4f">
<span class="new-file">
+
debian/patches/07-Fix-U2F-for-Yubikey-5-tokens.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#2066e3dde6d5b7795a1c42e082b0896dcdd7ae3f">
<span class="deleted-file">

debian/patches/07-Use-gpg-instead-of-gpg2.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#74e006067c8382561222fb97c1f7f20b733b205b">
<span class="deleted-file">

debian/patches/08-AppArmor-allow-usage-of-cgroups.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#989bc2942c2060f65fb260114011e13dca7919d7">
<span class="new-file">
+
debian/patches/08-AppArmor-support-Wayland-display-protocol.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#724b59ddda21ca243dbaed4168681341f524f5f2">
<span class="deleted-file">

debian/patches/10-AppArmor-allow-usage-of-the-IBus-input-framework.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#b69cf92246d3ee55ff80bcc99be495c399d4476e">
<span class="deleted-file">

debian/patches/12-Fix-small-typo-in-desktop-file.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#2045f9017d1963c83d5546398f4f959fe761d595">
<span class="deleted-file">

debian/patches/13-AppArmor-include-vulkan-abstraction-if-it-s-available.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#78821ceceaf7fd2220e7037d4734da77748c885f">
<span class="deleted-file">

debian/patches/14-AppArmor-allow-access-needed-for-Firefox-sandboxing-vi.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#ff8828665825094305ccdc64cb7ba1d3428d230e">
<span class="deleted-file">

debian/patches/15-AppArmor-Allow-reading-sys-fs-cgroup-cpu-cpuacct-cpu.c.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#074a1ebfe0befa346f6baecd37f5dc8533f16fe8">
<span class="deleted-file">

debian/patches/16-Update-available-languages-for-torbrowser.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#d87791b4130e3515534434ef9d3da34383ad5565">
<span class="deleted-file">

debian/patches/po/02-Create-da.po.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#4bb82f58971dffa5b8e83ca93a957a14aa656367">
debian/patches/po/05-Remove-mention-of-modem-sound-in-docs-and-translatio.patch

debian/patches/po/02-Remove-mention-of-modem-sound-in-docs-and-translatio.patch
</a>
</li>
<li class="file-stats">
<a href="#c1c622ef3ed794fd47ea2c97b0dc00ed75ca6768">
<span class="new-file">
+
debian/patches/po/03-Add-Chinese-Traditional-translation.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#d52ad630ae8dc2af30ae3059821b484827ef55c1">
<span class="deleted-file">

debian/patches/po/03-Fix-two-spelling-errors.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#dadf91f86ec12eca220e0118445bfb5e3f45919c">
<span class="deleted-file">

debian/patches/po/04-Add-Swedish-translation.patch
</span>
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
<a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/compare/297a3b8cb8be2cb343111b77f4936e6b78f06045...5ac5110f4e747778b6dcb9dccfeda622e6511146">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>