mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
bump version to 114.0-1
This commit is contained in:
parent
e1f67ff896
commit
02d8c86dc0
4 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
113.0.2
|
||||
114.0
|
||||
|
|
Loading…
Reference in a new issue