diff options
| author | Markus Volk <f_l_k@t-online.de> | 2025-03-18 09:34:22 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-18 07:36:54 -0700 |
| commit | 46a3b27ea9309ba6e253864e0924e81d42ffd32a (patch) | |
| tree | df886166237f91ce5e27a67ae895c076e23cd254 | |
| parent | 86e5fc463b35a2784353c0cf7aa53eb739a225aa (diff) | |
| download | meta-openembedded-46a3b27ea9309ba6e253864e0924e81d42ffd32a.tar.gz | |
gnome-software: update 47.2 -> 48.0
Version 48.0
~~~~~~~~~~~~
Released: 2025-03-14
This is a stable release with the following changes:
* Correctly show update detail text not provided in markdown
This release also updates translations:
* Basque (Asier Saratsua Garmendia)
* Belarusian (Vasil Pupkin)
* Bokmål, Norwegian (Brage Fuglseth)
* Catalan (Jordi Mas i Hernandez, Francesc Busquets)
* Danish (Alan Mortensen)
* Filipino (Iverson Briones)
* Hungarian (Balázs Úr)
* Indonesian (Andika Triwidada)
* Nepali (Pawan Chitrakar)
* Panjabi (A S Alam)
* Polish (Piotr Drąg)
* Romanian (Antonio Marin)
* Russian (Artur S0)
* Spanish (Daniel Mustieles)
Version 48~rc
~~~~~~~~~~~~~
Released: 2025-02-28
This is an unstable release with the following changes:
* Minor interface improvements on the updates page
* Various minor performance improvements
* Improve error handling for app launches and distribution upgrades
* Fix a crash on the app review dialog
* Fix version checks preventing some firmware updates when historical updates are also listed
* Fix a crash when copying error details
* Minor interface improvements to search
* Improvements to flatpak permissions checking for D-Bus
This release also updates translations:
* Bulgarian (twlvnn kraftwerk)
* Catalan (Jordi Mas)
* Chinese (China) (Luming Zh)
* Chinese (Taiwan) (Cheng-Chia Tseng)
* Czech (Daniel Rusek)
* Finnish (Jiri Grönroos)
* French (Vincent Chatelain)
* Galician (Fran Dieguez)
* Georgian (Ekaterine Papava)
* Hebrew (Yaron Shahrabani)
* Korean (Seong-ho Cho)
* Lithuanian (Aurimas Černius)
* Persian (Danial Behzadi)
* Portuguese (Hugo Carvalho)
* Portuguese (Brazil) (Rafael Fontenelle)
* Russian (Artur S0)
* Slovenian (Martin)
* Swedish (Anders Jonsson)
* Turkish (Sabri Ünal)
* Ukrainian (Yuri Chornoivan)
Version 48~beta
~~~~~~~~~~~~~~~
Released: 2025-01-31
This is an unstable release with the following changes:
* Support installing flatpaks via a flatpak+https: link
* Fix notifying about outdated updates when in power saver mode or offline
* Prioritise verified apps in source list
This release also updates translations:
* Bulgarian (twlvnn kraftwerk)
* Czech (Daniel Rusek)
* Russian (Artur S0)
* Slovenian (Martin)
Version 48~alpha3
~~~~~~~~~~~~~~~~~
Released: 2025-01-14
This is an unstable release with the following changes:
* Fix downloads of firmware updates
* Fix the release process
This release also updates translations:
* Belarusian (Vasil Pupkin)
* Slovenian (Martin)
Version 48~alpha2
~~~~~~~~~~~~~~~~~
Released: 2025-01-04
This is an unstable release with the following changes:
* Fix the release process
Version 48~alpha
~~~~~~~~~~~~~~~~
Released: 2025-01-04
This is an unstable release with the following changes:
* Include dependencies in estimated download size
* Improve performance when loading updates
* Fix interface freeze when upvoting/downvoting reviews
* Various minor interface improvements for keyboard navigation and small screens
* Fix crash when uninstalling snaps
* Add experimental systemd-sysupdate plugin
* Warn about microphone permissions if an app has PipeWire access
This release also updates translations:
* Belarusian (Vasil Pupkin)
* Catalan (Jordi Mas i Hernandez, Jordi Mas)
* Dutch (Nathan Follens)
* French (Vincent Chatelain)
* Friulian (Fabio Tomat)
* German (Jürgen Benvenuti)
* Hebrew (Yaron Shahrabani)
* Kabyle (Athmane MOKRAOUI)
* Latvian (Rūdolfs Mazurs)
* Portuguese (Hugo Carvalho)
* Portuguese (Brazil) (Rafael Fontenelle)
* Russian (Artur S0)
* Serbian (Марко Костић, Милош Поповић)
* Slovak (Jose Riha)
* Slovenian (Martin)
* Thai (Aefgh Threenine)
* Turkish (Sabri Ünal)
* Ukrainian (Yuri Chornoivan)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-software/gnome-software_48.0.bb (renamed from meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.0.bb index 31b13accf8..8dae95dddb 100644 --- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb +++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.0.bb | |||
| @@ -26,9 +26,9 @@ DEPENDS += " \ | |||
| 26 | 26 | ||
| 27 | RDEPENDS:${PN} = "iso-codes" | 27 | RDEPENDS:${PN} = "iso-codes" |
| 28 | 28 | ||
| 29 | EXTRA_OEMESON += "-Dtests=false -Dsoup2=false" | 29 | EXTRA_OEMESON += "-Dtests=false" |
| 30 | 30 | ||
| 31 | SRC_URI[archive.sha256sum] = "112338f8a98e7e5125de3f57229873534215b77eeef37d3fd4262f02151c7cea" | 31 | SRC_URI[archive.sha256sum] = "e607af554e838fd6d07c1631f634b20e8bd4e6adf16fc7535c4520874af544f7" |
| 32 | 32 | ||
| 33 | PACKAGECONFIG ?= "flatpak" | 33 | PACKAGECONFIG ?= "flatpak" |
| 34 | PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree" | 34 | PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree" |
