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-08-01 11:29:34 +0300
committerChristian Kamm <mail@ckamm.de>2019-08-01 13:11:38 +0300
commited0002b39fb054854e5f4358a37eb99c16f2241c (patch)
treebb60c9782f5e652026b80b1f4c0b3d8ac6c51652
parent97ce20ac028660e6ae3dd0b98d4b487999d8768a (diff)
Update 2.6.0 changelog
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 08baea250..d3c927596 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
ChangeLog
=========
-version 2.6.0 (2019-07)
-(last update on aafa903a02bbfc30a6c2ad83f02966994c647eb8)
+version 2.6.0 (2019-08)
+(last update on 08f58ff30409981943bba06266860f49fe1aebf5)
Major changes and additions:
* Rewrote discovery code for performance improvements and better maintainability.
@@ -33,7 +33,7 @@ Small changes and bug fixes:
* Sync: Fix renaming a single file causing the "all files deleted" popup (#7204)
* Sync: Reduce memory use during uploads by not reading whole chunks to memory (#7226)
* Sync: Don't abort on 404, 500, 503 errors (#5088, #5859, #7199)
-* Sync: Fix parsing of etags, improving move detection (#7271)
+* Sync: Fix parsing of etags, improving move detection (#7271, #7345)
* Vfs: The online-only/available-locally flag applies to new remote files now.
* Vfs: Introduce actions and warning text for switching vfs on and off.
* Vfs: Cannot be used with selective sync at the same time.
@@ -48,6 +48,7 @@ Small changes and bug fixes:
* Vfs: Make "Free space" context menu action only enabled when it has an effect (#7143)
* Vfs: Ensure the database temporaries are marked as excluded (#7141)
* Vfs: Don't dehydrate existing data when switching on (#7302)
+* Vfs: Fix move detection when virtual files are involved (#7001)
* GUI: Adjust "new public link share" ui so options can be set before share creation
* GUI: Added action to open folder in browser to selective sync context menu (#6471)
* GUI: Add server version info to SSL info button (#6628)
@@ -59,9 +60,11 @@ Small changes and bug fixes:
* GUI: Fix notification buttons sometimes getting their own window (#7185)
* GUI: Add "Show file versions" context menu action (#7196)
* GUI: Fix layout in "Add Certificate" dialog (#7184)
+* GUI: Fix duplicated error message for fatal errors (#5088)
* Sharing: Fix issues with enforced passwords and expiry (#7246, #7245)
* Sharing: Fix resharing an item in a share with limited permissions (#7275)
* Sharing: Use the default expiration date even when not enforced (#7256)
+* Sharing: When sharing from context menu, show dialog if share creation fails (#7286)
* OSX: Fix issues with Finder integration being gone after reboot
* Linux: Add autostart delay to avoid tray icon issues (#6518)
* Folder watcher: Test before relying on it (#7241)
@@ -74,6 +77,7 @@ Small changes and bug fixes:
* Cmd: Respect chunk sizing environment variables (#7078)
* Log: Don't write to logdir if --logfile is passed (#6909)
* Log: Make --logfile - work on Windows
+* Log: Make --logdir compress logs reliably (#7353)
* Doc: Migrate the documentation to Antora (#6785)
* Doc: Update Windows build instructions
* Doc: Add explanation of how to manually change server url (#6579)