Versie 1.6.0 van OwnCloud Client is vrijgegeven. OwnCloud is een opensource-project waarmee het mogelijk is om in eigen beheer cloudopslag te draaien. Het is eenvoudig op te zetten, want het enige dat je nodig hebt is een server waar php en MySQL op draaien. Behalve het opslaan en delen van bestanden is het ook mogelijk om bijvoorbeeld muziek te streamen of een kalender en adresboek bij te houden. Clients zijn beschikbaar voor Windows, Linux, OS X (vanaf 10.7), Android en iOS. De changelog van 1.6.0 is hieronder te vinden.
Release 1.6.0
- Minor GUI improvements
- Qt5 compile issues fixed
- Ignore sync log file in filewatcher
- Install libocsync to private library dir and use rpath to localize
- Fix reconnect after server disconnect
- Fix “unknown action” display in Activity window
- Fix memory leaks
- Respect XDG_CONFIG_HOME environment var
- Handle empty fileids in the journal correctly
- Add abilility to compile libowncloudsync without GUI dependendy
- Fix SSL error with previously-expired CAs on Windows
- Fix incorrect folder pause state after start
- Fix a couple of actual potential crashes
- Improve Cookie support (e.g. for cookie-based load-balancers)
- Introduce a general timeout of 300s for network operations
- Improve error handling, blacklisting
- Job-based change propagation, enables faster parallel up/downloads (right now only if no bandwidth limit is set and no proxy is used)
- Significantly reduced CPU load when checking for local and remote changes
- Speed up file stat code on Windows
- Enforce Qt5 for Windows and Mac OS X builds
- Improved owncloudcmd: SSL support, documentation
- Added advanced logging of operations (file .???.log in sync directory)
- Avoid creating a temporary copy of the sync database (.ctmp)
- Enable support for TLS 1.2 negotiation on platforms that use Qt 5.2 or later
- Forward server exception messages to client error messages
- Mac OS X: Support Notification Center in OS X 10.8+
- Mac OS X: Use native settings dialog
- Mac OS X: Fix UI inconsistencies on Mavericks
- Shibboleth: Warn if authenticating with a different user
- Remove vio abstraction in csync
- Avoid data loss when a client file system is not case sensitive