Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
210a4b2c
by Pier Angelo Vendrame at 2022-12-20T20:10:56+01:00
13 changed files:
- .gitlab/issue_templates/Release Prep - Alpha.md
- projects/android-components/config
- projects/browser/Bundle-Data/Docs/ChangeLog.txt
- projects/browser/allowed_addons.json
- projects/fenix/config
- projects/firefox/config
- projects/geckoview/config
- projects/go/config
- projects/manual/config
- projects/tor/config
- projects/translation/config
- rbm.conf
- + tools/get-translation-hashes
Changes:
... | ... | @@ -69,11 +69,6 @@ |
69 | 69 | <summary>Shared</summary>
|
70 | 70 | |
71 | 71 | ### tor-browser: https://gitlab.torproject.org/tpo/applications/tor-browser.git
|
72 | -- [ ] ***(Optional)*** Update torbutton translations in `toolkit/torbutton`
|
|
73 | - - [ ] `./import-translations.sh`
|
|
74 | - - **NOTE** : if there are no new strings imported then we are done here
|
|
75 | - - [ ] Commit as `fixup!` to the `Add TorStrings module for localization` commit
|
|
76 | - - **NOTE** : only add files which are already being tracked
|
|
77 | 72 | - [ ] ***(Optional)*** Backport any Android-specific security fixes from Firefox rapid-release
|
78 | 73 | - [ ] ***(Optional, Chemspill)*** Backport security-fixes to both `tor-browser` and `base-browser` branches
|
79 | 74 | - [ ] ***(Optional)*** Rebase to `$(ESR_VERSION)`
|
... | ... | @@ -126,6 +121,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in |
126 | 121 | - [ ] `git_hash` : update the `$(BUILD_N)` section to match `tor-browser` tag
|
127 | 122 | - [ ] ***(Optional)*** `var/firefox_platform_version` : update to latest `$(ESR_VERSION)` if rebased
|
128 | 123 | - [ ] Update `projects/translation/config`:
|
124 | + - [ ] run `tools/get-translation-hashes` to get updated hashes
|
|
129 | 125 | - [ ] `steps/base-browser/git_hash` : update with `HEAD` commit of project's `base-browser` branch
|
130 | 126 | - [ ] `steps/base-browser-fluent/git_hash` : update with `HEAD` commit of project's `basebrowser-newidentityftl` branch
|
131 | 127 | - [ ] `steps/tor-browser/git_hash` : update with `HEAD` commit of project's `tor-browser` branch
|
... | ... | @@ -155,7 +151,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in |
155 | 151 | - [ ] **(Optional)** If new tag available, update `projects/zlib/config`
|
156 | 152 | - [ ] `version` : update to next release tag
|
157 | 153 | - [ ] Check for tor updates here : https://gitlab.torproject.org/tpo/core/tor/-/tags
|
158 | - - [ ] ***(Optional)*** Update `projects/tor/config`
|
|
154 | + - [ ] ***(Optional)*** Update `projects/tor/config`
|
|
159 | 155 | - [ ] `version` : update to latest `-alpha` tag or release tag if newer (ping dgoulet or ahf if unsure)
|
160 | 156 | - [ ] Check for go updates here : https://golang.org/dl
|
161 | 157 | - **NOTE** : Tor Browser Alpha uses the latest Stable major series go version
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | 2 | version: '[% c("abbrev") %]'
|
3 | 3 | filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
|
4 | -git_hash: '[% project %]-[% c("var/android_components_version") %]-[% c("var/torbrowser_branch") %]-1-build5'
|
|
4 | +git_hash: '[% project %]-[% c("var/android_components_version") %]-[% c("var/browser_branch") %]-build[% c("var/android_components_build") %]'
|
|
5 | 5 | git_url: https://gitlab.torproject.org/tpo/applications/android-components.git
|
6 | 6 | tag_gpg_id: 1
|
7 | 7 | gpg_keyring:
|
... | ... | @@ -13,7 +13,8 @@ container: |
13 | 13 | |
14 | 14 | var:
|
15 | 15 | android_components_version: 102.0.14
|
16 | - torbrowser_branch: 12.0
|
|
16 | + browser_branch: 12.5-1
|
|
17 | + android_components_build: 1
|
|
17 | 18 | # This should be updated when the list of gradle dependencies is changed.
|
18 | 19 | gradle_dependencies_version: 37
|
19 | 20 | gradle_version: 7.0.2
|
1 | +Tor Browser 12.5a1 - December 21 2022
|
|
2 | + * All Platforms
|
|
3 | + * Updated tor to 0.4.7.12
|
|
4 | + * Bug 40711: Review and expand the stakeholders we communicate major changes to [tor-browser-build]
|
|
5 | + * Bug 41478: Drop the torbutton submodule in 12.5 [tor-browser]
|
|
6 | + * Bug 41514: eslint broken since migrating torbutton [tor-browser]
|
|
7 | + * Windows + macOS + Linux
|
|
8 | + * Updated Firefox to 102.6esr
|
|
9 | + * Bug 26504: about:preferences shows Firefox's version instead of Tor Browser's
|
|
10 | + * Bug 32308: Stop inner letterbox jiggling as border is dragged [tor-browser]
|
|
11 | + * Bug 40347: URL bar lock icon says connection is not secure when on "view-source:[...].onion" URLs [tor-browser]
|
|
12 | + * Bug 40678: Force all 11.5 users to update through 11.5.8 before 12.0 [tor-browser-build]
|
|
13 | + * Bug 41375: Clean unused strings [tor-browser]
|
|
14 | + * Bug 41435: Add a Tor Browser migration function [tor-browser]
|
|
15 | + * Bug 41448: User `danger` style for primary button in new identity modal [tor-browser]
|
|
16 | + * Bug 41483: Tor Browser says Firefox timed out, confusing users [tor-browser]
|
|
17 | + * Bug 41503: Disable restart in case of reboot and restore in case of crash [tor-browser]
|
|
18 | + * Bug 41520: Regression: rearranging bookmarks / place items by drag & drop doesn't work anymore [tor-browser]
|
|
19 | + * Bug 41524: about:tbupdate needs UTF-8 [tor-browser]
|
|
20 | + * Bug 41525: Drop locales from torbutton, since we will inject them in tor-browser-build [tor-browser]
|
|
21 | + * macOS + Linux
|
|
22 | + * Bug 41519: TOR_SOCKS_IPC_PATH environment variable not honored [tor-browser]
|
|
23 | + * Windows
|
|
24 | + * Bug 40708: tor.exe in tor-expert-bundle not writing stdout even when run from cmd.exe [tor-browser-build]
|
|
25 | + * macOS
|
|
26 | + * Bug 40716: Unable to update to 12.0.1 on Apple Silicon-based Mac [tor-browser-build]
|
|
27 | + * Android
|
|
28 | + * Updated GeckoView to 102.6esr
|
|
29 | + * Bug 41001: Remove remaining security slider code [tor-browser]
|
|
30 | + * Build System
|
|
31 | + * All Platforms
|
|
32 | + * Updated Go to 1.19.4
|
|
33 | + * Bug 40645: Verify we no longer depend on any signed tags from sysrqb and gk, and remove them from torbutton.gpg [tor-browser-build]
|
|
34 | + * Bug 40679: Use the latest translations for nightly builds [tor-browser-build]
|
|
35 | + * Bug 40681: Run apt-get clean, after installing packages in projects/container-image/config [tor-browser-build]
|
|
36 | + * Bug 40683: Install more packages in the default containers to reduce the number of custom containers [tor-browser-build]
|
|
37 | + * Bug 40689: Update Ubuntu version from projects/mmdebstrap-image/config to 22.04.1 [tor-browser-build]
|
|
38 | + * Bug 40717: Create a script to prepare changelogs [tor-browser-build]
|
|
39 | + * Windows + macOS + Linux
|
|
40 | + * Bug 40707: Update update_responses_config.yml to allow 11.5.8 to update to whatever latest is [tor-browser-build]
|
|
41 | + * Bug 40713: Use the new tor-browser l10n branch in Firefox [tor-browser-build]
|
|
42 | + * Linux + Android
|
|
43 | + * Bug 40653: Build compiler-rt with runtimes instead of the main LLVM build [tor-browser-build]
|
|
44 | + * macOS
|
|
45 | + * Bug 40694: aarch64 tor-expert-bundle for macOS is not exported as part of the browser build [tor-browser-build]
|
|
46 | + * Bug 40704: Building nightly macos incrementals fails [tor-browser-build]
|
|
47 | + * Linux
|
|
48 | + * Bug 40693: Can't build container-image in main [tor-browser-build]
|
|
49 | + * Android
|
|
50 | + * Bug 40702: Nightly builds fails with "error: pathspec 'tor-browser-102.5.0esr-12.0-2' did not match any file(s) known to git" [tor-browser-build]
|
|
51 | + |
|
52 | +Tor Browser 12.0.1 - December 14 2022
|
|
53 | + * Windows + macOS + Linux
|
|
54 | + * Updated Firefox to 102.6esr
|
|
55 | + * Bug 41519: TOR_SOCKS_IPC_PATH environment variable not honored [tor-browser]
|
|
56 | + * Bug 41520: Regression: rearranging bookmarks / place items by drag & drop doesn't work anymore [tor-browser]
|
|
57 | + * Android
|
|
58 | + * Updated GeckoView to 102.6esr
|
|
59 | + * Build System
|
|
60 | + * All Platforms
|
|
61 | + * Updated Go to 1.19.4
|
|
62 | + * Bug 40653: Build compiler-rt with runtimes instead of the main LLVM build [tor-browser-build]
|
|
63 | + * Bug 40681: Run apt-get clean, after installing packages in projects/container-image/config [tor-browser-build]
|
|
64 | + * Bug 40683: Install more packages in the default containers to reduce the number of custom containers [tor-browser-build]
|
|
65 | + * Bug 40693: Can't build container-image in main [tor-browser-build]
|
|
66 | + * Bug 40705: Add empty commit mentioning that gitolite repo is no longer updated [tor-browser-build]
|
|
67 | + * Windows
|
|
68 | + * Bug 40708: tor.exe in tor-expert-bundle not writing stdout even when run from cmd.exe [tor-browser-build]
|
|
69 | + * Linux
|
|
70 | + * Bug 40689: Update Ubuntu version from projects/mmdebstrap-image/config to 22.04.1 [tor-browser-build]
|
|
71 | + |
|
72 | +Tor Browser 12.0 - December 5 2022
|
|
73 | + * All Platforms
|
|
74 | + * Update Translations
|
|
75 | + * Update tor to 0.4.7.12
|
|
76 | + * Bug 17228: Consideration for disabling/trimming referrers within TBB [tor-browser]
|
|
77 | + * Bug 24686: In Tor Browser context, should network.http.tailing.enabled be set to false? [tor-browser]
|
|
78 | + * Bug 27127: Audit and enable HTTP/2 push [tor-browser]
|
|
79 | + * Bug 27258: font whitelist means we don't have to set gfx.downloadable_fonts.fallback_delay [tor-browser]
|
|
80 | + * Bug 40057: ensure that CSS4 system colors are not a fingerprinting vector [tor-browser]
|
|
81 | + * Bug 40058: ensure no locale leaks from new Intl APIs [tor-browser]
|
|
82 | + * Bug 40183: Consider disabling TLS ciphersuites containing SHA-1 [tor-browser]
|
|
83 | + * Bug 40251: Clear obsolete prefs after torbutton!27 [tor-browser]
|
|
84 | + * Bug 40406: Remove Presentation API related prefs [tor-browser]
|
|
85 | + * Bug 40491: Don't auto-pick a v2 address when it's in Onion-Location header [tor-browser]
|
|
86 | + * Bug 40494: Update Startpage and Blockchair onion search providers [tor-browser]
|
|
87 | + * Bug 40580: Add support for Ukranian (uk) [tor-browser-build]
|
|
88 | + * Bug 40646: Don't build Español AR anymore [tor-browser-build]
|
|
89 | + * Bug 40674: Add Secondary Snowflake Bridge [tor-browser-build]
|
|
90 | + * Bug 40783: Review 000-tor-browser.js and 001-base-profile.js for 102 [tor-browser]
|
|
91 | + * Bug 41098: Compare Tor Browser's and GeckoView's profiles [tor-browser]
|
|
92 | + * Bug 41125: Review Mozilla 1732792: retry polling requests without proxy [tor-browser]
|
|
93 | + * Bug 41154: Review Mozilla 1765167: Deprecate Cu.import [tor-browser]
|
|
94 | + * Bug 41164: Add some #define for the base-browser section [tor-browser]
|
|
95 | + * Bug 41306: Typo "will not able" in "Tor unexpectedly exited" dialog [tor-browser]
|
|
96 | + * Bug 41317: Tor Browser leaks banned ports in network.security.ports.banned [tor-browser]
|
|
97 | + * Bug 41345: fonts: windows whitelist contains supplemental fonts [tor-browser]
|
|
98 | + * Bug 41398: Disable Web MIDI API [tor-browser]
|
|
99 | + * Bug 41406: Do not define `--without-wasm-sandboxed-libraries` if `WASI_SYSROOT` is defined [tor-browser]
|
|
100 | + * Bug 41420: Remove brand.dtd customization on nightly [tor-browser]
|
|
101 | + * Bug 41457: Remove more Mozilla permissions [tor-browser]
|
|
102 | + * Bug 41473: Add support for Albanian (sq) [tor-browser]
|
|
103 | + * Windows + macOS + Linux
|
|
104 | + * Update Firefox to 102.5.0esr
|
|
105 | + * Bug 17400: Decide how to use the multi-lingual Tor Browser in the alpha/release series [tor-browser]
|
|
106 | + * Bug 40595: Migrate to 102 on desktop [tor-browser-buid]
|
|
107 | + * Bug 40638: Visit our website link after build-to-build upgrade in Nightly channel points to old v2 onion [tor-browser-build]
|
|
108 | + * Bug 40648: Do not customize update.locale in multi-lingual builds [tor-browser-build]
|
|
109 | + * Bug 40853: use Subprocess.jsm to launch tor [tor-browser]
|
|
110 | + * Bug 40933: Migrate remaining tor-launcher functionality to tor-browser [tor-browser]
|
|
111 | + * Bug 41011: The Internet and Tor status are visible when opening the settings [tor-browser]
|
|
112 | + * Bug 41044: Content exceeding the height of the connection settings modals [tor-browser]
|
|
113 | + * Bug 41116: Review Mozilla 1226042: add support for the new 'system-ui' generic font family [tor-browser]
|
|
114 | + * Bug 41117: Review Mozilla 1512851: Add Share Menu to File Menu on macOS [tor-browser]
|
|
115 | + * Bug 41283: Toolbar buttons missing their label attribute [tor-browser]
|
|
116 | + * Bug 41284: Stray security-level- fluent ids [tor-browser]
|
|
117 | + * Bug 41287: New identity button inactive if added after customization [tor-browser]
|
|
118 | + * Bug 41292: moreFromMozilla pane in about:preferences in 12.0a2 [tor-browser]
|
|
119 | + * Bug 41293: Incomplete branding in German with 12.0a2 [tor-browser]
|
|
120 | + * Bug 41337: Add a title to the new identity confirmation [tor-browser]
|
|
121 | + * Bug 41342: Update the New Identity dialog to the proton modal style [tor-browser]
|
|
122 | + * Bug 41344: Authenticated Onion Services do not prompt for auth key in 12.0 alpha series [tor-browser]
|
|
123 | + * Bug 41352: Update or drop the show manual logic in torbutton [tor-browser]
|
|
124 | + * Bug 41369: Consider a different list-order for locales in language menu [tor-browser]
|
|
125 | + * Bug 41374: Missing a few torconnect strings in the DTD [tor-browser]
|
|
126 | + * Bug 41377: Hide `Search for more languages...` from Language selector in multi-locale build [tor-browser]
|
|
127 | + * Bug 41378: Inform users when Tor Browser sets their language automatically [tor-browser]
|
|
128 | + * Bug 41385: Bootstrap failure is logged but not raised up to about:torconnect [tor-browser]
|
|
129 | + * Bug 41386: The new tor-launcher has a problem when another Tor is running [tor-browser]
|
|
130 | + * Bug 41387: New identity and new circuit ended up inside history [tor-browser]
|
|
131 | + * Bug 41400: Missing onionAuthViewKeys causes "Onion Services Keys" dialog to be empty. [tor-browser]
|
|
132 | + * Bug 41401: Missing some mozilla icons because we still loading them from "chrome://browser/skin" rather than "chrome://global/skin/icons" [tor-browser]
|
|
133 | + * Bug 41404: Fix blockchair-onion search extension [tor-browser]
|
|
134 | + * Bug 41409: Circuit display is broken on Tails [tor-browser]
|
|
135 | + * Bug 41410: Opening and closing HTTPS-Only settings make the identity panel shrink [tor-browser]
|
|
136 | + * Bug 41412: New Identity shows "Tor Browser" instead of "Restart Tor Browser" in unstranslated locales [tor-browser]
|
|
137 | + * Bug 41417: Prompt users to restart after changing language [tor-browser]
|
|
138 | + * Bug 41429: TorConnect and TorSettings are initialized twice [tor-browser]
|
|
139 | + * Bug 41435: Add a Tor Browser migration function [tor-browser]
|
|
140 | + * Bug 41436: The new tor-launcher handles arrays in the wrong way [tor-browser]
|
|
141 | + * Bug 41437: Use the new media query for dark theme for the "Connected" pill in bridges [tor-browser]
|
|
142 | + * Bug 41449: Onion authentication's learn more should link to the offline manual [tor-browser]
|
|
143 | + * Bug 41451: Still using requestedLocales in torbutton [tor-browser]
|
|
144 | + * Bug 41455: Tor Browser dev build cannot launch tor [tor-browser]
|
|
145 | + * Bug 41458: Prevent `mach package-multi-locale` from actually creating a package [tor-browser]
|
|
146 | + * Bug 41462: Add anchors to bridge-moji and onion authentication entries [tor-browser]
|
|
147 | + * Bug 41466: Port YEC 2022 campaign to Tor Browser 12.0 (Desktop) [tor-browser]
|
|
148 | + * Bug 41495: Clicking on "View Logs" in the "Establishing Connection" page takes you to about:preferences#connection and not logs [tor-browser]
|
|
149 | + * Bug 41498: The Help panel is empty in 12.0a4 [tor-browser]
|
|
150 | + * Bug 41508: Update the onboarding link for 12.0 [tor-browser]
|
|
151 | + * Windows
|
|
152 | + * Bug 41149: Review Mozilla 1762576: Firefox is not allowing Symantec DLP to inject DLL into the browser for Data Loss Prevention software [tor-browser]
|
|
153 | + * Bug 41278: Create Tor Browser styled pdf logo similar to the vanilla Firefox one [tor-browser]
|
|
154 | + * Bug 41426: base-browser nightly fails to build for windows-i686 [tor-browser]
|
|
155 | + * macOS
|
|
156 | + * Bug 23451: Adapt font whitelist to changes on macOS (zh locales) [tor-browser]
|
|
157 | + * Bug 41004: The Bangla font does not display correctly on MacOs [tor-browser]
|
|
158 | + * Bug 41108: Remove privileged macOS installation from 102 [tor-browser]
|
|
159 | + * Bug 41294: Bookmarks manager broken in 12.0a2 on MacOS [tor-browser]
|
|
160 | + * Bug 41348: cherry-pick macOS OSSpinLock replacements [tor-browser]
|
|
161 | + * Bug 41370: Find a way to ship custom default bookmarks without changing language-packs on macOS [tor-browser]
|
|
162 | + * Bug 41372: "Japanese" language menu item is localised in multi-locale testbuild (on mac OS) [tor-browser]
|
|
163 | + * Bug 41379: The new tor-launcher is broken also on macOS [tor-browser]
|
|
164 | + * Linux
|
|
165 | + * Bug 40359: Tor Browser Launcher has Wrong Icon [tor-browser]
|
|
166 | + * Bug 40626: Define the replacements for generic families on Linux [tor-browser-build]
|
|
167 | + * Bug 41163: Fixing loading of bundled fonts on linux [tor-browser]
|
|
168 | + * Android
|
|
169 | + * Update GeckoView to 102.5.0esr
|
|
170 | + * Bug 40014: Check which of our mobile prefs and configuration changes are still valid for GeckoView [tor-browser]
|
|
171 | + * Bug 40631: Stop bundling HTTPS Everywhere on Android [tor-browser-build]
|
|
172 | + * Bug 41394: Implement a setting to always prefer onion sites [tor-browser]
|
|
173 | + * Bug 41465: Port YEC 2022 campaign to Tor Browser 12.0 (Android) [tor-browser]
|
|
174 | + * Build System
|
|
175 | + * All Platforms
|
|
176 | + * Update Go to 1.19.3
|
|
177 | + * Bug 23656: Use .mozconfig files in tor-browser repo for rbm builds [tor-browser-build]
|
|
178 | + * Bug 28754: make testbuild-android-armv7 stalls during sha256sum step [tor-browser-build]
|
|
179 | + * Bug 40049: gpg_keyring should allow for array of keyrings [rbm]
|
|
180 | + * Bug 40397: Create a new build target to package tor daemon, pluggable transports and dependencies [tor-browser-build]
|
|
181 | + * Bug 40407: Bump binutils version to pick up security improvements for Windows users [tor-browser-build]
|
|
182 | + * Bug 40585: Prune the manual more [tor-browser-build]
|
|
183 | + * Bug 40587: Migrate tor-browser-build configs from gitolite to gitlab repos [tor-browser-build]
|
|
184 | + * Bug 40591: Rust 1.60 not working to build 102 on Debian Jessie [tor-browser-build]
|
|
185 | + * Bug 40592: Consider re-using our LLVM/Clang to build Rust [tor-browser-build]
|
|
186 | + * Bug 40593: Update signing scripts to take into account new project names and layout [tor-browser-build]
|
|
187 | + * Bug 40607: Add alpha-specific release prep template [tor-browser-build]
|
|
188 | + * Bug 40610: src-*.tar.xz tarballs are missing in https://dist.torproject.org/torbrowser/12.0a1/ [tor-browser-build]
|
|
189 | + * Bug 40612: Migrate Release Prep template to Release Prep - Stable [tor-browser-build]
|
|
190 | + * Bug 40619: Make sure translations are taken from gitlab.tpo and not git.tpo [tor-browser-build]
|
|
191 | + * Bug 40627: Add boklm to torbutton.gpg [torbrowser-build]
|
|
192 | + * Bug 40634: Update the project/browser path in tools/changelog-format-blog-post and other files [tor-browser-build]
|
|
193 | + * Bug 40636: Remove https-everywhere from projects/browser/config [tor-browser-build]
|
|
194 | + * Bug 40639: Remove tor-launcher references [tor-browser-build]
|
|
195 | + * Bug 40643: Update Richard's key in torbutton.gpg [tor-browser-build]
|
|
196 | + * Bug 40645: Remove unused signing keys and create individual keyrings for Tor Project developers [tor-browser-build]
|
|
197 | + * Bug 40655: Published tor-expert-bundle tar.gz files should not include their tor-browser-build build id [tor-browser-build]
|
|
198 | + * Bug 40656: Improve get_last_build_version in tools/signing/nightly/sign-nightly [tor-browser-build]
|
|
199 | + * Bug 40660: Update changelog-format-blog-post script to point gitlab rather than gitolite [tor-browser-build]
|
|
200 | + * Bug 40662: Make base-browser nightly build from tag [tor-browser-build]
|
|
201 | + * Bug 40663: Do not ship bookmarks in tor-browser-build anymore [tor-browser-build]
|
|
202 | + * Bug 40667: Update Node.js to 12.22.12 [tor-browser-build]
|
|
203 | + * Bug 40669: Remove HTTPS-Everywhere keyring [tor-browser-build]
|
|
204 | + * Bug 40671: Update langpacks URL [tor-browser-build]
|
|
205 | + * Bug 40675: Update tb_builders list in set-config [tor-browser-build]
|
|
206 | + * Bug 40690: Revert fix for zlib build break [tor-browser-build]
|
|
207 | + * Bug 41308: Use the same branch for Desktop and GeckoView [tor-browser]
|
|
208 | + * Bug 41321: Delete various master branches after automated build/testing scripts are updated [tor-browser]
|
|
209 | + * Bug 41340: Opt in to some of the NIGHTLY_BUILD features [tor-browser]
|
|
210 | + * Bug 41357: Enable browser toolbox debugging by default for dev builds [tor-browser]
|
|
211 | + * Bug 41446: Multi-lingual alpha bundles break make fetch [tor-browser]
|
|
212 | + * Windows + macOS + Linux
|
|
213 | + * Bug 40499: Update firefox to enable building from new 'base-browser' tag [tor-browser-build]
|
|
214 | + * Bug 40500: Add base-browser package project [tor-browser-build]
|
|
215 | + * Bug 40501: Makefile updates to support building base-browser packages [tor-browser-build]
|
|
216 | + * Bug 40503: Update Release Prep issue template with base-browser and privacy browser changes [tor-browser-build]
|
|
217 | + * Bug 40547: Remove container/remote_* from rbm.conf [tor-browser-build]
|
|
218 | + * Bug 40581: Update reference to master branches [tor-browser-build]
|
|
219 | + * Bug 40641: Fetch Firefox locales from l10n-central [tor-browser-build]
|
|
220 | + * Bug 40678: Force all 11.5 users to update through 11.5.8 before 12.0 [tor-browser-build]
|
|
221 | + * Bug 40685: Remove targets/nightly/var/mar_locales from rbm.conf [tor-browser-build]
|
|
222 | + * Bug 40686: Add a temporary project to fetch Fluent tranlations for base-browser [tor-browser-build]
|
|
223 | + * Bug 40691: Update firefox config to point to base-browser branch rather than a particular tag in nightly [tor-browser-build]
|
|
224 | + * Bug 40699: Fix input_files in projects/firefox-l10n/config [tor-browser-build]
|
|
225 | + * Bug 41099: Update+comment the update channels in update_responses.config.yaml [tor-browser]
|
|
226 | + * Windows
|
|
227 | + * Bug 29318: Use Clang for everything on Windows [tor-browser-buid]
|
|
228 | + * Bug 29321: Use mingw-w64/clang toolchain to build tor [tor-browser-build]
|
|
229 | + * Bug 29322: Use mingw-w64/clang toolchain to build OpenSSL [tor-browser-build]
|
|
230 | + * Bug 40409: Upgrade NSIS to 3.08 [tor-browser-build]
|
|
231 | + * Bug 40666: Fix compiler depedencies for Firefox on Windows [tor-browser-build]
|
|
232 | + * macOS
|
|
233 | + * Bug 40067: Rename "OS X" to "macOS" [tor-browser-build]
|
|
234 | + * Bug 40158: Add support for macOS AArch64 [tor-browser-build]
|
|
235 | + * Bug 40439: Create universal x86-64/arm64 mac builds [tor-browser-build]
|
|
236 | + * Bug 40605: Reworked the macOS toolchain creation [tor-browser-build]
|
|
237 | + * Bug 40620: Update macosx-sdk to 11.0 [tor-browser-build]
|
|
238 | + * Bug 40687: macOS nightly builds with packaged locales fail [tor-browser-build]
|
|
239 | + * Bug 40694: aarch64 tor-expert-bundle for macOS is not exported as part of the browser build [tor-browser-build]
|
|
240 | + * Linux
|
|
241 | + * Bug 31321: Add cc -> gcc link to projects/gcc [tor-browser-build]
|
|
242 | + * Bug 40621: Update namecoin patches for linted TorButton [tor-browser-build]
|
|
243 | + * Bug 40659: Error building goservice for linux in nightly build [tor-browser-build]
|
|
244 | + * Bug 41343: Add -without-wam-sandboxed-libraries to mozconfig-linux-x86_64-dev for local builds [tor-browser]
|
|
245 | + * Android
|
|
246 | + * Bug 40574: Improve tools/signing/android-signing [tor-browser-build]
|
|
247 | + * Bug 40604: Fix binutils build on android [tor-browser-build]
|
|
248 | + * Bug 40640: Extract Gradle in the toolchain setup [tor-browser-build]
|
|
249 | + * Bug 41304: Add Android-specific targets to makefiles [tor-browser]
|
|
250 | + |
|
1 | 251 | Tor Browser 12.0a5 - November 30 2022
|
2 | 252 | * All Platforms
|
3 | 253 | * Update Translations
|
... | ... | @@ -89,9 +339,13 @@ Tor Browser 11.5.8 - November 18 2022 |
89 | 339 | * Bug 40622: Update obfs4proxy to 0.0.14 in Tor Browser [tor-browser-build]
|
90 | 340 | * Windows + macOS + Linux
|
91 | 341 | * Bug 31064: Letterboxing is enabled in priviledged contexts too [tor-browser]
|
342 | + * Bug 31821: reapply window.open() clamping [tor-browser]
|
|
92 | 343 | * Bug 32411: Consider adding about:tor and others to the list of pages that do not need letterboxing [tor-browser]
|
344 | + * Bug 40081: Letterboxing since 32220 affected by layout.css.devPixelsPerPx [tor-browser]
|
|
345 | + * Bug 40767: 1px white border visible on fullscreen video playback [tor-browser]
|
|
93 | 346 | * Bug 41105: Tor Browser Does Not Clear CORS Preflight Cache despite creating a “New Identity” [tor-browser]
|
94 | 347 | * Bug 41413: Backup intl.locale.requested in 11.5.x [tor-browser]
|
348 | + * Bug 41433: Should letterboxing take in account optional components' heights? [tor-browser]
|
|
95 | 349 | * Bug 41434: Letterboxing bypass through secondary tab (popup/popunder...) [tor-browser]
|
96 | 350 | * Bug 41456: Backport ESR 102.5 security fixes to 91.13-based Tor Browser [tor-browser]
|
97 | 351 | * Bug 41460: Migrate new identity and security level preferences in 11.5.8 [tor-browser]
|
... | ... | @@ -232,7 +486,6 @@ Tor Browser 11.5.5 - October 20 2022 |
232 | 486 | |
233 | 487 | Tor Browser 11.5.4 - October 11 2022
|
234 | 488 | * All Platforms
|
235 | - * Bug 40580: Add support for uk (ukranian) locale [tor-browser-build]
|
|
236 | 489 | * Bug 40629: Bump snowflake version to 9ce1de4eee4e [tor-browser-build]
|
237 | 490 | * Bug 40633: Remove Team Cymru hard-coded bridges [tor-browser-build]
|
238 | 491 | * Bug 41326: Update preference for remoteRecipes [tor-browser]
|
... | ... | @@ -334,7 +587,7 @@ Tor Browser 12.0a2 - September 1 2022 |
334 | 587 | * Update Go to 1.18.5
|
335 | 588 | * Bug 40574: Improve tools/signing/android-signing [tor-browser-build]
|
336 | 589 | * Bug 40582: Prepared TBA to use Mozilla 102 components [tor-browser-build]
|
337 | - * Bug 40604: Bug 40604: Fix binutils build on android [tor-browser-build]
|
|
590 | + * Bug 40604: Fix binutils build on android [tor-browser-build]
|
|
338 | 591 | |
339 | 592 | Tor Browser 11.5.3 - August 29 2022
|
340 | 593 | * Android
|
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | "picture_url": "https://addons.mozilla.org/user-media/userpics/34/9734/13299734/13299734.png?modified=1565722641"
|
18 | 18 | }
|
19 | 19 | ],
|
20 | - "average_daily_users": 909198,
|
|
20 | + "average_daily_users": 920784,
|
|
21 | 21 | "categories": {
|
22 | 22 | "android": [
|
23 | 23 | "experimental",
|
... | ... | @@ -221,10 +221,10 @@ |
221 | 221 | "category": "recommended"
|
222 | 222 | },
|
223 | 223 | "ratings": {
|
224 | - "average": 4.5584,
|
|
225 | - "bayesian_average": 4.557180943955026,
|
|
226 | - "count": 4710,
|
|
227 | - "text_count": 1504
|
|
224 | + "average": 4.5582,
|
|
225 | + "bayesian_average": 4.556981916903566,
|
|
226 | + "count": 4742,
|
|
227 | + "text_count": 1512
|
|
228 | 228 | },
|
229 | 229 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/reviews/",
|
230 | 230 | "requires_payment": false,
|
... | ... | @@ -321,7 +321,7 @@ |
321 | 321 | "type": "extension",
|
322 | 322 | "url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/",
|
323 | 323 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/versions/",
|
324 | - "weekly_downloads": 25656
|
|
324 | + "weekly_downloads": 25636
|
|
325 | 325 | },
|
326 | 326 | "notes": null
|
327 | 327 | },
|
... | ... | @@ -337,7 +337,7 @@ |
337 | 337 | "picture_url": "https://addons.mozilla.org/user-media/userpics/73/4073/5474073/5474073.png?modified=1469820907"
|
338 | 338 | }
|
339 | 339 | ],
|
340 | - "average_daily_users": 669887,
|
|
340 | + "average_daily_users": 661005,
|
|
341 | 341 | "categories": {
|
342 | 342 | "android": [
|
343 | 343 | "security-privacy"
|
... | ... | @@ -469,9 +469,9 @@ |
469 | 469 | "category": "spotlight"
|
470 | 470 | },
|
471 | 471 | "ratings": {
|
472 | - "average": 4.6597,
|
|
473 | - "bayesian_average": 4.657149505820861,
|
|
474 | - "count": 2307,
|
|
472 | + "average": 4.6599,
|
|
473 | + "bayesian_average": 4.657336257654981,
|
|
474 | + "count": 2311,
|
|
475 | 475 | "text_count": 460
|
476 | 476 | },
|
477 | 477 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/reviews/",
|
... | ... | @@ -501,7 +501,7 @@ |
501 | 501 | "type": "extension",
|
502 | 502 | "url": "https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/",
|
503 | 503 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/versions/",
|
504 | - "weekly_downloads": 7804
|
|
504 | + "weekly_downloads": 5713
|
|
505 | 505 | },
|
506 | 506 | "notes": null
|
507 | 507 | },
|
... | ... | @@ -517,7 +517,7 @@ |
517 | 517 | "picture_url": "https://addons.mozilla.org/user-media/userpics/56/7656/6937656/6937656.png?modified=1550343990"
|
518 | 518 | }
|
519 | 519 | ],
|
520 | - "average_daily_users": 256617,
|
|
520 | + "average_daily_users": 257005,
|
|
521 | 521 | "categories": {
|
522 | 522 | "android": [
|
523 | 523 | "security-privacy"
|
... | ... | @@ -732,9 +732,9 @@ |
732 | 732 | "category": "recommended"
|
733 | 733 | },
|
734 | 734 | "ratings": {
|
735 | - "average": 4.82,
|
|
736 | - "bayesian_average": 4.815284382393805,
|
|
737 | - "count": 1300,
|
|
735 | + "average": 4.8208,
|
|
736 | + "bayesian_average": 4.816082492766398,
|
|
737 | + "count": 1306,
|
|
738 | 738 | "text_count": 235
|
739 | 739 | },
|
740 | 740 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/reviews/",
|
... | ... | @@ -820,7 +820,7 @@ |
820 | 820 | "type": "extension",
|
821 | 821 | "url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/",
|
822 | 822 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions/",
|
823 | - "weekly_downloads": 5014
|
|
823 | + "weekly_downloads": 4839
|
|
824 | 824 | },
|
825 | 825 | "notes": null
|
826 | 826 | },
|
... | ... | @@ -836,7 +836,7 @@ |
836 | 836 | "picture_url": "https://addons.mozilla.org/user-media/userpics/73/4073/5474073/5474073.png?modified=1469820907"
|
837 | 837 | }
|
838 | 838 | ],
|
839 | - "average_daily_users": 1080325,
|
|
839 | + "average_daily_users": 1077418,
|
|
840 | 840 | "categories": {
|
841 | 841 | "android": [
|
842 | 842 | "security-privacy"
|
... | ... | @@ -1358,10 +1358,10 @@ |
1358 | 1358 | "category": "recommended"
|
1359 | 1359 | },
|
1360 | 1360 | "ratings": {
|
1361 | - "average": 4.7978,
|
|
1362 | - "bayesian_average": 4.794944343168069,
|
|
1363 | - "count": 2136,
|
|
1364 | - "text_count": 419
|
|
1361 | + "average": 4.7982,
|
|
1362 | + "bayesian_average": 4.7953467483624355,
|
|
1363 | + "count": 2151,
|
|
1364 | + "text_count": 423
|
|
1365 | 1365 | },
|
1366 | 1366 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/reviews/",
|
1367 | 1367 | "requires_payment": false,
|
... | ... | @@ -1385,7 +1385,7 @@ |
1385 | 1385 | "type": "extension",
|
1386 | 1386 | "url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/",
|
1387 | 1387 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/versions/",
|
1388 | - "weekly_downloads": 23645
|
|
1388 | + "weekly_downloads": 18282
|
|
1389 | 1389 | },
|
1390 | 1390 | "notes": null
|
1391 | 1391 | },
|
... | ... | @@ -1401,7 +1401,7 @@ |
1401 | 1401 | "picture_url": null
|
1402 | 1402 | }
|
1403 | 1403 | ],
|
1404 | - "average_daily_users": 6109476,
|
|
1404 | + "average_daily_users": 6143701,
|
|
1405 | 1405 | "categories": {
|
1406 | 1406 | "android": [
|
1407 | 1407 | "security-privacy"
|
... | ... | @@ -1565,7 +1565,7 @@ |
1565 | 1565 | },
|
1566 | 1566 | "is_disabled": false,
|
1567 | 1567 | "is_experimental": false,
|
1568 | - "last_updated": "2022-11-21T14:05:21Z",
|
|
1568 | + "last_updated": "2022-12-15T18:40:20Z",
|
|
1569 | 1569 | "name": {
|
1570 | 1570 | "ar": "uBlock Origin",
|
1571 | 1571 | "bg": "uBlock Origin",
|
... | ... | @@ -1710,10 +1710,10 @@ |
1710 | 1710 | "category": "recommended"
|
1711 | 1711 | },
|
1712 | 1712 | "ratings": {
|
1713 | - "average": 4.7782,
|
|
1714 | - "bayesian_average": 4.777784409823513,
|
|
1715 | - "count": 14615,
|
|
1716 | - "text_count": 3832
|
|
1713 | + "average": 4.7784,
|
|
1714 | + "bayesian_average": 4.777984735280378,
|
|
1715 | + "count": 14716,
|
|
1716 | + "text_count": 3857
|
|
1717 | 1717 | },
|
1718 | 1718 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/",
|
1719 | 1719 | "requires_payment": false,
|
... | ... | @@ -1775,7 +1775,7 @@ |
1775 | 1775 | "type": "extension",
|
1776 | 1776 | "url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/",
|
1777 | 1777 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/",
|
1778 | - "weekly_downloads": 145268
|
|
1778 | + "weekly_downloads": 144039
|
|
1779 | 1779 | },
|
1780 | 1780 | "notes": null
|
1781 | 1781 | },
|
... | ... | @@ -1791,7 +1791,7 @@ |
1791 | 1791 | "picture_url": null
|
1792 | 1792 | }
|
1793 | 1793 | ],
|
1794 | - "average_daily_users": 137691,
|
|
1794 | + "average_daily_users": 139255,
|
|
1795 | 1795 | "categories": {
|
1796 | 1796 | "android": [
|
1797 | 1797 | "photos-media"
|
... | ... | @@ -1888,9 +1888,9 @@ |
1888 | 1888 | "category": "recommended"
|
1889 | 1889 | },
|
1890 | 1890 | "ratings": {
|
1891 | - "average": 4.5084,
|
|
1892 | - "bayesian_average": 4.503134943951076,
|
|
1893 | - "count": 1074,
|
|
1891 | + "average": 4.5097,
|
|
1892 | + "bayesian_average": 4.5044214841383585,
|
|
1893 | + "count": 1077,
|
|
1894 | 1894 | "text_count": 399
|
1895 | 1895 | },
|
1896 | 1896 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/reviews/",
|
... | ... | @@ -1913,7 +1913,7 @@ |
1913 | 1913 | "type": "extension",
|
1914 | 1914 | "url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/",
|
1915 | 1915 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/versions/",
|
1916 | - "weekly_downloads": 367
|
|
1916 | + "weekly_downloads": 309
|
|
1917 | 1917 | },
|
1918 | 1918 | "notes": null
|
1919 | 1919 | },
|
... | ... | @@ -1929,7 +1929,7 @@ |
1929 | 1929 | "picture_url": null
|
1930 | 1930 | }
|
1931 | 1931 | ],
|
1932 | - "average_daily_users": 93297,
|
|
1932 | + "average_daily_users": 92068,
|
|
1933 | 1933 | "categories": {
|
1934 | 1934 | "android": [
|
1935 | 1935 | "experimental",
|
... | ... | @@ -2066,7 +2066,7 @@ |
2066 | 2066 | "type": "extension",
|
2067 | 2067 | "url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/",
|
2068 | 2068 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions/",
|
2069 | - "weekly_downloads": 578
|
|
2069 | + "weekly_downloads": 609
|
|
2070 | 2070 | },
|
2071 | 2071 | "notes": null
|
2072 | 2072 | },
|
... | ... | @@ -2082,7 +2082,7 @@ |
2082 | 2082 | "picture_url": "https://addons.mozilla.org/user-media/userpics/64/9064/12929064/12929064.png?modified=1651263207"
|
2083 | 2083 | }
|
2084 | 2084 | ],
|
2085 | - "average_daily_users": 241693,
|
|
2085 | + "average_daily_users": 242609,
|
|
2086 | 2086 | "categories": {
|
2087 | 2087 | "android": [
|
2088 | 2088 | "photos-media",
|
... | ... | @@ -2300,10 +2300,10 @@ |
2300 | 2300 | "category": "recommended"
|
2301 | 2301 | },
|
2302 | 2302 | "ratings": {
|
2303 | - "average": 4.6475,
|
|
2304 | - "bayesian_average": 4.6426080367355835,
|
|
2305 | - "count": 1200,
|
|
2306 | - "text_count": 234
|
|
2303 | + "average": 4.646,
|
|
2304 | + "bayesian_average": 4.641119725504792,
|
|
2305 | + "count": 1209,
|
|
2306 | + "text_count": 237
|
|
2307 | 2307 | },
|
2308 | 2308 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/reviews/",
|
2309 | 2309 | "requires_payment": false,
|
... | ... | @@ -2324,7 +2324,7 @@ |
2324 | 2324 | "type": "extension",
|
2325 | 2325 | "url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/",
|
2326 | 2326 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/versions/",
|
2327 | - "weekly_downloads": 3908
|
|
2327 | + "weekly_downloads": 3474
|
|
2328 | 2328 | },
|
2329 | 2329 | "notes": null
|
2330 | 2330 | },
|
... | ... | @@ -2347,7 +2347,7 @@ |
2347 | 2347 | "picture_url": null
|
2348 | 2348 | }
|
2349 | 2349 | ],
|
2350 | - "average_daily_users": 97618,
|
|
2350 | + "average_daily_users": 99861,
|
|
2351 | 2351 | "categories": {
|
2352 | 2352 | "android": [
|
2353 | 2353 | "other"
|
... | ... | @@ -2629,9 +2629,9 @@ |
2629 | 2629 | "category": "recommended"
|
2630 | 2630 | },
|
2631 | 2631 | "ratings": {
|
2632 | - "average": 4.4413,
|
|
2633 | - "bayesian_average": 4.436575665528032,
|
|
2634 | - "count": 1176,
|
|
2632 | + "average": 4.4392,
|
|
2633 | + "bayesian_average": 4.434480963861528,
|
|
2634 | + "count": 1184,
|
|
2635 | 2635 | "text_count": 316
|
2636 | 2636 | },
|
2637 | 2637 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/reviews/",
|
... | ... | @@ -2652,7 +2652,7 @@ |
2652 | 2652 | "type": "extension",
|
2653 | 2653 | "url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/",
|
2654 | 2654 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/versions/",
|
2655 | - "weekly_downloads": 37
|
|
2655 | + "weekly_downloads": 45
|
|
2656 | 2656 | },
|
2657 | 2657 | "notes": null
|
2658 | 2658 | },
|
... | ... | @@ -2668,7 +2668,7 @@ |
2668 | 2668 | "picture_url": "https://addons.mozilla.org/user-media/userpics/43/0143/143/143.png?modified=1506804587"
|
2669 | 2669 | }
|
2670 | 2670 | ],
|
2671 | - "average_daily_users": 331471,
|
|
2671 | + "average_daily_users": 328150,
|
|
2672 | 2672 | "categories": {
|
2673 | 2673 | "android": [
|
2674 | 2674 | "performance",
|
... | ... | @@ -2785,7 +2785,7 @@ |
2785 | 2785 | },
|
2786 | 2786 | "is_disabled": false,
|
2787 | 2787 | "is_experimental": false,
|
2788 | - "last_updated": "2022-11-22T09:08:25Z",
|
|
2788 | + "last_updated": "2022-12-04T09:05:24Z",
|
|
2789 | 2789 | "name": {
|
2790 | 2790 | "de": "NoScript",
|
2791 | 2791 | "el": "NoScript",
|
... | ... | @@ -2857,10 +2857,10 @@ |
2857 | 2857 | "category": "recommended"
|
2858 | 2858 | },
|
2859 | 2859 | "ratings": {
|
2860 | - "average": 4.4093,
|
|
2861 | - "bayesian_average": 4.406550750110661,
|
|
2862 | - "count": 2006,
|
|
2863 | - "text_count": 784
|
|
2860 | + "average": 4.4106,
|
|
2861 | + "bayesian_average": 4.4078510292178406,
|
|
2862 | + "count": 2019,
|
|
2863 | + "text_count": 790
|
|
2864 | 2864 | },
|
2865 | 2865 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/reviews/",
|
2866 | 2866 | "requires_payment": false,
|
... | ... | @@ -2904,7 +2904,7 @@ |
2904 | 2904 | "type": "extension",
|
2905 | 2905 | "url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/",
|
2906 | 2906 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/versions/",
|
2907 | - "weekly_downloads": 7527
|
|
2907 | + "weekly_downloads": 7328
|
|
2908 | 2908 | },
|
2909 | 2909 | "notes": null
|
2910 | 2910 | },
|
... | ... | @@ -2920,7 +2920,7 @@ |
2920 | 2920 | "picture_url": null
|
2921 | 2921 | }
|
2922 | 2922 | ],
|
2923 | - "average_daily_users": 140511,
|
|
2923 | + "average_daily_users": 140692,
|
|
2924 | 2924 | "categories": {
|
2925 | 2925 | "android": [
|
2926 | 2926 | "performance",
|
... | ... | @@ -3034,10 +3034,10 @@ |
3034 | 3034 | "category": "recommended"
|
3035 | 3035 | },
|
3036 | 3036 | "ratings": {
|
3037 | - "average": 3.9128,
|
|
3038 | - "bayesian_average": 3.90842770432453,
|
|
3039 | - "count": 1089,
|
|
3040 | - "text_count": 388
|
|
3037 | + "average": 3.916,
|
|
3038 | + "bayesian_average": 3.911620482957336,
|
|
3039 | + "count": 1095,
|
|
3040 | + "text_count": 393
|
|
3041 | 3041 | },
|
3042 | 3042 | "ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/reviews/",
|
3043 | 3043 | "requires_payment": false,
|
... | ... | @@ -3056,7 +3056,7 @@ |
3056 | 3056 | "type": "extension",
|
3057 | 3057 | "url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/",
|
3058 | 3058 | "versions_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/versions/",
|
3059 | - "weekly_downloads": 1431
|
|
3059 | + "weekly_downloads": 1318
|
|
3060 | 3060 | },
|
3061 | 3061 | "notes": null
|
3062 | 3062 | }
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | 2 | version: '[% c("abbrev") %]'
|
3 | 3 | filename: 'fenix-[% c("version") %]-[% c("var/build_id") %].tar.gz'
|
4 | -git_hash: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-1-build6'
|
|
4 | +git_hash: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/browser_branch") %]-build[% c("var/fenix_build") %]'
|
|
5 | 5 | git_url: https://gitlab.torproject.org/tpo/applications/fenix.git
|
6 | 6 | tag_gpg_id: 1
|
7 | 7 | gpg_keyring:
|
... | ... | @@ -13,7 +13,8 @@ container: |
13 | 13 | |
14 | 14 | var:
|
15 | 15 | fenix_version: 102.2.1
|
16 | - torbrowser_branch: 12.0
|
|
16 | + browser_branch: 12.5-1
|
|
17 | + fenix_build: 1
|
|
17 | 18 | git_branch: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-1'
|
18 | 19 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
19 | 20 | # This should be updated when the list of gradle dependencies is changed.
|
... | ... | @@ -4,7 +4,6 @@ filename: 'firefox-[% c("var/project-name") %]-[% c("version") %]-[% c("var/osna |
4 | 4 | git_hash: '[% c("var/project-name") %]-[% c("var/firefox_version") %]-[% c("var/browser_branch") %]-build[% c("var/browser_build") %]'
|
5 | 5 | tag_gpg_id: 1
|
6 | 6 | git_url: https://gitlab.torproject.org/tpo/applications/tor-browser.git
|
7 | -git_submodule: 1
|
|
8 | 7 | gpg_keyring:
|
9 | 8 | - pierov.gpg
|
10 | 9 | - richard.gpg
|
... | ... | @@ -12,10 +11,10 @@ container: |
12 | 11 | use_container: 1
|
13 | 12 | |
14 | 13 | var:
|
15 | - firefox_platform_version: 102.5.0
|
|
14 | + firefox_platform_version: 102.6.0
|
|
16 | 15 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
17 | - browser_branch: '12.0-1'
|
|
18 | - browser_build: 4
|
|
16 | + browser_branch: '12.5-1'
|
|
17 | + browser_build: 1
|
|
19 | 18 | branding_directory: 'browser/branding/alpha'
|
20 | 19 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
21 | 20 | nightly_updates_osname: '[% c("var/osname") %]'
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | 2 | version: '[% c("abbrev") %]'
|
3 | 3 | filename: 'geckoview-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
|
4 | -git_hash: 'tor-browser-[% c("var/geckoview_version") %]-[% c("var/torbrowser_branch") %]-1-build4'
|
|
4 | +git_hash: 'tor-browser-[% c("var/geckoview_version") %]-[% c("var/browser_branch") %]-build[% c("var/browser_build") %]'
|
|
5 | 5 | tag_gpg_id: 1
|
6 | 6 | git_url: https://gitlab.torproject.org/tpo/applications/tor-browser.git
|
7 | -git_submodule: 1
|
|
8 | 7 | gpg_keyring:
|
9 | 8 | - pierov.gpg
|
10 | 9 | - richard.gpg
|
... | ... | @@ -12,8 +11,9 @@ container: |
12 | 11 | use_container: 1
|
13 | 12 | |
14 | 13 | var:
|
15 | - geckoview_version: 102.5.0esr
|
|
16 | - torbrowser_branch: 12.0
|
|
14 | + geckoview_version: 102.6.0esr
|
|
15 | + browser_branch: 12.5-1
|
|
16 | + browser_build: 1
|
|
17 | 17 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
18 | 18 | deps:
|
19 | 19 | - build-essential
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: 1.19.3
|
|
2 | +version: 1.19.4
|
|
3 | 3 | filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
|
4 | 4 | container:
|
5 | 5 | use_container: 1
|
... | ... | @@ -121,7 +121,7 @@ input_files: |
121 | 121 | enable: '[% ! c("var/linux") %]'
|
122 | 122 | - URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
|
123 | 123 | name: go
|
124 | - sha256sum: 18ac263e39210bcf68d85f4370e97fb1734166995a1f63fb38b4f6e07d90d212
|
|
124 | + sha256sum: eda74db4ac494800a3e66ee784e495bfbb9b8e535df924a8b01b1a8028b7f368
|
|
125 | 125 | - URL: 'https://golang.org/dl/go[% c("var/go14_version") %].src.tar.gz'
|
126 | 126 | name: go14
|
127 | 127 | sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | 2 | # To update, see doc/how-to-update-the-manual.txt
|
3 | 3 | # Remember to update also the package's hash, with the version!
|
4 | -version: 56847
|
|
4 | +version: 60224
|
|
5 | 5 | filename: 'manual-[% c("version") %]-[% c("var/build_id") %].tar.gz'
|
6 | 6 | container:
|
7 | 7 | use_container: 1
|
... | ... | @@ -17,8 +17,8 @@ var: |
17 | 17 | |
18 | 18 | input_files:
|
19 | 19 | - project: container-image
|
20 | - - URL: 'https://people.torproject.org/~richard/tbb_files/manual_[% c("version") %].zip'
|
|
20 | + - URL: 'https://people.torproject.org/~pierov/tbb_files/manual_[% c("version") %].zip'
|
|
21 | 21 | name: manual
|
22 | - sha256sum: f22d6206c668eee194e19bc27f39e4bbe1d21c20dc69064f67dc3f9db52525e9
|
|
22 | + sha256sum: a76908f228d006b49f18ff731d4bd9ff220183535b2c1ccc9bb92c78709e1966
|
|
23 | 23 | - filename: packagemanual.py
|
24 | 24 | name: package_script |
1 | 1 | # vim: filetype=yaml sw=2
|
2 | 2 | filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
|
3 | -version: 0.4.7.11
|
|
3 | +version: 0.4.7.12
|
|
4 | 4 | git_hash: 'tor-[% c("version") %]'
|
5 | 5 | git_url: https://gitlab.torproject.org/tpo/core/tor.git
|
6 | 6 | git_submodule: 1
|
... | ... | @@ -18,7 +18,7 @@ steps: |
18 | 18 | git_hash: 'basebrowser-newidentityftl'
|
19 | 19 | tor-browser:
|
20 | 20 | tor-browser: '[% INCLUDE build %]'
|
21 | - git_hash: 4cd0600f352a6883462dbdc1b59119a0a946be10
|
|
21 | + git_hash: 6a1d58f5d3c749a55d18e7dc6d902d9b622e8d5d
|
|
22 | 22 | targets:
|
23 | 23 | nightly:
|
24 | 24 | git_hash: 'tor-browser'
|
... | ... | @@ -26,7 +26,7 @@ steps: |
26 | 26 | fenix: '[% INCLUDE build %]'
|
27 | 27 | # We need to bump the commit before releasing but just pointing to a branch
|
28 | 28 | # might cause too much rebuidling of the Firefox part.
|
29 | - git_hash: 34fb5d37834db13ec656e43d2fe7cee41d90ec35
|
|
29 | + git_hash: 3abd32f7db3779af063d937f8a5d87b88504b006
|
|
30 | 30 | targets:
|
31 | 31 | nightly:
|
32 | 32 | git_hash: 'fenix-torbrowserstringsxml' |
... | ... | @@ -71,10 +71,10 @@ buildconf: |
71 | 71 | git_signtag_opt: '-s'
|
72 | 72 | |
73 | 73 | var:
|
74 | - torbrowser_version: '12.0a5'
|
|
74 | + torbrowser_version: '12.5a1'
|
|
75 | 75 | torbrowser_build: 'build1'
|
76 | 76 | torbrowser_incremental_from:
|
77 | - - 12.0a4
|
|
77 | + - 12.0a5
|
|
78 | 78 | build_mar: 1
|
79 | 79 | # By default, we sort the list of installed packages. This allows sharing
|
80 | 80 | # containers with identical list of packages, even if they are not listed
|
1 | +#!/bin/bash
|
|
2 | + |
|
3 | +cd "$(dirname "$0")/../git_clones/translation"
|
|
4 | +git fetch > /dev/null 2>&1
|
|
5 | + |
|
6 | +echo -n "base-browser: "
|
|
7 | +git rev-parse origin/base-browser
|
|
8 | +echo -n "base-browser-fluent: "
|
|
9 | +git rev-parse origin/basebrowser-newidentityftl
|
|
10 | +echo -n "tor-browser: "
|
|
11 | +git rev-parse origin/tor-browser
|
|
12 | +echo -n "fenix: "
|
|
13 | +git rev-parse origin/fenix-torbrowserstringsxml |