<!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=utf-8" 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/jessie-backports-sloppy
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/835bfc590a6b43c4c119dc03dd6b2c204faa8153">835bfc59</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-01-28T19:19:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update AppArmor comments
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/064ad1f7a6c29684da68053c4b19a05cea764b2e">064ad1f7</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop spurious trailing whitespace.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/cdb290fed89617fe43093d3108060c4e59f6283e">cdb290fe</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow plugin-container to read file/app association information.
We already allow the main browser profile to do that but with e10s
plugin-container now needs it as well.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/9c609476b5b34379baff98b561ebf31963becd30">9c609476</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow Firefox to ptrace plugin-container and to send it term signals.
With e10s Firefox does not need to ptrace itself anymore but instead it needs
to ptrace and kill its child plugin-container processes.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/d62a692a4a2a885d1410c0d931c08028a61fa246">d62a692a</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow plugin-container to receive term signals from the parent Firefox process.
We already allow Firefox to send term signals to plugin-container;
this is the receiving counterpart.
This requires giving the Firefox profile a proper name (torbrowser_firefox)
because this:
signal (receive) set=("term") peer=/home/*/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser_*/Browser/firefox
… does not work.
Note to package maintainers
===========================
(This should probably be copied to the release notes.)
Due to the profile renaming, upgrading the
/etc/apparmor.d/torbrowser.Browser.firefox file requires special care. The best
option is probably to strongly recommend users to reboot their system after
this upgrade.
Other options I can think of have unacceptable consequences:
- if we unload the old profile from the kernel, we will leave any already
running Tor Browser's Firefox executable unconfined, which is an unacceptable
violation of the user's security expectations;
- if we don't unload the old profile from the kernel, surprising behaviour will
happen such as:
- any already running Tor Browser's Firefox executable will be left confined
under the old profile which won't play well with new rules that have
peer=torbrowser_firefox;
- unpredictable behavior when a new Tor Browser is started, because two
profiles matching the Tor Browser's Firefox executable are loaded.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/f40931740dd1644ff61dd29732b0ebe5febc8025">f4093174</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix comment.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/936aee55ed0b2a6c6d6e0ba0154a95ce07c73a5d">936aee55</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow Firefox to fully manage its fontconfig cache.
So far we allowed it to do everything in there except a link operation, so let's
be consistent.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/dedd45b0be27687eebad55d0749bb5379a4c7edc">dedd45b0</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: grant access to mostly innocuous stuff plugin-container tries to read.
Same rationale as commit 68f502c3fbb754742cd23967cf30038ff6ce799a.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/27289e19e4ab4d8477e885f4aef84aad2e68b85e">27289e19</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: silence denial logs about PulseAudio.
We don't currently allow access to the audio subsystem; let's not let AppArmor
spam the logs about it.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/0109e95efcb014da40e9c681ae7ae4b4c4db38d8">0109e95e</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: silence more inherited files access denial.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/b1e082fef0554c64a4a4d414147b962283cb0897">b1e082fe</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: drop support for long-obsolete paths.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/a9bef63bd8f887049f8525a3f24cb5ef89d05d7e">a9bef63b</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: refactor thanks to variables defined in tunables/torbrowser.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/33fd86fa14be06548e0ebebf193e1ad551cbfa42">33fd86fa</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: give the tor profile a stable name.
This will allow us to handle upgrades more nicely in the future,
e.g. when the executable path changes. Besides, this makes the output of
aa-status and logs much easier to grasp.
Note to packagers: exactly as for the similar change applied to the Tor
Browser's Firefox profile, please consider recommending users to reboot their
system after the upgrade that applies this change.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/850d5606b3ffd2a7a9fa64a271a4318c0604e51c">850d5606</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: support some of the included pluggable transports.
This fixes support for obfs4 and obfs3.
meek and fte require vastly more extended permissions and thus dedicated
child profiles.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/91652b6436944bd8817900010c2797c29c7eb484">91652b64</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: remove boilerplate from local override files.
This matches how recent dh-apparmor behaves.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/acc967dc1171779fe004a6b8b8697e4788053bbe">acc967dc</a></strong>
<div>
<span>by Laurent Forthomme</span>
<i>at 2018-01-30T20:04:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update fr.po
Updated the French translation!</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/d0a5cc45e4baccd0bf10c9e317e62c58cbb8a4aa">d0a5cc45</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-02-27T05:22:42Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add github code ownders
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/0e9db70e1cca2ecfb44dc4687f034d99aa29e204">0e9db70e</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-19T08:37:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add @intrigeri as code owner for AppArmor profiles
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/f8a4f746440a88588f91512a6c00c00ca81fc7ba">f8a4f746</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-19T16:29:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Port Settings from gtk2 to Qt5, and also switch from python2 to python3
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/052a09953a45c89cffce40e51c0a67f36c39aca1">052a0995</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-22T18:00:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Removed modem sound :(
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/3c187ecff2aa6dc20dd0f70e3c7f2b1407fabf4a">3c187ecf</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-22T18:22:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add icons to settings buttons
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/f7cc20d62f518de56ef1ca5818826cbc1a782f67">f7cc20d6</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-22T21:21:23Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Refactor Launcher to use Qt5, removing all of gtk2 (does not execute yet still because of twisted issues)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/39fd6a05d0e0d958f73462cd252f644f030e473b">39fd6a05</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-22T21:35:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Replace twisted with requests. Downloads work, but does not handle errors or update the GUI
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/490844f40165059a01836a149641ac73a575f652">490844f4</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-22T22:10:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Download in a separate thread, using requests
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/3a793303126d87a5671f6bd441ceff06d1d5a57c">3a793303</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-22T22:18:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix buttons, and actually delete download path on exit
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/7054fb0eb6ca53f6a8904368bb2dd96641692bc1">7054fb0e</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T02:46:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Start making basic download error handling work again, and remove old twisted code
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/a23056bdbdc80546c20acad42e99d3dd33322472">a23056bd</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T03:23:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Verify signature in a separate thread
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/6a54e329eec330b07d82852b88a362dc36ae10b0">6a54e329</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T03:33:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Extract tarball in a separate thread
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/1d3b107855749d0ae6ed4cd343850892ffb68f4c">1d3b1078</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T03:52:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Check for SSL error when downloading
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/ca0027cd86b64afac1afe0ecf157941e740a4ceb">ca0027cd</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T19:40:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix issue with settings checkboxes not working correctly
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/0195e489917f970e13e645f90daa0d50a9e44ba7">0195e489</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T19:49:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make downloading over Tor work
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/055a26ca51c204695e4509c22591571d959dcfa7">055a26ca</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T19:56:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Give more intelligence errors if connection error while using socks proxy
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/f1473aaec676c3220c6da57bc95542698124263e">f1473aae</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T20:00:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix ampersand
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/2b854d436cd06a43970854872cc25f427bda4d76">2b854d43</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T20:13:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix style on setup.py
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/467fd098c8fc7c0aef17f7a0b0641fd3597dfcc9">467fd098</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T20:20:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update build scripts and dependencies
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/df33b47382ced0b40345b47a7f01d1cae1efca34">df33b473</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T20:36:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix flake8 style issues
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/45e6c01628e249d89cd9e575e96a533b073ad4e7">45e6c016</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T20:40:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Allow ctrl-c to work again (see https://stackoverflow.com/questions/5160577/ctrl-c-doesnt-work-with-pyqt)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/a7f166953c0ec1cb12e51f817bdb0d46b1f57106">a7f16695</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T20:45:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Only try refreshing the keyring when necessary
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/b8453e35e59cb1332291196b647faf4eb6c97995">b8453e35</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T21:43:08Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Must retain a reference to the QMainWindow, or Qt never shows it
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/7cc2611edcf8fc67cd022809742d6503b8ab4734">7cc2611e</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T21:50:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Center the window
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/826efbec74d2483cf078c7c4b6cd458848abe061">826efbec</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T22:42:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fixed various issues related to sig verification. Now if the verification fails, it saves a backup. And it uses gpg2 to refresh the keyring instead of gpg1, which did nothing.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/23f9d6d568602370739109b73762e5e7f1e82e79">23f9d6d5</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T22:43:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add gnupg2 as a dependency
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/dff21a7f71c9078b81c2edad14d2252b775bb1a4">dff21a7f</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T22:47:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Clean up dependencies, and remove requirements.txt because it is out-of-date and I use systemwide packages for deps
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/bc0ffbd0c279e34114bc7650b0f7f11c3b2a4fb4">bc0ffbd0</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T22:55:23Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Updated translations
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/14233d0aa9dcded9760be1182f642abc0b23fcac">14233d0a</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-23T23:11:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tweak build files to fix issues in debian building
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/feb5830b30c0d1552d4c38ebd4937b065a68aac5">feb5830b</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-24T21:54:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'patch-1' of https://github.com/forthommel/torbrowser-launcher into forthommel-patch-1
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/f97b550bdae50b985110fcdfdb3f98599edd6722">f97b550b</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-24T22:05:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'forthommel-patch-1' into major-refactor
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/2f8b8ddafbdf504828ac9107513725e7f86affd8">2f8b8dda</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-03-26T18:32:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Version bump to 0.3.0.dev
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/8301c4db11a0e5e12f35e9816f233d44f4187953">8301c4db</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-03-27T13:20:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge remote-tracking branch 'micahflee/develop'
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/83c04dd58cd7c244d384b508394ebd1516b668f8">83c04dd5</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-03-27T13:24:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/patches: Rebase patches
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/aac63a10b7b10654c68e0c7518ef7b2e59627e37">aac63a10</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-03-27T15:15:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Support new release 0.3.0.dev in develop branch
debian/control:
- Update Build-Depends list to python3 series.
- Update Depends list to match current python3 implementation.
- Move debian/source.lintian-overrides
to debian/source/lintian-overrides to comfort lintian.
debian/rules:
- Use pybuild as buildsystem to avoid pyversions command error.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/419e5f78d0aceb144a9aa835f81e1fe98eac69d9">419e5f78</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-03-28T11:07:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/patches: Add patch 0017 and 0018 to fix the extra dialog issue
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/f780a58cffeaf77ff1777e5e2d42d1f61d297839">f780a58c</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-03-28T11:15:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.3.0~dev-1~exp1 to experimental
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/bbd173e0df76892aeb299e20da956db15c6dad5a">bbd173e0</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-03-28T12:46:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.3.0~dev-1~exp2 to experimental
d/rules: Skip the test since it fails under python 3.6
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/8a7625634876ec535d57353cf72ee1692ad3d6a6">8a762563</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-04-06T07:05:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #310 from intrigeri/apparmor-201801-edition
AppArmor profiles, 2018-01 edition</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/61eb4b2ee161b327eb6ccfeb0eae7e15331bc7c5">61eb4b2e</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-06-24T17:18:42Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'debian/sid' into debian/experimental
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/d231496f317ce6af9115d5592f834c3d65869605">d231496f</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-06-24T17:24:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.3.0~dev-1~exp3 to experimental
* Merge debian/sid branch to incorporate latest changes.
* debian/control:
- Amend Vcs-* a bit to specify debian/sid branch as default.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/ad95bbda69045f3c9ace241939ee9e1fccc16ac8">ad95bbda</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-07-03T15:43:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow Firefox to read /usr/share/glib-2.0/schemas/gschemas.compiled.
Otherwise, Tor Browser 8.0a9 crashes when clicking "Save Page As".
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/35d08323e9566f9475c32c6ec5cf7dab0533cd2e">35d08323</a></strong>
<div>
<span>by Kunitsyn Andrey Sergeevich</span>
<i>at 2018-07-07T17:31:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update the Russian translate
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/4e4bbd672266347f02dbd3f5f3796db0d9d4c323">4e4bbd67</a></strong>
<div>
<span>by Carl Joseph Hirner III</span>
<i>at 2018-07-29T19:40:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Delete launcher.py</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/bd9e67c293411924485d73b3505aedcd71171f79">bd9e67c2</a></strong>
<div>
<span>by Carl Joseph Hirner III</span>
<i>at 2018-07-29T19:40:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add files via upload</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/a67f026cc14c0a52decda0250890ee776a35f8a1">a67f026c</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-08-18T19:23:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: adjust Firefox binary path for Tor Browser 8.0a10.
At this point it seems unlikely that the develop branch will be released
before Tor Browser 8.0 so here we go, let's get ready.
Note that I could have written firefox{,.real} instead, to support both Tor
Browser 7.5 and 8.0, but then we would have to open the profile more broadly so
the new shell wrapper installed as "firefox" by Tor Browser 8.0a10 can do its
job. This does not seem worth the hassle and will be fine as long as this new
torbrowser-launcher is released approximately at the same time as, or after, Tor
Browser 8.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/678d083491ceba5201d96b514173890944928540">678d0834</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-09-10T07:55:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: confine Firefox 60 "Web Content" processes under the torbrowser_plugin_container AppArmor profile.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/45265423d7fea40f93a3924146933aa6e94f0d97">45265423</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-09-10T07:55:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: give Tor Browser's Web Content process some more innocuous access it now needs.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/eb328f2abe7b681c779a6cb7e49657ac93ecd005">eb328f2a</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-09-10T09:41:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: give Web Content processes read access to the startup cache, otherwise they fail to load
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/b828bdfafe60bb9bcf93ec660ad5c07ff7fdbdf5">b828bdfa</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:00:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Properly detect the system's locale
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/e886c20142d04724c2f9425cee6908f7699b883b">e886c201</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:04:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update list of languages that Tor Browser is available in
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/1eee4dcdd1b9717462b0bbb5000ec7d0325362eb">1eee4dcd</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:09:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'develop' of https://github.com/deskos-xp/torbrowser-launcher into deskos-xp-develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/e6069cfe567d392100042685ec106613f2c38117">e6069cfe</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:11:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove extra print statement
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/db2e3c9a3483dfe79d3a48511e297afb775ef961">db2e3c9a</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:11:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'deskos-xp-develop' into develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/11dd4d0059db3b99ac43eace603c0bea6a69430a">11dd4d00</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:14:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'develop' of https://github.com/NaruTrey/torbrowser-launcher into NaruTrey-develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/e9b7eab13c0983100b5b5bc279ebd3f1564c52de">e9b7eab1</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:14:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'NaruTrey-develop' into develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/b50706b7dad2b3c1ecec5946fadb78c5581c0544">b50706b7</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:32:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'locale-fix' into develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/d6d0158862915fad9b655f7232eeba3b7d43b411">d6d01588</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:33:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Version bump to 0.3.0 and updated changelog
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/79a191dcde2b7ce648f98bc565d626240eff414c">79a191dc</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:55:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make ppa script use python3, and switch the default suite to bionic
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/69eb6cdecfb8042797ee55101a3d343fd7c80a6b">69eb6cde</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T23:16:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add all the dependencies as build dependencies, to get the ppa to build
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/491be97f41f75a5574a3c03668ecc1cf78fb3b30">491be97f</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T13:12:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/patches: Refresh patches and Cherry-pick 5 upstream patches
5 upstream patches to fix appamor profile for Tor Browser 8.0
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/51cb120ec322b3150218b80bcf06a7563cc8b48b">51cb120e</a></strong>
<div>
<span>by Ulrike Uhlig</span>
<i>at 2018-09-18T13:13:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove myself from uploaders.
(cherry picked from commit 5648d7d884cc20066684c59bb0d93f031d3d8a49)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/9abf5bbbe2da9aacf4a3f749a91a22029310ff81">9abf5bbb</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T13:18:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make lintian slightly happy
* debian/control:
- Rename tag X-Python-Version to XS-Python-Version.
(cherry picked from commit 8b15bbd4b7fa3533842c41feec8044622c1a6f14)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/1686f0188cb194b05f85ba4abf657a8c259dcfd9">1686f018</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T13:39:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/torbrowser-launcher.maintscript: rm_conffile appamor profile
rm_conffile appamor profile /etc/apparmor.d/local/*, which was
removed since 0.2.9-2. Thanks to gregor herrmann for the fix.
(cherry picked from commit d0deb2f923edbaf3c2801c46d74b7925c5605593)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/eaa5cfc0109d03307f146612817c939b5af6b15f">eaa5cfc0</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T13:39:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: Add XB-Python-Version tag for binary package
(cherry picked from commit e20c71d8da0a82578573a55a72bb0f2cf7d3dadf)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/9943a06324e37d7e18012770816b7727e76bb0cf">9943a063</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T13:42:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: Remove branch info from Vcs-Git, which is already default
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/d7e0b6a85fd039cd36410f172aa589ab7377343f">d7e0b6a8</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T13:42:28Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.3.0~dev-1~exp4
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/e92689e854e574004c09945ece4c2975ab898609">e92689e8</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T14:17:50Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'debian/sid' into debian/experimental
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/78b2fb370f6b6c4fc439b43d3fd2799e60b7c4e3">78b2fb37</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T14:22:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge tag 'v0.3.0' into debian/experimental
Version 0.3.0
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/6fb3fc0825f77c971cb0c29763bd10e8ee297f5a">6fb3fc08</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T14:47:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream release 0.3.0 and refresh d/patches
Upstreamed patches are removed.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/4c1f9370858184307bf6063c49629656d74e8b5d">4c1f9370</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-19T13:52:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: Remove XS-Python-Version and XB-Python-Version
Since lintian says it's not necessary.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/04d9921f07b93faa043d6fc1fc62789a477e6bc1">04d9921f</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-19T14:06:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.3.0-1~exp1
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/3c47a30e53f47f12271f4678daffbe5d6e244987">3c47a30e</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-27T18:09:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix SHARE so that it works to run without installing
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/e57f1a2219fa6a9b0ae05c4949add550a478cf9a">e57f1a22</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-27T18:32:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Actually hide TBL window
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/15336310360fe87d98a8ffcb9b00f444dae56d58">15336310</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-28T00:13:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Tor Browser Developers public key
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/bc9347e9a817eefe448538a5e2eeac5e1980e832">bc9347e9</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-30T01:16:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/copyright: Add comment section to explain why this is contrib package
(cherry picked from commit 75c9e6ba05f4d310fd0bf9afca6b5085d8653d29)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/15640980f93c6dc3bc1c5ebe8b94b7c22c0a04e0">15640980</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-30T01:18:40Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/patches: Cherry-pick upstream patch to update Tor Browser Developers public key
(cherry picked from commit 6f7a64236a451281624b2a2d83a98c0d1151eef1)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/cf38af833cac6f03015cf4b07f343128a09e9bd2">cf38af83</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-30T01:20:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.3.0-1~exp2
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/f3c066ad6c8f89fac81a8794a9f7c78ef64f4fe4">f3c066ad</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-10-25T17:27:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Bump version to 0.3.1 and update changelog
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/b0f91a26cc38908a0d91243f7c7368aedf03087a">b0f91a26</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-10-27T16:46:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge tag 'v0.3.1' into debian/experimental
Version 0.3.1
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/4ec65d9c7a072daa2b48439792651036f3ca1c0d">4ec65d9c</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-10-27T16:53:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream release 0.3.1 and remove upstreamed 0004 patch
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/b724de3b0c33caa7e49e5adeb4d6290e036bb37f">b724de3b</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-10-27T17:27:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.3.1-1~exp1 to experimental
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/ab21c9343805315a282c7330f4406afb0adcdec2">ab21c934</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-10-31T15:45:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'debian/experimental' into debian/sid
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/a7fbc9310d3153d7431ec8321b3b71089c9ef1b7">a7fbc931</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-10-31T15:48:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.3.1-1
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/fd8a6332cd71c7f3490a6e8af6233d639313e15c">fd8a6332</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-11-06T13:29:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'debian/sid' into debian/stretch-backports
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/4b8f917c9eee939c0002fe5632029da86d364e88">4b8f917c</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-11-06T13:31:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Rebuild as 0.3.1-1~bpo9+1 for stretch-backports
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/5c2d9b34f6f8f859db43ddbc4d3c22f807c541ed">5c2d9b34</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-11-06T13:35:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Rebuild as 0.3.1-1~bpo8+1 for jessie-backports-sloppy
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#7f9004ad0df1b6391abc998d9a153f9e763cbdd7">
<span class="new-file">
+
.github/CODEOWNERS
</span>
</a>
</li>
<li class="file-stats">
<a href="#568567d79c627b174f2376d01621f90b9ae2ad29">
BUILD.md
</a>
</li>
<li class="file-stats">
<a href="#ab09011fa121d0a2bb9fa4ca76094f2482b902b7">
CHANGELOG.md
</a>
</li>
<li class="file-stats">
<a href="#448181210bfa2239c532dce3b8ea66d18c42b16c">
apparmor/local/torbrowser.Browser.firefox
</a>
</li>
<li class="file-stats">
<a href="#9e49d96cc7d35c4322ed4fdfa3444d4fd0f284c2">
apparmor/local/torbrowser.Browser.plugin-container
</a>
</li>
<li class="file-stats">
<a href="#0ecad299da32cd62ecb58849ab1c05ade985b54a">
apparmor/local/torbrowser.Tor.tor
</a>
</li>
<li class="file-stats">
<a href="#4c463aa16aa8b1f3f8167197c63df893afe82e3f">
apparmor/torbrowser.Browser.firefox
</a>
</li>
<li class="file-stats">
<a href="#48dfd318840ab0dfdb4a16f839c9cde085cf3871">
apparmor/torbrowser.Browser.plugin-container
</a>
</li>
<li class="file-stats">
<a href="#5066a56e99703cf87a89e425680e50189e82f7a1">
apparmor/torbrowser.Tor.tor
</a>
</li>
<li class="file-stats">
<a href="#0a2e01745577a47c3a8459ef240fd80120049249">
build_deb.sh
</a>
</li>
<li class="file-stats">
<a href="#9c79e8a644eb5224eae5a79c89862232ae109b60">
build_rpm.sh
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#0109d2e68d7149fc6f2d92b797ee056c1efb1634">
debian/patches/0016-Remove-apparmor-local-path-from-setup.py.patch
→
debian/patches/0001-Remove-apparmor-local-path-from-setup.py.patch
</a>
</li>
<li class="file-stats">
<a href="#316ee016ddc01785f976877efe3d54f5da673b42">
<span class="deleted-file">
−
debian/patches/0001-Update-AppArmor-comments.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#b15536e45f484f837bdc6173843b44272bccea2c">
<span class="deleted-file">
−
debian/patches/0002-Drop-spurious-trailing-whitespace.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#0e812c9ca8d8bf53a7e3bfc2d84770a53ee2f153">
<span class="new-file">
+
debian/patches/0002-show-gui-only-if-tbb-not-installed.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#0565bcfbb891b9c18434585cb0d8fb5df1b1386c">
<span class="deleted-file">
−
debian/patches/0003-AppArmor-allow-plugin-container-to-read-file-app-ass.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#de8aeba5aa9add223abf52641bcfc0aebbe1051d">
<span class="new-file">
+
debian/patches/0003-remove-double-common-assignment.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#a3c13e77677b71c59fb161128e23fd63530702f8">
<span class="deleted-file">
−
debian/patches/0004-AppArmor-allow-Firefox-to-ptrace-plugin-container-an.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#c8ae54237723b1793d6439aed52344e6060684b3">
<span class="deleted-file">
−
debian/patches/0005-AppArmor-allow-plugin-container-to-receive-term-sign.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#d8320db26aa76569425aaca651c71370a3095c9c">
<span class="deleted-file">
−
debian/patches/0006-Fix-comment.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#10313458ee9d9aef7bd18771063054eec6030aa4">
<span class="deleted-file">
−
debian/patches/0007-AppArmor-allow-Firefox-to-fully-manage-its-fontconfi.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#c2ba002eb564ddbf130b4e8246af70fab7f638d4">
<span class="deleted-file">
−
debian/patches/0008-AppArmor-grant-access-to-mostly-innocuous-stuff-plug.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#8dc1033494e25ded1fc15bb8d9b13cd640e64a30">
<span class="deleted-file">
−
debian/patches/0009-AppArmor-silence-denial-logs-about-PulseAudio.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#cc7aa95ec690686fc716590d08951c607fa17a6f">
<span class="deleted-file">
−
debian/patches/0010-AppArmor-silence-more-inherited-files-access-denial.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#a19c168618c49d391c3e0981ad2a88d253810a96">
<span class="deleted-file">
−
debian/patches/0011-AppArmor-drop-support-for-long-obsolete-paths.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#e1d15391ef82360d32b561a92cd422785b8fe8dd">
<span class="deleted-file">
−
debian/patches/0012-AppArmor-refactor-thanks-to-variables-defined-in-tun.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#1e2f92c833f282c8df795ced8ac262371315cd38">
<span class="deleted-file">
−
debian/patches/0013-AppArmor-give-the-tor-profile-a-stable-name.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#6153730a56d38a1fddeba1720c1166889d5b53ca">
<span class="deleted-file">
−
debian/patches/0014-AppArmor-support-some-of-the-included-pluggable-tran.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: #777777;">
—
<br>
<a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/compare/21c4442dbd6c6ac422471213070e0c47e82b3e1f...5c2d9b34f6f8f859db43ddbc4d3c22f807c541ed">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>