作者:翟厉害 | 来源:互联网 | 2014-11-11 10:35
开源中国推出 PaaS@OSC 代码演示和运行平台
ownCloud Client 1.7.0 发布了,该版本最值得关注的新特性就是支持选择性的同步。同时还包含一些对 ownCloud 7 版本新特性的支持。
其他改进内容包括:
Handle new sharing options of ownCloud 7 correctly;
Improved local change detection: consider file size, detect files with ongoing changes and do not upload immediately;
Improved HTTP request timeout handler: all successful requests reset the timeout counter;
Improvements for syncing command line tool: netrc support, improved SSL support, non interactive mode;
Permission system: ownCloud 7 delivers file and folder permissions, added ability to deal with it for shared folders and more;
Ignore handling: Do not recurse into ignored or excluded directories;
Major sync journal database improvements for more stability and performance;
New library interface to sqlite3;
Improve "resync handling" if errors occur;
Blacklist improvements;
Improved logging: more useful meta info, removed noise.
安装:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_$(lsb_release -rs)/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
cd /tmp && wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_$(lsb_release -rs)/Release.key
sudo apt-key add - < Release.key
sudo apt-get update
sudo apt-get install owncloud-client