Skip to content

Commit 512ba3f

Browse files
authored
Release files for 2.5.3 (#2976)
* Release files for 2.5.3
1 parent 273bcbf commit 512ba3f

File tree

5 files changed

+51
-13
lines changed

5 files changed

+51
-13
lines changed

changelog.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
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.3 - 2024-11-16
6+
7+
### Added
8+
* Implement Docker ENV variable for --cleanup-local-files
9+
* Setup a specific SIGPIPE Signal handler for curl/openssl generated signals
10+
* Add Check Spelling GitHub Action
11+
* Add passive database checkpoints to optimise database operations
12+
* Ensure application notifies user of curl versions that contain HTTP/2 bugs that impact the operation of this client
13+
* Add OpenSSL version warning
14+
15+
### Changed
16+
* Specifically use a 'mutex' to perform the lock on database actions
17+
* Update safeBackup to use a new filename format for easier identification: filename-hostname-safeBackup-number.file_extension
18+
* Allow no-sync operations to complete online account checks
19+
20+
### Fixed
21+
* Improve performance with reduced execution time and lower CPU/system resource usage
22+
* Fix that a 'sync_list' entry of '/' will cause a index [0] is out of bounds
23+
* Fix that when creating a new folder online the application generates an exception if it is in a Shared Online Folder
24+
* Fix application crash when session upload files contain zero data or are corrupt
25+
* Fix regression for Docker 'sync_dir' use
26+
* Fix that curl generates a SIGPIPE that causes application to exit due to upstream device killing idle TCP connection
27+
* Fix that skip_dir is not flagging directories correctly causing deletion if parental path structure needs to be created for sync_list handling
28+
* Fix application crash caused by unable to drop table
29+
* Fix that skip_file in config does not override defaults
30+
* Handle DB upgrades from v2.4.x without causing application crash
31+
* Fix a database statement execution error occurred: NOT NULL constraint failed: item.type due to Microsoft OneNote items
32+
* Fix Operation not permitted FileException Error when attempting to use setTimes() function
33+
* Fix that files with no mime type cause sync to crash
34+
* Fix that bypass_data_preservation operates as intended
35+
36+
### Updated
37+
* Fixed spelling errors across all documentation and code
38+
* Update Dockerfile-debian to fix that libcurl4 does not get applied despite being pulled in. Explicitly install it from Debian 12 Backports
39+
* Add Ubuntu 24.10 OpenSuSE Build Service details
40+
* Update Dockerfile-alpine - revert to Alpine 3.19 as application fails to run on Alpine 3.20
41+
* Updated documentation
42+
543
## 2.5.2 - 2024-09-29
644

745
### Added
@@ -14,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1452
### Updated
1553
* Updated documentation
1654

17-
## 2.5.1 - 2024-09-27
55+
## 2.5.1 - 2024-09-27 (DO NOT USE. CONTAINS A MAJOR TIMESTAMP ISSUE BUG)
1856

1957
### Special Thankyou
2058
A special thankyou to @phlibi for assistance with diagnosing and troubleshooting the database timestamp issue

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.2.
3+
# Generated by GNU Autoconf 2.69 for onedrive v2.5.3.
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.2'
583-
PACKAGE_STRING='onedrive v2.5.2'
582+
PACKAGE_VERSION='v2.5.3'
583+
PACKAGE_STRING='onedrive v2.5.3'
584584
PACKAGE_BUGREPORT='https://github.com/abraunegg/onedrive'
585585
PACKAGE_URL=''
586586

@@ -1219,7 +1219,7 @@ if test "$ac_init_help" = "long"; then
12191219
# Omit some internal or obsolete options to make the list less imposing.
12201220
# This message is too long to be a string in the A/UX 3.1 sh.
12211221
cat <<_ACEOF
1222-
\`configure' configures onedrive v2.5.2 to adapt to many kinds of systems.
1222+
\`configure' configures onedrive v2.5.3 to adapt to many kinds of systems.
12231223
12241224
Usage: $0 [OPTION]... [VAR=VALUE]...
12251225
@@ -1280,7 +1280,7 @@ fi
12801280

12811281
if test -n "$ac_init_help"; then
12821282
case $ac_init_help in
1283-
short | recursive ) echo "Configuration of onedrive v2.5.2:";;
1283+
short | recursive ) echo "Configuration of onedrive v2.5.3:";;
12841284
esac
12851285
cat <<\_ACEOF
12861286
@@ -1393,7 +1393,7 @@ fi
13931393
test -n "$ac_init_help" && exit $ac_status
13941394
if $ac_init_version; then
13951395
cat <<\_ACEOF
1396-
onedrive configure v2.5.2
1396+
onedrive configure v2.5.3
13971397
generated by GNU Autoconf 2.69
13981398
13991399
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1410,7 +1410,7 @@ cat >config.log <<_ACEOF
14101410
This file contains any messages produced by compilers while
14111411
running configure, to aid debugging if configure makes a mistake.
14121412
1413-
It was created by onedrive $as_me v2.5.2, which was
1413+
It was created by onedrive $as_me v2.5.3, which was
14141414
generated by GNU Autoconf 2.69. Invocation command line was
14151415
14161416
$ $0 $@
@@ -2162,7 +2162,7 @@ fi
21622162
21632163
21642164
2165-
PACKAGE_DATE="September 2024"
2165+
PACKAGE_DATE="November 2024"
21662166
21672167
21682168
@@ -3159,7 +3159,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31593159
# report actual input values of CONFIG_FILES etc. instead of their
31603160
# values after options handling.
31613161
ac_log="
3162-
This file was extended by onedrive $as_me v2.5.2, which was
3162+
This file was extended by onedrive $as_me v2.5.3, which was
31633163
generated by GNU Autoconf 2.69. Invocation command line was
31643164
31653165
CONFIG_FILES = $CONFIG_FILES
@@ -3212,7 +3212,7 @@ _ACEOF
32123212
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
32133213
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
32143214
ac_cs_version="\\
3215-
onedrive config.status v2.5.2
3215+
onedrive config.status v2.5.3
32163216
configured by $0, generated by GNU Autoconf 2.69,
32173217
with options \\"\$ac_cs_config\\"
32183218

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dnl - commit the changed files (configure.ac, configure)
99
dnl - tag the release
1010

1111
AC_PREREQ([2.69])
12-
AC_INIT([onedrive],[v2.5.2], [https://github.com/abraunegg/onedrive], [onedrive])
12+
AC_INIT([onedrive],[v2.5.3], [https://github.com/abraunegg/onedrive], [onedrive])
1313
AC_CONFIG_SRCDIR([src/main.d])
1414

1515

contrib/spec/onedrive.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
%endif
1313

1414
Name: onedrive
15-
Version: 2.5.2
15+
Version: 2.5.3
1616
Release: 1%{?dist}
1717
Summary: OneDrive Client for Linux
1818
Group: System Environment/Network

0 commit comments

Comments
 (0)