Skip to content

Commit 02a7781

Browse files
authored
Release files for 2.3.13 (#760)
* Release files for 2.3.13
1 parent 8549719 commit 02a7781

File tree

4 files changed

+27
-11
lines changed

4 files changed

+27
-11
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,23 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6-
## 2.3.11 - 2019-12-04
6+
## 2.3.13 - 2019-12-31
7+
### Fixed
8+
* Change the sync list override flag to false as default when not using sync_list
9+
* Fix --dry-run output when using --upload-only & --no-remote-delete and deleting local files
10+
11+
### Added
12+
* Add a verbose log entry when a monitor sync loop with OneDrive starts & completes
13+
14+
### Changed
15+
* Remove logAndNotify for 'processing X changes' as it is excessive for each change bundle to inform the desktop of the number of changes the client is processing
16+
17+
### Updated
18+
* Updated INSTALL.md with Ubuntu 16.x i386 build instructions to reflect working configuration on legacy hardware
19+
* Updated INSTALL.md with details of Linux packages
20+
* Updated INSTALL.md build instructions for CentOS platforms
21+
22+
## 2.3.12 - 2019-12-04
723
### Fixed
824
* Retry session upload fragment when transient errors occur to prevent silent upload failure
925
* Update Microsoft restriction and limitations about windows naming files to include '~' for folder names

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

@@ -1217,7 +1217,7 @@ if test "$ac_init_help" = "long"; then
12171217
# Omit some internal or obsolete options to make the list less imposing.
12181218
# This message is too long to be a string in the A/UX 3.1 sh.
12191219
cat <<_ACEOF
1220-
\`configure' configures onedrive v2.3.13-dev to adapt to many kinds of systems.
1220+
\`configure' configures onedrive v2.3.13 to adapt to many kinds of systems.
12211221
12221222
Usage: $0 [OPTION]... [VAR=VALUE]...
12231223
@@ -1278,7 +1278,7 @@ fi
12781278

12791279
if test -n "$ac_init_help"; then
12801280
case $ac_init_help in
1281-
short | recursive ) echo "Configuration of onedrive v2.3.13-dev:";;
1281+
short | recursive ) echo "Configuration of onedrive v2.3.13:";;
12821282
esac
12831283
cat <<\_ACEOF
12841284
@@ -1389,7 +1389,7 @@ fi
13891389
test -n "$ac_init_help" && exit $ac_status
13901390
if $ac_init_version; then
13911391
cat <<\_ACEOF
1392-
onedrive configure v2.3.13-dev
1392+
onedrive configure v2.3.13
13931393
generated by GNU Autoconf 2.69
13941394
13951395
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1406,7 +1406,7 @@ cat >config.log <<_ACEOF
14061406
This file contains any messages produced by compilers while
14071407
running configure, to aid debugging if configure makes a mistake.
14081408
1409-
It was created by onedrive $as_me v2.3.13-dev, which was
1409+
It was created by onedrive $as_me v2.3.13, which was
14101410
generated by GNU Autoconf 2.69. Invocation command line was
14111411
14121412
$ $0 $@
@@ -3138,7 +3138,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31383138
# report actual input values of CONFIG_FILES etc. instead of their
31393139
# values after options handling.
31403140
ac_log="
3141-
This file was extended by onedrive $as_me v2.3.13-dev, which was
3141+
This file was extended by onedrive $as_me v2.3.13, which was
31423142
generated by GNU Autoconf 2.69. Invocation command line was
31433143
31443144
CONFIG_FILES = $CONFIG_FILES
@@ -3191,7 +3191,7 @@ _ACEOF
31913191
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31923192
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
31933193
ac_cs_version="\\
3194-
onedrive config.status v2.3.13-dev
3194+
onedrive config.status v2.3.13
31953195
configured by $0, generated by GNU Autoconf 2.69,
31963196
with options \\"\$ac_cs_config\\"
31973197

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.3.13-dev], [https://github.com/abraunegg/onedrive], [onedrive])
12+
AC_INIT([onedrive],[v2.3.13], [https://github.com/abraunegg/onedrive], [onedrive])
1313
AC_CONFIG_SRCDIR([src/main.d])
1414

1515

File renamed without changes.

0 commit comments

Comments
 (0)