diff options
author | 2023-08-02 17:08:01 +0200 | |
---|---|---|
committer | 2023-08-10 09:12:24 +0100 | |
commit | 048c10296b843f49e6155cfbd7af92a43763a1c3 (patch) | |
tree | 9ed1ae259102b660491fb41019b11e3d3f0ea829 | |
parent | c2f10d54341d84dcb21aaabe0828bff774de4f6e (diff) | |
download | openembedded-core-048c10296b843f49e6155cfbd7af92a43763a1c3.tar.gz |
epiphany: upgrade 44.5 -> 44.6
44.6 - July 28, 2023
====================
* Hide "Search the Web for" context menu item in web app mode (#2097, Cleo Menezes Jr.)
* Fix Save Password? permission requests, broken since 44.4 (#2113)
* Fix unencoded % characters in URLs causing session to fail to save (#2128, Vanadiae)
* Fix web views not being destroyed when window is closed (#2130)
* Hopefully fix crash in ephy_sqlite_connection_create_statement (#2132)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_44.6.bb (renamed from meta/recipes-gnome/epiphany/epiphany_44.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_44.5.bb b/meta/recipes-gnome/epiphany/epiphany_44.6.bb index f92d149c88..d8dd3d6dae 100644 --- a/meta/recipes-gnome/epiphany/epiphany_44.5.bb +++ b/meta/recipes-gnome/epiphany/epiphany_44.6.bb @@ -32,7 +32,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN file://migrator.patch \ file://distributor.patch \ " -SRC_URI[archive.sha256sum] = "3c475e04ed2a0f410cb44b96937563697079193ac9b7a50c91485fb9b08315ab" +SRC_URI[archive.sha256sum] = "5335dd573581db61e126d854dc16ae519657a5b8790789a47d25e43e17cd3a43" # Developer mode enables debugging PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" |