Release files for 2.5.5 (#3154)

* Release files for 2.5.5
This commit is contained in:
abraunegg 2025-03-17 08:52:03 +11:00 committed by GitHub
commit be13f9759b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 40 additions and 13 deletions

View file

@ -2,6 +2,34 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 2.5.5 - 2025-03-17
### Added
* Implement Feature Request: Implement 'transfer_order' configuration option to allow the user to determine what order files are transferred in
* Implement Feature Request: Implement 'disable_permission_set' configuration option to not set directory and file permissions
* Implement Feature Request: Implement 'write_xattr_data' configuration option to add information about file creator/last editor as extended file attributes
* Enhancement: Add support for --share-password option when --create-share-link is called
* Enhancement: Add support 'localizedMessage' error messages in application output if this is provided in the JSON response from Microsoft Graph API
### Changed
* Changed curl debug logging to --debug-https as this is more relevant
* Comprehensively overhauled how OneDrive Personal Shared Folders are handled due to major OneDrive API backend platform user migration and major differences in API response output
* Comprehensively changed OneDrive Personal 'driveId' value checking due to major OneDrive API backend platform user migration and major differences in API response output
### Fixed
* Fix Bug: Fix path calculation for Client Side Filtering evaluations for Personal Accounts
* Fix Bug: Fix path calculation for Client Side Filtering evaluations for Business Accounts
* Fix Bug: Only perform path calculation if this is actually required
* Fix Bug: Fix check for 'globbing' and 'wildcard' rules, that the number of segments before the first wildcard character need to match before the actual rule can be applied
* Fix Bug: When using 'sync_list' , ignore specific exclusion to scan that path for new data, which may be actually included by an include rule, but the parent path is excluded
* Fix Bug: When removing a OneDrive Personal Shared Folder, remove the actual link, not the remote user folder
* Fix Bug: Fix 'Unsupported platform' for inotify watches by using the correct predefined version definition for Linux.
### Updated
* Updated Fedora Docker OS version to Fedora 41
* Updated Alpine Docker OS version to Alpine 3.21
* Updated documentation
## 2.5.4 - 2025-02-03
### Added
@ -48,7 +76,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Updated
* Updated documentation
## 2.5.3 - 2024-11-16
### Added

20
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for onedrive v2.5.4.
# Generated by GNU Autoconf 2.69 for onedrive v2.5.5.
#
# Report bugs to <https://github.com/abraunegg/onedrive>.
#
@ -579,8 +579,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='onedrive'
PACKAGE_TARNAME='onedrive'
PACKAGE_VERSION='v2.5.4'
PACKAGE_STRING='onedrive v2.5.4'
PACKAGE_VERSION='v2.5.5'
PACKAGE_STRING='onedrive v2.5.5'
PACKAGE_BUGREPORT='https://github.com/abraunegg/onedrive'
PACKAGE_URL=''
@ -1221,7 +1221,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures onedrive v2.5.4 to adapt to many kinds of systems.
\`configure' configures onedrive v2.5.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1282,7 +1282,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of onedrive v2.5.4:";;
short | recursive ) echo "Configuration of onedrive v2.5.5:";;
esac
cat <<\_ACEOF
@ -1395,7 +1395,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
onedrive configure v2.5.4
onedrive configure v2.5.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -1412,7 +1412,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by onedrive $as_me v2.5.4, which was
It was created by onedrive $as_me v2.5.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -2164,7 +2164,7 @@ fi
PACKAGE_DATE="February 2025"
PACKAGE_DATE="March 2025"
@ -3193,7 +3193,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by onedrive $as_me v2.5.4, which was
This file was extended by onedrive $as_me v2.5.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -3246,7 +3246,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
onedrive config.status v2.5.4
onedrive config.status v2.5.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View file

@ -9,7 +9,7 @@ dnl - commit the changed files (configure.ac, configure)
dnl - tag the release
AC_PREREQ([2.69])
AC_INIT([onedrive],[v2.5.4], [https://github.com/abraunegg/onedrive], [onedrive])
AC_INIT([onedrive],[v2.5.5], [https://github.com/abraunegg/onedrive], [onedrive])
AC_CONFIG_SRCDIR([src/main.d])

View file

@ -12,7 +12,7 @@
%endif
Name: onedrive
Version: 2.5.4
Version: 2.5.5
Release: 1%{?dist}
Summary: OneDrive Client for Linux
Group: System Environment/Network