- Apr 11, 2024
-
- Apr 08, 2024
-
-
- Mar 22, 2024
-
- Mar 19, 2024
-
-
boklm authored
-
- Mar 18, 2024
-
-
Richard Pospesel authored
-
Cecylia Bocovich authored
-
- Mar 13, 2024
-
- Mar 11, 2024
-
-
boklm authored
As the xz version on the host can be different and produce different output, we compress the firefox source tarball inside a container. At the same time we use xz's --threads option to make compression faster by using multiple threads. We also move the src-tarballs step definition from rbm.conf to projects/firefox/config since it's not used in any other project.
-
- Mar 05, 2024
-
-
Pier Angelo Vendrame authored
This is a Tor Browser-only release to update the domain front CDN.
-
- Mar 04, 2024
-
-
As of March 1st, foursquare.com renewed its certificate and domain fronting stopped working through this front according to fastly's new policy: https://github.com/net4people/bbs/issues/309
-
- Feb 29, 2024
-
- Feb 20, 2024
-
-
Richard Pospesel authored
(cherry picked from commit 6778ba32)
-
- Feb 15, 2024
-
- Feb 14, 2024
-
-
Cecylia Bocovich authored
(cherry picked from commit 98943bdf)
-
Richard Pospesel authored
-
- Feb 13, 2024
-
- Jan 31, 2024
-
-
boklm authored
The IO::CaptureOutput perl module is deprecated, so we switch to Capture::Tiny. We also remove some uses of IO::CaptureOutput where it was not needed.
-
- Jan 30, 2024
-
-
boklm authored
-
- Jan 25, 2024
-
-
boklm authored
-
- Jan 23, 2024
-
-
Richard Pospesel authored
- add #41066 to changelog
-
Pier Angelo Vendrame authored
Our APK was refused by the Play Store as too big. As a workaround, for this release we can try to compress the APK more, by extracting it and repacking it with 7-zip. The preferred and long-term solution would be to switch to Android App Bundles, but this might require some changes to our signing scripts.
-
- Jan 19, 2024
-
-
Richard Pospesel authored
- updated changelog
-
- Jan 18, 2024
-
- Jan 16, 2024
-
- Jan 11, 2024
-
- Jan 10, 2024
-
- Jan 09, 2024
-
-
Richard Pospesel authored
(cherry picked from commit 4ea089e4)
-
Pier Angelo Vendrame authored
We need to do some path manipulation in some Firefox code that is run before initializing XPCOM. So, the alternatives are either Path* functions from shlwapi, or std::filesystem, which is disabled in Firefox 115. Mozilla enabled it starting from 116, but we have been told it is okay to enable it also in 115, so we do it with this patch.
-
Pier Angelo Vendrame authored
Debian bookworm became the new stable in June 2023, so we should update our containers to use it. On macOS the update did not cause any issue, and just updating the suite name worked. On Windows, it caused some problems where we used the strip provided by the OS (only for tor, it seems), because the new version of strip seems to update the timestamps by default. We are delaying the process for Android because there are still a couple of projects that require Java 11, which is not available on bookworm.
-
- Dec 21, 2023
- Dec 20, 2023
-
-
Pier Angelo Vendrame authored
Go 1.21 removed support for Windows 7 and 8. However, Firefox still supports them, so some users try Tor Browser but cannot use PTs. We cannot replicate the problem on our Windows 7 systems, but using Go 1.20.x for Windows should solve the problem for them. Snowflake is still on 1.21 because it is needed for some Pion changes.
-
boklm authored
- Dec 19, 2023
-
-
ma1 authored
-
Pier Angelo Vendrame authored
Pass the new version of components as arguments to avoid having to change the changelog output after it has been generated by the script.
-
boklm authored
Add a file to make it easier to detect the version of Mullvad Browser installed, like the tbb_version.json file we have in Tor Browser.
-
Richard Pospesel authored
-