* Mon Feb 24 2025 bjorn.lie@gmail.com
- Update to version 1.57.2 (Unstable):
+ onedrive:
- Use presentation id as host to adapt to the change in GOA.
- Fix incorrect include path for msgraph header.
* Mon Feb 24 2025 dimstar@opensuse.org
- Update to version 1.57.1 (Unstable):
+ nfs: Support libnfs 6.
+ onedrive: Support Sharepoint drives.
+ trash/udisks: Port from g_unix_mount_ to g_unix_mount_entry.
+ afp/mtp/nfs/sftp/smb: Add edit mode implementation.
+ fuse: Use edit mode when neither O_TRUNC, nor O_APPEND is used.
+ afp/mtp/nfs/smb: Various output stream related fixes.
+ udisks2: Update volume when setting/unsetting mount.
+ Updated translations.
- Replace pkgconfig(msgraph-0.1) BuildRequires with
pkgconfig(msgraph-1), following upstreams changes.
* Mon Feb 24 2025 matthias.gerstner@suse.com
- add README.SUSE about security concerns in gvfs (bsc#1205607)
* Wed Dec 11 2024 bjorn.lie@gmail.com
- Drop unused and obsolete pkgconfig(gcr-base-3) BuildRequires and
replace it with pkgconfig(gcr-4) BuildRequires already pulled in
via libgdata dependency.
* Fri Oct 18 2024 bjorn.lie@gmail.com
- Update to version 1.56.1:
+ udisks2: Increasing reference count when updating volume to fix
crashes
+ onedrive:
- Use names instead of id for events to fix monitoring
- Add missing replace stream to fix crashes
- onedrive: Fix double free during cache rebuild to fix crashes
+ dav: Recognize the 409 status to fix creation of parent
directories
+ Updated translations.
* Sun Sep 15 2024 dimstar@opensuse.org
- Update to version 1.56.0:
+ udisks2: Run update synchronously for internal changes.
+ onedrive: Set name of drive root.
+ onedrive: Handle multiple drives with same IDs.
- Changes from version 1.55.90:
+ fuse: Fill stat info during readdir to improve performance.
+ smb: Fix access over FUSE when root dir is not accessible.
+ onedrive: Guess mime type locally if not set by the server.
+ trash: Add support for x-gvfs-trash mount option.
+ onedrive: Add seek on write functionality.
+ Updated translations.
* Sat Sep 14 2024 bjorn.lie@gmail.com
- Update to version 1.55.1:
+ ftp:
- Change cwd to root before renaming to prevent failures
- Obtain correct modification time for old files using MDTM cmd
- Use timegm instead of mktime to not shift dates by timezone
- Add support for setting mtime attribute using MFMT cmd
- Preserve mtime when copying to local
+ udisks2:
- Ignore autofs mounts to prevent duplicated entries
- Show only direct descendats of /media unless $USER
- Do not schedule update if pending already to improve
performance
+ build:
- Add deprecated_apis option and disable installation of
headers
- Disable burn backend by default
+ dav: Disable query_info_on_read method to fix mtime
preservation
+ network: Disable usage of smbbrowse backend by default
+ smbbrowse: Don't enforce NT1 to fix mounting in certain cases
+ onedrive: Fix various memory leaks
+ Updated translations.
- Drop devel subpackage, and obsolete it from main package. The
header files are no longer built.
* Fri Sep 13 2024 bjorn.lie@gmail.com
- Update to version 1.54.3:
+ onedrive:
- Set name of drive root
- Handle multiple drives with same IDs
- Guess mime type locally if not set by the server
+ Updated translations.
* Fri Jun 28 2024 bjorn.lie@gmail.com
- Update to version 1.54.2:
+ ftp:
- Change cwd to root before renaming to prevent failures
- Use timegm instead of mktime to not shift dates by timezone
- Preserve mtime when copying to local
+ udisks2: Ignore autofs mounts to prevent duplicated entries
+ build:
- Add deprecated_apis option to control installation of headers
- Disable burn backend by default
+ dav: Disable query_info_on_read method to fix mtime
preservation
+ network: Disable usage of smbbrowse backend by default
+ smbbrowse: Don't enforce NT1 to fix mounting in certain cases
+ onedrive: Fix various memory leaks
+ Updated translations.
- Pass burn=true to meson, we still want to build the burn backend,
at least for now.
* Fri May 24 2024 dimstar@opensuse.org
- Update to version 1.54.1:
+ network: Request content-type attribute to suppress critical
errors.
+ metadata: Check g_stat result to avoid using of uninitialized
value.
+ ftp: Fix data connection to IPv6 link-local address.
+ Updated translations.