summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-09-20 17:08:16 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-11 00:25:43 -0700
commit8d4d3a84ad67fe21b16c9fa9b5ffd3338f561972 (patch)
treea6accc504a734824e3a13f9a3c374e36d4e64a99
parent842fdd2a44a753c4d507b4a7238425766a44d07f (diff)
downloadmeta-openembedded-8d4d3a84ad67fe21b16c9fa9b5ffd3338f561972.tar.gz
gvfs: update 1.54.0 -> 1.56.0
Major changes in 1.56.0 ======================= * udisks2: Run update synchronously for internal changes (Ondrej Holy) * onedrive: Set name of drive root (Jan-Michael Brummer) * onedrive: Handle multiple drives with same IDs (Jan-Michael Brummer) * Translation updates (GNOME Translation Project contributors) Major changes in 1.55.90 ======================== * fuse: Fill stat info during readdir to improve performance (Ondrej Holy, Jan Palus) * smb: Fix access over FUSE when root dir is not accessible (rong wang) * onedrive: Guess mime type locally if not set by the server (Jan-Michael Brummer) * trash: Add support for x-gvfs-trash mount option (Ondrej Holy) * onedrive: Add seek on write functionality (Jan-Michael Brummer) * Translation updates (GNOME Translation Project contributors) Major changes in 1.55.1 ======================= * ftp: Change cwd to root before renaming to prevent failures (rong wang) * udisks2: Ignore autofs mounts to prevent duplicated entries (Ondrej Holy) * udisks2: Show only direct descendats of /media unless $USER (Ondrej Holy) * ftp: Obtain correct modification time for old files using MDTM cmd (Ondrej Holy) * ftp: Use timegm instead of mktime to not shift dates by timezone (Ondrej Holy) * ftp: Add support for setting mtime attribute using MFMT cmd (Ondrej Holy) * ftp: Preserve mtime when copying to local (Ondrej Holy) * build: Add deprecated_apis option and disable installation of headers (Ondrej Holy) * udisks2: Do not schedule update if pending already to improve performance (Ondrej Holy) * dav: Disable query_info_on_read method to fix mtime preservation (Ondrej Holy) * network: Disable usage of smbbrowse backend by default (Ondrej Holy) * smbbrowse: Don't enforce NT1 to fix mounting in certain cases (Ondrej Holy) * onedrive: Fix various memory leaks (Jan-Michael Brummer) * build: Disable burn backend by default (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) 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/gvfs/gvfs_1.56.0.bb (renamed from meta-gnome/recipes-gnome/gvfs/gvfs_1.54.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.54.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.56.0.bb
index 6549b1900f..a7a869eb58 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.54.0.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.56.0.bb
@@ -19,7 +19,7 @@ RDEPENDS:${PN} += "gsettings-desktop-schemas"
19 19
20SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" 20SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
21 21
22SRC_URI[archive.sha256sum] = "f53d81df86c2e86cdd25182c2d8a669a22371e83623ded1b9d5416dcfc6de366" 22SRC_URI[archive.sha256sum] = "441d2356c72616364cdb420af96199113a13ed9e146f2175fe373989adada39e"
23 23
24ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 24ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
25 25