Update to 2.1.1
Changelog: Release 2.1.1 Februrary 10th 2016 UI improvements for HiDPI screens, error messages, RTL languages Fix occurences of "Connection Closed" when a new unauthenticated TCP socket is used Fix undeliberate WiFi scanning done by Qt Network classes Several fixes/improvements to the sharing dialog Several fixes/improvements to the server activity tab Create the directory when using --confdir and it does not exist Windows Overlay icons: Fix DLL and icon oddities Mac Overlay icons: Don't install legacy Finder plugin on >= 10.10 Linux Overlay icons: Nemo plugin Overlay icons: Fix several wrong icon state computations Allow changeable upload chunk size in owncloud.cfg Crash fixes on account deletion Forget password on explicit sign-out OS X: Fix the file system watcher ignoring unicode paths (#4424) Windows Installer: Update to NSIS 2.50, fixes possible DLL injection Sync Engine: .lnk files Sync Engine: symlinked syn directories Sync Engine: Windows: Fix deleting and replacing of read-only files (#4308, #4277) Sync Engine: Fixes for files becoming directories and vice versa (#4302) Misc other fixes/improvements
This commit is contained in:
parent
a92af17376
commit
880f766e8d
3 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2016/03/05 11:29:09 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2016/03/21 11:36:13 ryoon Exp $
|
||||
|
||||
DISTNAME= owncloudclient-2.1.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= owncloudclient-2.1.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://download.owncloud.com/desktop/stable/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2015/12/26 00:38:29 ryoon Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2016/03/21 11:36:13 ryoon Exp $
|
||||
bin/owncloud
|
||||
bin/owncloudcmd
|
||||
include/owncloudsync/creds/abstractcredentials.h
|
||||
|
@ -83,6 +83,7 @@ share/icons/hicolor/72x72/apps/ownCloud_sync_shared.png
|
|||
share/icons/hicolor/72x72/apps/ownCloud_warn.png
|
||||
share/icons/hicolor/72x72/apps/ownCloud_warn_shared.png
|
||||
share/nautilus-python/extensions/syncstate.py
|
||||
share/nemo-python/extensions/syncstate.py
|
||||
share/owncloud/i18n/client_TW.qm
|
||||
share/owncloud/i18n/client_ca.qm
|
||||
share/owncloud/i18n/client_cs.qm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2015/12/26 00:38:29 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.6 2016/03/21 11:36:13 ryoon Exp $
|
||||
|
||||
SHA1 (owncloudclient-2.1.0.tar.xz) = 9ca9d6e3c1711d33b38b6d8a96913e439b8fa772
|
||||
RMD160 (owncloudclient-2.1.0.tar.xz) = 6e4d37915ba6e37a0f915aff6ebb6b006a28e97f
|
||||
SHA512 (owncloudclient-2.1.0.tar.xz) = 1db9c27fa00b2896799c8ab2ca7b9bed40c5f514e495320234a06d453c703356ddf012eacde9abe9ffb3c29472fedc7e1eac78baae8a43ea743e2c1ab1176b1d
|
||||
Size (owncloudclient-2.1.0.tar.xz) = 11749608 bytes
|
||||
SHA1 (owncloudclient-2.1.1.tar.xz) = 456cc73ad3deec5dd512c0b52e316395038bd09b
|
||||
RMD160 (owncloudclient-2.1.1.tar.xz) = 05507dfab485d47170aaab10b771cf8598d43a09
|
||||
SHA512 (owncloudclient-2.1.1.tar.xz) = 62cd22c1c7119cc2269537ab562072bffa1a968b720263810f35b58722bac5b370b7b7ae6ec6fd3e9778bd996c8e4b0b91c34c1a3b533e1a60853963a8de5e19
|
||||
Size (owncloudclient-2.1.1.tar.xz) = 11920024 bytes
|
||||
|
|
Loading…
Reference in a new issue