Skip to content

Commit 0e76dc4

Browse files
authored
Release files for 2.5.7 (#3447)
* Release files for 2.5.7
1 parent 8711b9b commit 0e76dc4

File tree

5 files changed

+67
-13
lines changed

5 files changed

+67
-13
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ GKXPN
167167
gmake
168168
gmodule
169169
GObject
170+
gosu
170171
gpg
171172
GPLv
172173
GPOs

changelog.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,59 @@
22
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## 2.5.7 - 2025-09-23
6+
7+
### Added
8+
* Implement Feature Request: Show GUI notification when sync suspends due to 'large delete' threshold (#3388)
9+
* Implement Feature Request: Implement resumable downloads (#3354)
10+
11+
### Changed
12+
* Removed the auto configuration of using a larger fragment size (#3370)
13+
* Removed the OpenSSL Test (#3420)
14+
15+
### Fixed
16+
* Fix Bug: Catch unhandled OneDriveError exception due to libcurl failing to access the system CA certificate bundle (#3322)
17+
* Fix Bug: 'items-dryrun.sqlite3' gets erroneously created when running a 'no sync' operation (#3325)
18+
* Fix Bug: Handle online folder deletion|creation with same name that causes 'id' to change (#3332)
19+
* Fix Bug: Reduce I/O pressure on SQLite DB Operations (#3334)
20+
* Fix Bug: Handle a 409 online folder creation response with a re-query of the API (#3335)
21+
* Fix Bug: Fix systemd issue with ExecStartPre statement to be more OS independent (#3348)
22+
* Fix Bug: When using --upload-only do not try and update the local file timestamp post upload (#3349)
23+
* Fix Bug: Add missing 'config' options to --display-config (#3353)
24+
* Fix Bug: Fix that a failed file download can lead to online deletion (#3351)
25+
* Fix Bug: Update searchDriveItemForFile() to handle specific 404 response when file cannot be found (#3365)
26+
* Fix Bug: Fix that resync state remains true post first successful full sync (#3368)
27+
* Fix Bug: Fix that long running big upload (250GB+) fails because of an expired access token (#3361)
28+
* Fix Bug: Handle inconsistent OneDrive Personal driveId casing across multiple Microsoft Graph API Endpoints (#3347)
29+
* Fix Bug: Update Microsoft OneNote handling for 'OneNote_RecycleBin' objects (#3350)
30+
* Fix Bug: Handle invalid JSON response when querying parental details (#3379)
31+
* Fix Bug: Fix foreign key issue when performing a --resync due to a missed conversion of driveId to lowercase values and path is covered by 'sync_list' entries (#3383)
32+
* Fix Bug: Ensure 'sync_list' inclusion rules are correctly evaluated (#3381)
33+
* Fix Bug: Fix issue of trying to create the root folder online (#3403)
34+
* Fix Bug: Fix resumable downloads so that the curl engine offset point is reset post successful download (#3406)
35+
* Fix Bug: Fix application crash when a file is created and deleted quickly (#3405)
36+
* Fix Bug: Fix the support of relocated shared folders for OneDrive Personal (#3411)
37+
* Fix Bug: Fix infinite loop after a failed network connection due to changed curl messaging (#3412)
38+
* Fix Bug: Fix computePath() to track the parental path anchor when a Shared Folder is relocated with a deeper path (#3417)
39+
* Fix Bug: Fix SharePoint Shared Library DB Tie creation (#3419)
40+
* Fix Bug: Update safeBackup() function to ensure that the 'safeBackup' path addition is only added once and ignore directories (#3445)
41+
42+
### Updated
43+
* Updated OAuth2 Interactive Authorisation Flow prompts to remove any ambiguity on what actions a user needs to take (#3323)
44+
* Updated onedrive.spec.in to correct missing dependencies (#3329)
45+
* Updated minimum compiler version details (#3330)
46+
* Updated documentation and function for how 'threads' is used (#3352)
47+
* Updated logging output for upsert() function (#3333)
48+
* Updated curl 8.13.x and 8.14.0 to known bad curl versions (#3356)
49+
* Updated logging output when processing online deletion events (#3373)
50+
* Updated logging output and use of grandparent identifiers when using --dry-run (#3377)
51+
* Updated GitHub Action versions for building Docker containers (#3378)
52+
* Updated how the ETA values are calculated to avoid negative values (#3386)
53+
* Updated Debian Dockerfile to use upstream gosu (#3402)
54+
* Updated Debian Dockerfile to use 'bookworm' (#3402)
55+
* Updated documentation
56+
57+
558
## 2.5.6 - 2025-06-05
659

760
### Added

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for onedrive v2.5.6.
3+
# Generated by GNU Autoconf 2.69 for onedrive v2.5.7.
44
#
55
# Report bugs to <https://github.com/abraunegg/onedrive>.
66
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
579579
# Identity of this package.
580580
PACKAGE_NAME='onedrive'
581581
PACKAGE_TARNAME='onedrive'
582-
PACKAGE_VERSION='v2.5.6'
583-
PACKAGE_STRING='onedrive v2.5.6'
582+
PACKAGE_VERSION='v2.5.7'
583+
PACKAGE_STRING='onedrive v2.5.7'
584584
PACKAGE_BUGREPORT='https://github.com/abraunegg/onedrive'
585585
PACKAGE_URL=''
586586

@@ -1231,7 +1231,7 @@ if test "$ac_init_help" = "long"; then
12311231
# Omit some internal or obsolete options to make the list less imposing.
12321232
# This message is too long to be a string in the A/UX 3.1 sh.
12331233
cat <<_ACEOF
1234-
\`configure' configures onedrive v2.5.6 to adapt to many kinds of systems.
1234+
\`configure' configures onedrive v2.5.7 to adapt to many kinds of systems.
12351235
12361236
Usage: $0 [OPTION]... [VAR=VALUE]...
12371237
@@ -1292,7 +1292,7 @@ fi
12921292

12931293
if test -n "$ac_init_help"; then
12941294
case $ac_init_help in
1295-
short | recursive ) echo "Configuration of onedrive v2.5.6:";;
1295+
short | recursive ) echo "Configuration of onedrive v2.5.7:";;
12961296
esac
12971297
cat <<\_ACEOF
12981298
@@ -1407,7 +1407,7 @@ fi
14071407
test -n "$ac_init_help" && exit $ac_status
14081408
if $ac_init_version; then
14091409
cat <<\_ACEOF
1410-
onedrive configure v2.5.6
1410+
onedrive configure v2.5.7
14111411
generated by GNU Autoconf 2.69
14121412
14131413
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1424,7 +1424,7 @@ cat >config.log <<_ACEOF
14241424
This file contains any messages produced by compilers while
14251425
running configure, to aid debugging if configure makes a mistake.
14261426
1427-
It was created by onedrive $as_me v2.5.6, which was
1427+
It was created by onedrive $as_me v2.5.7, which was
14281428
generated by GNU Autoconf 2.69. Invocation command line was
14291429
14301430
$ $0 $@
@@ -2021,7 +2021,7 @@ $as_echo "no" >&6; }
20212021
fi
20222022
fi
20232023
2024-
PACKAGE_DATE="June 2025"
2024+
PACKAGE_DATE="September 2025"
20252025
20262026
20272027
for ac_prog in dmd ldmd2 ldc2 gdmd gdc
@@ -3348,7 +3348,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
33483348
# report actual input values of CONFIG_FILES etc. instead of their
33493349
# values after options handling.
33503350
ac_log="
3351-
This file was extended by onedrive $as_me v2.5.6, which was
3351+
This file was extended by onedrive $as_me v2.5.7, which was
33523352
generated by GNU Autoconf 2.69. Invocation command line was
33533353
33543354
CONFIG_FILES = $CONFIG_FILES
@@ -3401,7 +3401,7 @@ _ACEOF
34013401
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34023402
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
34033403
ac_cs_version="\\
3404-
onedrive config.status v2.5.6
3404+
onedrive config.status v2.5.7
34053405
configured by $0, generated by GNU Autoconf 2.69,
34063406
with options \\"\$ac_cs_config\\"
34073407

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dnl - commit the changed files (configure.ac, configure)
1010
dnl - tag the release
1111

1212
AC_PREREQ([2.69])
13-
AC_INIT([onedrive],[v2.5.6], [https://github.com/abraunegg/onedrive], [onedrive])
13+
AC_INIT([onedrive],[v2.5.7], [https://github.com/abraunegg/onedrive], [onedrive])
1414
AC_CONFIG_SRCDIR([src/main.d])
1515

1616

@@ -21,7 +21,7 @@ dnl necessary programs: install, pkg-config
2121
AC_PROG_INSTALL
2222
PKG_PROG_PKG_CONFIG
2323

24-
PACKAGE_DATE="June 2025"
24+
PACKAGE_DATE="September 2025"
2525
AC_SUBST([PACKAGE_DATE])
2626

2727
dnl Determine D compiler

contrib/spec/onedrive.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ BuildRequires: ldc >= %{ldc_minver}
3737
%endif
3838

3939
Name: onedrive
40-
Version: 2.5.6
40+
Version: 2.5.7
4141
Release: 1%{?dist}
4242
Summary: OneDrive Client for Linux
4343
Group: System Environment/Network

0 commit comments

Comments
 (0)