summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Revert "Merge remote-tracking branch 'dcf/bug_27827'"Georg Koppen2018-10-19
| | | | | | | | | | | | | | This reverts commit 889be4318d80f11f2b5b2b845ab11868149c48f1, reversing changes made to d8ce7fca64a15cf9b71f7685ef2a8f36dae6a21a. The patch for bug 27827 leads to a busted Linux build.
* | Clarify Changelog entryGeorg Koppen2018-10-19
| |
* | Release preparations for 8.5a4Georg Koppen2018-10-19
| | | | | | | | Versions bump and Changelog update
* | Merge remote-tracking branch 'dcf/bug_27827'Georg Koppen2018-10-18
|\ \
| * | Bug 27827: pass -tmpdir to the linker in snowflake buildDavid Fifield2018-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The update to go 1.11.1 fixed part of #27827, namely the /tmp/go-buildRANDOMNUM paths embedded in the binary. However there is still a single /tmp/go-link-RANDOMNUM/go.o path remaining -- it comes from here: https://github.com/golang/go/blob/go1.11.1/src/cmd/link/internal/ld/lib.go#L935-L946 The random path affects the Go build ID even if we overwrite the random digits in the binary. Luckily there's a -tmpdir flag that lets us override the random path.
| * | Bug 27827: update go to 1.11.1David Fifield2018-10-17
| | |
* | | Merge remote-tracking branch 'arthur/28082'Georg Koppen2018-10-18
|\ \ \
| * | | Bug 28082: Add locales cs, el, hu, kaArthur Edelstein2018-10-16
| | | |
* | | | Merge branch 'bug_26475_v2'Georg Koppen2018-10-18
|\ \ \ \ | |_|/ / |/| | |
| * | | Bug 26475: Disable building Rust with Thin LTObug_26475_v2Georg Koppen2018-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building Rust with Thin LTO enabled leads to Tor Browser builds on macOS and probably Linux not being reproducible. The exact reason for that is unknown at the moment, although it seems fixed testing nightly Rust source tarballs as of mid-September 2018. We therefore disable Thin LTO for now by setting `codegen-units` to `1`.
* | | | Merge remote-tracking branch 'pc/bug26263-01'Georg Koppen2018-10-17
|\ \ \ \
| * | | | Bug 26263: app icon positioned incorrectly in macOS DMG installer windowKathy Brade2018-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a new .DS_Store file that has the correct app icon position. Incorporate a new background image with updated Tor Browser branding, including @1x and @2x (Retina) images. Remove the .fseventsd/ directory, which is not needed in a DMG. These changes also fix bug 25151: Update Tor Browser branding on installation.
* | | | | Bug 21704: Abort install if CPU is missing SSE2 supportNicolas Vigier2018-10-17
| |_|/ / |/| | | | | | | | | | | | | | | Update tbb-windows-installer to v0.5, adding patch to abort install if CPU is missing SSE2 support.
* | | | Merge remote-tracking branch 'boklm/bug_27218_v4'Georg Koppen2018-10-16
|\ \ \ \ | |/ / / |/| | |
| * | | Bug 27218: generate multiple bundles in parallelNicolas Vigier2018-10-11
| | | |
* | | | Bug 28022: Use `/usr/bin/env bash` for bash invocationGeorg Koppen2018-10-16
| |/ / |/| | | | | | | | | | | We use `/usr/bin/env` for invocation in other scripts already. Let's use it in `execdesktop` as well.
* | | Bug 6111: Update URL for tor-browser-bundle-testsuite.gitNicolas Vigier2018-10-15
|/ /
* | Bug 28002: fix the precomplete file in the en-US installerNicolas Vigier2018-10-11
| | | | | | | | | | | | The Windows installer for the en-US bundle was created from the $TB_STAGE_DIR instead of the $PKG_DIR where the precomplete file has been regenerated.
* | Bug 27320: Add modutil, pk12util, and shlibsign to mar-toolsJeremyRand2018-10-11
| | | | | | | | | | | | | | | | | | | | These binaries were already being built but were being discarded. Since reproducible builds of these tools are likely to be useful to some people (even though they're not required for Tor Browser to operate), it seems like they're worth distributing. They're placed in the mar-tools zip because that's where certutil was already being placed.
* | Bug 27320: Add nssckbi library to mar-toolsJeremyRand2018-10-11
| | | | | | | | | | | | This library is needed for a subset of certutil's functionality (specifically, the ability for certutil to change the trust settings of built-in certificates).
* | Bug 27320: Add certutil and signmar to macOS mar-toolsJeremyRand2018-10-11
| | | | | | | | | | | | | | | | | | | | These binaries were already being built but were being discarded. Since reproducible builds of these tools for macOS are likely to be useful to some people (even though they're not required for Tor Browser to operate), it seems like they're worth distributing. They're placed in the mar-tools zip because that's where they were already being placed for Linux.
* | Bug 27320: Add certutil and signmar to Windows mar-toolsJeremyRand2018-10-11
| | | | | | | | | | | | | | | | | | | | These binaries were already being built but were being discarded. Since reproducible builds of these tools for Windows are likely to be useful to some people (even though they're not required for Tor Browser to operate), it seems like they're worth distributing. They're placed in the mar-tools zip because that's where they were already being placed for Linux.
* | Fold in stable changelogsGeorg Koppen2018-10-09
| |
* | Release preparations for 8.5a3Georg Koppen2018-10-02
| |
* | Bug 27865: Tor Browser 8.5a2 is crashing on WindowsGeorg Koppen2018-10-02
| | | | | | | | | | | | We disable the usage of MOZILLA_OFFICIAL again for Windows platforms as Tor Browser is crashing otherwise. The underlying reason is likely the same as in https://bugzilla.mozilla.org/show_bug.cgi?id=1470772.
* | Bug 27183: set mar_compression to xz for all releasesNicolas Vigier2018-09-26
| |
* | Picking up tor-0.3.5.2-alphaGeorg Koppen2018-09-21
| |
* | Pick up three Mozilla patches for 8.5a2Georg Koppen2018-09-20
| |
* | Fix typo in changelogGeorg Koppen2018-09-18
| |
* | Release preparations for 8.5a2Georg Koppen2018-09-18
| |
* | Bug 27623: Export MOZILLA_OFFICIAL during desktop buildsKathy Brade2018-09-18
| | | | | | | | | | This fixes a problem where some preferences had the wrong default value. Also see bug 27472 where we made a similar fix for Android.
* | Bug 27546: Fix vertical scrollbar behavior in Tor Browser 8 with Gtk3Georg Koppen2018-09-18
| |
* | Bug 27552: Use bundled dir on CentOS/RHEL 6Nicolas Vigier2018-09-18
| | | | | | | | | | | | | | | | | | On CentOS/RHEL 6, add the bundled directory from the firefox package to the LD_LIBRARY_PATH. In addition, we don't reset anymore the previous LD_LIBRARY_PATH value, but only add new directories to it. This allows users to set LD_LIBRARY_PATH before starting the browser if additional libraries are needed.
* | Updating torbutton keyGeorg Koppen2018-09-18
| |
* | Bug 26556: Fix broken Tor Browser icon path on Linuxbug_26556Georg Koppen2018-09-13
| |
* | Merge remote-tracking branch 'boklm/bug_26570'Georg Koppen2018-09-06
|\ \
| * | Bug 26570: Redirect pre-8.0 stable users to a separate update directoryNicolas Vigier2018-08-29
| | |
* | | Bug 27182: set mar_compression to xz for 8.0.1 releaseNicolas Vigier2018-09-06
| | |
* | | Bug 26411: Stop using old MAR format in the second esr60-based stable releaseNicolas Vigier2018-09-06
| | |
* | | Fix typo in ChangelogGeorg Koppen2018-09-06
| | |
* | | Release preparations for 8.5a1Georg Koppen2018-09-03
| | | | | | | | | | | | Version bumps
* | | Updating changelog for 8.5a1; typo fixesGeorg Koppen2018-09-03
| | |
* | | Bug 25405: cannot use Moat if a meek bridge is configuredKathy Brade2018-09-03
| | | | | | | | | | | | | | | When doing Moat things, use a separate profile for the secondary browser (instead of trying to use the main meek helper profile).
* | | Bug 27179: update mar_compressionNicolas Vigier2018-09-03
| | | | | | | | | | | | Set mar_compression to xz for the alpha, and bzip2 for the stable.
* | | Pick up new tor-browser tag and use build5 for 8.0Georg Koppen2018-09-02
| | |
* | | Pick up new tor-browser and torbutton tags for build4Georg Koppen2018-09-01
| | |
* | | Use build3 for 8.0Georg Koppen2018-08-31
| | |
* | | Actually ship stable win64 bundlesGeorg Koppen2018-08-31
| | |
* | | Use build2 for 8.0Georg Koppen2018-08-31
| | |
* | | Bug 27397: add arma's key C218525819F78451 to ./keyring/tor.gpgNicolas Vigier2018-08-31
| | |