diff options
| author | ryoon <ryoon@pkgsrc.org> | 2015-06-23 13:28:35 +0000 |
|---|---|---|
| committer | ryoon <ryoon@pkgsrc.org> | 2015-06-23 13:28:35 +0000 |
| commit | a0e9d646966dce74e2ae78e661cc158d2ccd2e0d (patch) | |
| tree | 89c590cf1c54d8204ac24fdafb0af1890f83bdce /net/owncloudclient/PLIST | |
| parent | 5867b87f62d0d85464adeaee337017bc1c477452 (diff) | |
| download | pkgsrc-a0e9d646966dce74e2ae78e661cc158d2ccd2e0d.tar.gz | |
Update to 1.8.1
Changelog:
Release 1.8.1 May 7th 2015
Make "operation canceled" error a soft error
Do not throw an error for files that are scheduled to be removed, but can not be found on the server. (#2919)
Windows: Reset QNAM to proper function after hibernation. (#2899, #2895, #2973)
Fix argument verification of --confdir (#2453)
Fix a crash when accessing a dangling UploadDevice pointer (#2984)
Add-folder wizard: Make sure there is a scrollbar if folder names are too long (#2962)
Add-folder Wizard: Select the newly created folder
Activity: Correctly restore column sizes (#3005)
SSL Button: do not crash on empty certificate chain
SSL Button: Make menu creation lazy (#3007, #2990)
Lookup system proxy async to avoid hangs (#2993, #2802)
ShareDialog: Some GUI refinements
ShareDialog: On creation of a share always retrieve the share. This makes sure that if a default expiration date is set this is reflected in the dialog. (#2889)
ShareDialog: Only show share dialog if we are connected.
HttpCreds: Fill pw dialog with previous password. (#2848, #2879)
HttpCreds: Delete password from old location. (#2186)
Do not store Session Cookies in the client cookie storage
CookieJar: Don't accidentally overwrite cookies. (#2808)
ProtocolWidget: Always add seconds to the DateTime locale. (#2535)
Updater: Give context as to which app is about to be updated (#3040)
Windows: Add version information for owncloud.exe. This should help us know what version or build number a crash report was generated with.
Fix a crash on shutdown in ~SocketApi (#3057)
SyncEngine: Show more timing measurements (#3064)
Discovery: Add warning if returned etag is 0
Fix a crash caused by an invalid DiscoveryDirectoryResult::iterator (#3051)
Sync: Fix sync of deletions during 503. (#2894)
Handle redirect of auth request. (#3082)
Discovery: Fix parsing of broken XML replies, which fixes local file disappearing (#3102)
Migration: Silently restore files that were deleted locally by bug (#3102)
Sort folder sizes SelectiveSyncTreeView numerically (#3112)
Sync: PropagateDownload: Read the mtime from the file system after writing it (#3103)
Sync: Propagate download: Fix restoring files for which the conflict file exists (#3106)
Use identical User Agents and version for csync and the Qt parts
Prevent another crash in ~SocketApi (#3118)
Windows: Fix rename of finished file (#3073)
AccountWizard: Fix auth error handling (#3155)
Documentation fixes
Infrastructure/build fixes
Win32/OS X: Apply patch from OpenSSL to handle oudated intermediates gracefully (#3087)
Diffstat (limited to 'net/owncloudclient/PLIST')
| -rw-r--r-- | net/owncloudclient/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/owncloudclient/PLIST b/net/owncloudclient/PLIST index 7bb1591ce42..9edf07f290f 100644 --- a/net/owncloudclient/PLIST +++ b/net/owncloudclient/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/03/25 20:12:04 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/06/23 13:28:35 ryoon Exp $ bin/owncloud bin/owncloudcmd include/httpbf.h @@ -18,7 +18,7 @@ lib/libowncloudsync.so.0 lib/libowncloudsync.so.${PKGVERSION} lib/owncloud/libocsync.so lib/owncloud/libocsync.so.0 -lib/owncloud/libocsync.so.0.2.1 +lib/owncloud/libocsync.so.${PKGVERSION} share/applications/owncloud.desktop share/examples/owncloud/sync-exclude.lst share/icons/hicolor/128x128/apps/ownCloud_error.png @@ -109,10 +109,10 @@ share/owncloud/i18n/client_pt_BR.qm share/owncloud/i18n/client_ru.qm share/owncloud/i18n/client_sk.qm share/owncloud/i18n/client_sl.qm +share/owncloud/i18n/client_sr.qm share/owncloud/i18n/client_sv.qm share/owncloud/i18n/client_th.qm share/owncloud/i18n/client_tr.qm share/owncloud/i18n/client_uk.qm share/owncloud/i18n/client_zh_CN.qm share/owncloud/i18n/client_zh_TW.qm -@pkgdir etc/ownCloud |
