Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2019-04-17 10:40:09 +0300
committerChristian Kamm <mail@ckamm.de>2019-04-17 10:46:18 +0300
commitb6fb817ae8d718e4af150e5f425802fe691e0f17 (patch)
treecea058d5e4e58fda4a2a62646095f613ed0212ea
parent2a900901d386bd4d0388f5c6e862a6274059ee40 (diff)
Update 2.6 changelog
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c5383a303..0714214a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ ChangeLog
=========
version 2.6.0 (2019-04-??)
-(last update on db866afb6088acddbdb6e130354b021e2c4b2844)
+(last update on 2a900901d386bd4d0388f5c6e862a6274059ee40)
* Sync: Introduce experimental capability to sync file deltas. (#179)
* Sync: Rewrote discovery code for performance improvements and better maintainability.
* Sync: Don't abort on 503 errors (#5088, #5859)
@@ -16,6 +16,8 @@ version 2.6.0 (2019-04-??)
* Sync: Fix local discovery when removing a selective sync exclusion
* Sync: Fix detection of case-only renames on Windows
* Sync: Fix race conditions in the linux folder watcher (#7068)
+* Sync: Add support for asynchronous upload operations (core#31851)
+* Sync: When propagating new remote directories, set local mtime to server mtime (#7119)
* Vfs: Introduce experimental native virtual files mode for Windows 10.
* Vfs: Improvements to UI around marking folders as available locally or online only.
* Vfs: The online-only/available-locally flag applies to new remote files now.
@@ -23,25 +25,36 @@ version 2.6.0 (2019-04-??)
* Vfs: Cannot be used with selective sync at the same time.
* Vfs: Can now be fully enabled or disabled.
* Vfs: Suffix mode ignores remote files with the suffix (#6953)
+* Vfs: Fix behavior when file is renamed and suffix is added/removed at the same time (#7001)
+* Vfs: Improve notifications for file creation actions (#7101)
+* Vfs: Improve user-visible aspects of pinning and availability (#7111)
+* Vfs: Add note about which plugin is in use to about dialog (#7137)
* GUI: Added action to open folder in browser to selective sync context menu (#6471)
* GUI: Add server version info to SSL info button (#6628)
* GUI: Allow log window of running client to be opened via command line
* GUI: Introduce conflict resolution actions to right-click menu of conflicts and files in read-only directories (#6252)
* GUI: Update sooner when user resolves a conflict (#7073)
+* GUI: Improve error message for missing data in server replies (#7112)
+* GUI: Remove log window, instead focus on easy handling of log files (#6475)
+* OSX: Fix issues with Finder integration being gone after reboot
+* Linux: Add autostart delay to avoid tray icon issues (#6518)
* Client certs: Fix storage of large certs in older Windows versions (#6776)
* Updater: Show a nicer version string In the "available update" notification (#6602)
* Updater: Set correct state on network error (#3933)
* DB: Database path for new folders now starts with ".sync_", avoiding the "._" (#5904)
* File hashes: Add support for SHA256 and SHA3
+* Cmd: Respect chunk sizing environment variables (#7078)
* Log: Don't write to logdir if --logfile is passed (#6909)
* Log: Make --logfile - work on Windows
* Doc: Migrate the documentation to Antora (#6785)
* Doc: Update Windows build instructions
+* Doc: Add explanation of how to manually change server url (#6579)
* Build: Fix KDEInstallDirs deprecation warnings (#6922)
* Build: Fixes for compiling on "remarkable" tablet (#6870)
* Build: Add PLUGINDIR variable for finding vfs plugins (#7027)
* Remove support for Shibboleth auth (#6451)
* Several performance optimizations
+* Update SQLite to 3.27.2 (if bundled)
* Many test improvements (like #6358)
version 2.5.4 (2019-03-xx)