Commit 6eff6e34 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

Bug 40609: Prepare alpha release 12.0a3 (Desktop+Android)

parent 545c2464
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
Tor Browser 12.0a3 - September 26 2022
 * All Platforms
   * Update Firefox to 102.3.0esr
   * Update NoScript to 11.4.11
   * Update Translations
   * Bug 40624: Change placeholder bridge addresses to make snowflake and meek work with ReachableAddresses/FascistFirewall [tor-browser-build]
   * Bug 41125: Review Mozilla 1732792: retry polling requests without proxy [tor-browser]
 * Windows + macOS + Linux
   * Bug 41116: Review Mozilla 1226042: add support for the new 'system-ui' generic font family [tor-browser]
   * Bug 41283: Toolbar buttons missing their label attribute [tor-browesr]
   * Bug 41284: Stray security-level- fluent ids [tor-browser]
   * Bug 41287: New identity button inactive if added after customization [tor-browser]
   * Bug 41292: moreFromMozilla pane in about:preferences in 12.0a2 [tor-browser]
   * Bug 41307: font whitelist typos [tor-browser]
 * Linux
   * Bug 40626: Define the replacements for generic families on Linux [tor-browser-build]
   * Bug 41163: Fixing loading of bundled fonts on linux [tor-browser]
 * Android
   * Bug 41159: Remove HTTPS-Everywhere extension from esr102-based Tor Browser Android [tor-browser]
   * Bug 41312: Backport Firefox 105 Android security fixes to 102.3-based Tor Browser [tor-browser]
 * Build System
   * All Platforms
     * Bug 40587: Migrate tor-browser-build configs from gitolite to gitlab repos [tor-browser-build]
     * Bug 41321: Delete various master branches after automated build/testing scripts are updated [tor-browser]
   * Linux
     * Bug 40621: Update namecoin patches for linted TorButton [tor-browser-build]
   * Android
     * Bug 41304: Add Android-specific targets to makefiles [tor-browser]

Tor Browser 12.0a2 - September 1 2022
 * All Platforms
   * Update Firefox to 102.2.0esr
+103 −103

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -83,9 +83,9 @@ input_files:
    enable: '[% ! c("var/android") && c("var/tor-browser") %]'
  - filename: Bundle-Data
    enable: '[% ! c("var/android") %]'
  - URL: https://addons.mozilla.org/firefox/downloads/file/3996751/noscript-11.4.10.xpi
  - URL: https://addons.mozilla.org/firefox/downloads/file/4002416/noscript-11.4.11.xpi
    name: noscript
    sha256sum: 80bf407f0cb4cc5168e1f28e8bdcc569067f9b5dac650bcf521800856d2a64c3
    sha256sum: d1430ddc3f3bc3a5c403dbf39ff8c8275a2e7ecd4a2f079be39c193d462a2a0b
  - filename: 'gtk3-settings.ini'
    enable: '[% c("var/linux") %]'
  - project: libdmg-hfsplus
+1 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
filename: 'fenix-[% c("version") %]-[% c("var/build_id") %].tar.gz'
git_hash: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-1-build3'
git_hash: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-1-build4'
git_url: https://gitlab.torproject.org/tpo/applications/fenix.git
tag_gpg_id: 1
gpg_keyring: torbutton.gpg
+3 −3
Original line number Diff line number Diff line
@@ -10,10 +10,10 @@ container:
  use_container: 1

var:
  firefox_platform_version: 102.2.0
  firefox_platform_version: 102.3.0
  firefox_version: '[% c("var/firefox_platform_version") %]esr'
  browser_branch: '12.0-3'
  browser_build: 1
  browser_branch: '12.0-1'
  browser_build: 2
  branding_directory: 'browser/branding/alpha'
  copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
  deps:
Loading