From 02d8c86dc0cfa6b6855e040de4db2e490c2e28ea Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Fri, 9 Jun 2023 12:44:03 +0200 Subject: [PATCH] bump version to 114.0-1 --- assets/patches.txt | 2 -- patches/librewolf-pref-pane.patch | 2 +- patches/sed-patches/stop-undesired-requests.patch | 4 ++-- version | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/assets/patches.txt b/assets/patches.txt index 730bc02..1077388 100644 --- a/assets/patches.txt +++ b/assets/patches.txt @@ -5,7 +5,6 @@ patches/context-menu.patch patches/custom-ubo-assets-bootstrap-location.patch patches/dbus_name.patch patches/disable-data-reporting-at-compile-time.patch -patches/faster-package-multi-locale.patch patches/flatpak-autoconf.patch patches/hide-passwordmgr.patch patches/librewolf-pref-pane.patch @@ -13,7 +12,6 @@ patches/librewolf-prefs.patch patches/mozilla_dirs.patch patches/msix.patch patches/remove_addons.patch -patches/rust-unaligned-access-backport.patch patches/sed-patches/allow-searchengines-non-esr.patch patches/sed-patches/disable-pocket.patch patches/sed-patches/stop-undesired-requests.patch diff --git a/patches/librewolf-pref-pane.patch b/patches/librewolf-pref-pane.patch index 933e5c7..a39a2a0 100644 --- a/patches/librewolf-pref-pane.patch +++ b/patches/librewolf-pref-pane.patch @@ -766,9 +766,9 @@ index 146764d56081..52326c00bdfe 100644 skin/classic/browser/preferences/search.css (../shared/preferences/search.css) skin/classic/browser/preferences/siteDataSettings.css (../shared/preferences/siteDataSettings.css) + skin/classic/browser/preferences/librewolf.css (../shared/preferences/librewolf.css) + skin/classic/browser/translations/panel.css (../shared/translations/panel.css) skin/classic/browser/fxa/fxa-spinner.svg (../shared/fxa/fxa-spinner.svg) skin/classic/browser/fxa/sync-illustration.svg (../shared/fxa/sync-illustration.svg) - skin/classic/browser/fxa/sync-illustration-issue.svg (../shared/fxa/sync-illustration-issue.svg) diff --git a/browser/themes/shared/preferences/category-librewolf.svg b/browser/themes/shared/preferences/category-librewolf.svg new file mode 100644 index 000000000000..8ebf2ebe19a9 diff --git a/patches/sed-patches/stop-undesired-requests.patch b/patches/sed-patches/stop-undesired-requests.patch index 98b89a8..b67971a 100644 --- a/patches/sed-patches/stop-undesired-requests.patch +++ b/patches/sed-patches/stop-undesired-requests.patch @@ -13,8 +13,8 @@ index cb7c26e..b1a56e9 100644 } diff --git a/services/settings/Utils.jsm b/services/settings/Utils.jsm index 23d6bf1..4affc89 100644 ---- a/services/settings/Utils.jsm -+++ b/services/settings/Utils.jsm +--- a/services/settings/Utils.sys.mjs ++++ b/services/settings/Utils.sys.mjs @@ -62,6 +62,9 @@ XPCOMUtils.defineLazyGetter(lazy, "isRunningTests", () => { // Overriding the server URL is normally disabled on Beta and Release channels, // except under some conditions. diff --git a/version b/version index 567d6d0..5bc8caa 100644 --- a/version +++ b/version @@ -1 +1 @@ -113.0.2 +114.0