diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-25 13:39:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-29 11:19:57 +0000 |
commit | e24c2165d111a2c93048c548d1853368d3e1fdcc (patch) | |
tree | a877a82e1d621ff4598ae78bc19af6d99358e77d | |
parent | e461ded95a6e76b59bc7c1368479ce85e848e5ef (diff) | |
download | poky-e24c2165d111a2c93048c548d1853368d3e1fdcc.tar.gz |
epiphany: upgrade 47.0 -> 47.1
Changelog:
===========
* Allow adding bookmarks in incognito mode
* Disable tab navigation shortcuts in tab overview
* Don't store page snapshots in web app mode
* Fix ephy-about suggestions not using pretty URL
* Fix crash in save password popover
* Fix crash when opening multiple preferences or history dialogs
* Fix crash when long pressing page
* Fix target origin property when using CSV password import
* Add tooltips to bookmarks tag rows
* Fix crash in history dialog
* Improve certificate selection dialog
* Fix non-translatable strings in autofill preferences
* Stop setting web view background color
* Fix failure to unregister autofill message handler
(From OE-Core rev: 493a8a222168ba5593dfca4af2d29e8964705fba)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_47.1.bb (renamed from meta/recipes-gnome/epiphany/epiphany_47.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_47.0.bb b/meta/recipes-gnome/epiphany/epiphany_47.1.bb index b3e295737d..a726d01314 100644 --- a/meta/recipes-gnome/epiphany/epiphany_47.0.bb +++ b/meta/recipes-gnome/epiphany/epiphany_47.1.bb | |||
@@ -31,7 +31,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN | |||
31 | file://migrator.patch \ | 31 | file://migrator.patch \ |
32 | file://distributor.patch \ | 32 | file://distributor.patch \ |
33 | " | 33 | " |
34 | SRC_URI[archive.sha256sum] = "8e38ee7f90fd6054f8aef0e7f505d53c4520742f5acd1f008282a47b2764affa" | 34 | SRC_URI[archive.sha256sum] = "642fd72045f6e9b18f09c3ef16df762d9b7816119abb22edd5d82ef687c6a004" |
35 | 35 | ||
36 | # Developer mode enables debugging | 36 | # Developer mode enables debugging |
37 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" | 37 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" |