Skip to content

Commit 7a85e29

Browse files
authored
Release files for 2.5.1 (#2851)
* Release files for 2.5.1
1 parent bb6989c commit 7a85e29

File tree

5 files changed

+35
-11
lines changed

5 files changed

+35
-11
lines changed

changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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.1 - 2024-09-27
6+
7+
### Special Thankyou
8+
A special thankyou to @phlibi for assistance with diagnosing and troubleshooting the database timestamp issue
9+
10+
### Added
11+
* Implement Feature Request: Don't print the d-bus WARNING if disable_notifications is set on cmd line or in config
12+
13+
### Changed
14+
* Add --enable-debug to Docker files when building client application to allow for better diagnostics when issues occur
15+
* Update Debian Dockerfile to use 'curl' from backports so a more modern curl version is used
16+
17+
### Fixed
18+
* Fix Regression: Fix regression of extra quotation marks when using ONEDRIVE_SINGLE_DIRECTORY with Docker
19+
* Fix Regression: Fix regression that real-time synchronization is not occurring when using --monitor and sync_list
20+
* Fix Regression: Fix regression that --remove-source-files doesn’t work
21+
* Fix Bug: Application crash when run synchronize due to negative free space online
22+
* Fix Bug: Application crash when performing a URL dedocde
23+
* Fix Bug: Application crash when using sync_list and Personal Shared Folders the root folder fails to present the item id
24+
* Fix Bug: Application crash when attempting to read timestamp from database as invalid data was written
25+
26+
### Updated
27+
* Updated documentation (various)
28+
529
## 2.5.0 - 2024-09-16
630

731
### Special Thankyou

configure

Lines changed: 9 additions & 9 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.0.
3+
# Generated by GNU Autoconf 2.69 for onedrive v2.5.1.
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.0'
583-
PACKAGE_STRING='onedrive v2.5.0'
582+
PACKAGE_VERSION='v2.5.1'
583+
PACKAGE_STRING='onedrive v2.5.1'
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.0 to adapt to many kinds of systems.
1222+
\`configure' configures onedrive v2.5.1 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.0:";;
1283+
short | recursive ) echo "Configuration of onedrive v2.5.1:";;
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.0
1396+
onedrive configure v2.5.1
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.0, which was
1413+
It was created by onedrive $as_me v2.5.1, which was
14141414
generated by GNU Autoconf 2.69. Invocation command line was
14151415
14161416
$ $0 $@
@@ -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.0, which was
3162+
This file was extended by onedrive $as_me v2.5.1, 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.0
3215+
onedrive config.status v2.5.1
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.0], [https://github.com/abraunegg/onedrive], [onedrive])
12+
AC_INIT([onedrive],[v2.5.1], [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.0
15+
Version: 2.5.1
1616
Release: 1%{?dist}
1717
Summary: OneDrive Client for Linux
1818
Group: System Environment/Network

0 commit comments

Comments
 (0)