| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456 |
- ChangeLog
- =========
- version 1.6.2 (release 2014-07-x )
- * HTTP Credentials: Read password from legacy place if not found.
- * Shibboleth: Fix the waiting curser that would not disapear (#1915)
- * Limit memory usage to avoid mem wasting and crashes
- * Propagator: Fix crash when logging out during upload (#1957)
- * Propagator_qnam: Fix signal slot connection (#1963)
- * Use more elaborated way to detect that the server was reconfigured (#1948)
- * Setup Wizard: Reconfigure Server also if local path was changed (#1948)
- version 1.6.1 (release 2014-06-26 )
- * Fix 'precondition failed' bug with broken upload
- * Fix openSSL problems for windows deployment
- * Fix syncing a folder with '#' in the name
- * Fix #1845: do not update parent directory etag before sub
- directories are removed
- * Fix reappearing directories if dirs are removed during its
- upload
- * Fix app version in settings dialog, General tab
- * Fix crash in FolderWizard when going offline
- * Shibboleth fixes
- * More specific error messages (file remove during upload, open
- local sync file)
- * Use QSet rather than QHash in SyncEngine (save memory)
- * Fix some memory leaks
- * Fix some thread race problems, ie. wait for neon thread to finish
- before the propagator is shut down
- * Fix a lot of issues and warnings found by Coverity
- * Fix Mac some settings dialog problems
- version 1.6.0 (release 2014-05-30 )
- * 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
- version 1.5.3 (release 2014-03-10 )
- * Fix usage of proxies after first sync run (#1502, #1524, #1459, #1521)
- * Do not wipe the credentials from config for reconnect (#1499, #1503)
- * Do not erase the full account config if an old version of the client stored
- the password (related to above)
- * Fix layout of the network tab (fixes #1491)
- * Handle authentication requests by a Shibboleth IdP
- * Shibboleth: If no connection is available, don't open the login window
- * [Packaging] Debian/Ubuntu: ship sync-exclude.lst
- * [Packaging] Fix issues with access to gnome keychain in Fedora and RHEL6
- * [Packaging] Ensure all sub packages get updated
- * [Packaging] Fix incorrect path in desktop file (RHEL6/CentOS6)
- version 1.5.2 (release 2014-02-26 )
- * Fix behavior when attempting to rename Shared folder
- * Fix potential endless sync loops on Mac OS (#1463)
- * Fix potential crash when pausing during update phase (#1442)
- * Fix handing of shared directories
- * Fix online state handling (#1441, #1459)
- * Fix potential crash in c_iconv on Mac OS
- * Fix certificate chain display in SSLButton
- * Fix sporadicly appearing multiple auth prompts on sign-in
- * Show correct state icon in Account Settings right away
- * Re-fetch content that gets deleted from read only shared directories
- * Do not store the password in the config file, erase existing ones (#1469)
- * Shibboleth: Close browser window after login
- * Shibboleth: Proper invalidation if timeout during sync
- * Shibboleth: Do not pop up IdP login immediately when modifying account
- * Shibboleth: Avoid auth on restart by storing cookies in the wallet
- * Fix license headers
- version 1.5.1 (release 2014-02-13 )
- * Added an auto updater that updates the client if a
- more recent version was found automatically (Windows, Mac OS X)
- * Added a button to the account dialog that gives information
- about the encryption layer used for communication, plus a
- certificate information widget
- * Preserve the permission settings of local files rather than
- setting them to a default (Bug #820)
- * Handle windows lnk files correctly (Bug #1307)
- * Detect removes and renames in read only shares and
- restore the gone away files. (Bug #1386)
- * Fixes sign in/sign out and password dialog. (Bug #1353)
- * Fixed error messages (Bug #1394)
- * Lots of fixes for building with Qt5
- * Changes to network limits are now also applied during a
- sync run
- * Fixed mem leak after via valgrind on Mac
- * Imported the ocsync library into miralls repository.
- Adopted all build systems and packaging to that.
- * Introduce a new linux packaging scheme following the
- debian upstream scheme
- * Use a refactored Linux file system watcher based on
- inotify, incl. unit tests
- * Wizard: Gracefully fall back to HTTP if HTTPS connection
- fails, issuing a warning
- * Fixed translation misses in the propagator
- * Fixes in proxy configuration
- * Fixes in sync journal handling
- * Fix the upload progress if the local source is still
- changing when the upload begins.
- * Add proxy support to owncloud commandline client
- * NSIS fixes
- * A lot of other fixes and minor improvements
- * Improve Qt5 compatability
- version 1.5.0 (release 2013-12-12 ), csync 0.91.4 required
- * New owncloud propagator that skips the vio abstraction layer
- * Add owncloudcmd to replace the ocsync command line tool
- * Localize Windows installer
- * Allow to sign in and out
- * Ask for password if missing
- * Introduce activity view
- * Introduce black list for files which could not be synced
- * Enabling accessbility by shipping accessibility enables on OS X (#736)
- * Toggle Settings window when clicking on systray icon on Win and KDE (#896)
- * FolderWizard: Sanitize error detection (#1201)
- * Set proper enable state of blacklist button after the dialog was opened
- * Set proper tooltips in blacklist
- * Translatable error messages for file errors
- * Add man page for owncloudcmd (#1234)
- * Don't close setup wizard when the initial sync run is started
- * Close the sync journal if a folder gets removed (#1252)
- * Activity: Avoid horizontal scrollbar (#1213)
- * Fix crash (#1229)
- * Resize wizard appropriately (#1130)
- * Fix account identity test (#1231)
- * Maintain the file type correctly
- * Display rename-target in sync protocol action column
- * Let recursive removal also remove the top dir
- * If item is a directory, remove its contents from the database as well (#1257)
- * Install headers for owncloudsync library
- * Fix opening the explorer with a selected file in Windows (#1249)
- * Add build number into versioning scheme
- * Windows: Fix rename of temporary files
- * Windows: Fix move file operation
- version 1.4.2 (release 2013-10-18 ), csync 0.90.4 required
- * Do not show the warning icon in the tray (#944)
- * Fix manual proxy support when switching (#1016)
- * Add folder column to detailed sync protocol (#1037)
- * Fix possible endless loop in inotify (#1041)
- * Do not elide the progress text (#1049)
- * Fix high CPU load (#1073)
- * Reconnect if network is unavailable after startup (#1080)
- * Ensure paused folder stays paused when syncing with more than one folder (#1083)
- * Don't show desktop notification when the user doesn't want to (#1093)
- * System tray: Avoid quick flickering up of the ok-icon for the sync prepare state
- * Progress: Do not show progress if nothing is transmitted
- * Progress: Show number of deletes.
- version 1.4.1 (release 2013-09-24 ), csync 0.90.1 required
- * Translation and documentation fixes.
- * Fixed error display in settings/status dialog, displays multi
- line error messages now correctly.
- * Wait up to 30 secs before complaining about missing systray
- Fixes bug #949
- * Fixed utf8 issues with basic auth authentication, fixes bug #941
- * Fixed remote folder selector, avoid recursive syncing, fixes bug #962
- * Handle and display network problems at startup correctly.
- * Enable and disable the folder watcher during syncs correctly.
- * Fix setting of thread priority.
- * Fixed file size display.
- * Fixed various folder wizard issues, bug #992
- * Made "Sync started" message optional, fixes bug #934
- * Fixed shutdown, avoid crashed config on win32, fixes bug #945
- * Pop up config wizard if no server url is configured, fixes bug #1018
- * Settings: calculate sidebar width dynamically, fixes bug #1020
- * Fixed a crash if sync folders were removed, fixes bug #713
- * Do proper resync after network disconnect, fixes bug #1007
- * Various minor code fixes
- version 1.4.0 (release 2013-09-04 ), csync 0.90.0 required
- * New Scheduler: Only sync when there are actual changes in the server
- * Add a Settings Dialog, move Proxy Settings there
- * Transform folder Status Dialog into Account Settings, provide feedback via context menu
- * Add Bandwidth Control
- * Add a visual storage/quota indicator (context menu and account settings)
- * Add progress indication (context menu and account settings)
- * Introduce a sync history, persisting results across syncs
- * Move ability to switch to mono icons from a switch to a Settings option
- * Add "Launch on System Startup" GUI option
- * Add "Show Desktop Nofications"GUI option (enabled by default)
- top optionally disable sync notifications
- * Add Help item, pointing to online reference
- * Implement graphical selection of remote folders in FolderWizard
- * Allow custom ignore patterns
- * Add an editor for ingore patterns
- * ALlow to flag certain ignore patterns as discardable
- * Ensure to ship with all valid translations
- * Progress Dialog now preserves the last syncned items across sync runs
- * Split Setup Wizard into multiple pages again
- * Implement "--logfile -" to log to stdout
- * Add preliminary support for Shibboleth authentication
- * Linux: Provide more icon sizes
- * Linux: Do not trigger notifier on ignored files
- * Windows: Reduce priority of CSync thread
- * Documentation: Prem. updates to reflect UI changes
- * Significant code refactorings
- * Require Qt 4.7
- * Known issue: Under certain conditions, a file will only get uploaded after up to five minutes
- version 1.3.0 (release 2013-06-25 ), csync 0.80.0 required
- * Default proxy port to 8080
- * Don't lose proxy settings when changing passwords
- * Support SOCKS5 proxy (useful in combination with ssh *D)
- * Propagate proxy changes to csync at runtime
- * Improve proxy wizard
- * Display proxy errors
- * Solved problems with lock files
- * Warn if for some reason all files are scheduled for removal on either side
- * Avoid infinite loop if authentication fails in certain cases
- * Fix reading the password from the config in certain cases
- * Do not crash when configured sync target disappears
- * Make --help work on windows
- * Make sync feedback less ambiguous.
- * Fix icon tray tooltip sometimes showing repeated content
- * More use of native directory separators on Windows
- * Remove journal when reusing a directory that used to have a journal before
- * Visual clean up of status dialog items
- * Wizard: When changing the URL or user name, allow the user to push his data
- to the new location or wipe the folder and start from scratch
- * Wizard: Make setting a custom folder as a sync target work again
- * Fix application icon
- * User-Agent now contains "Mozilla/5.0" and the Platform name (for firewall/proxy compat)
- * Server side directory moves will be detected
- * New setup wizard, defaulting to root syncing (only for new setups)
- * Improved thread stop/termination
- version 1.2.5 (release 2013-04-23 ), csync 0.70.7 required
- * [Fixes] NSIS installer fixes
- * [Fixes] Fix crash race by making certificateChain() thread safe
- * [Fixes] Build with older CMake versions (CentOS/RHEL 6)
- * [Fixes] Wording in GUI
- * [Fixes] Silently ignore "installed = true" status.php
- * Set log verbosity before calling csync_init.
- * GUI feedback for the statistics copy action
- * Safer approach for detecting duplicate sync runs
- version 1.2.4 (release 2013-04-11 ), csync 0.70.6 required
- * [Fixes] Clarify string in folder wizard
- * [Fixes] Fixed some valgrind warnings
- * [Fixes] Ensure that only one sync thread can ever run
- * [Fixes] Fix default config storage path
- * [Fixes] Skip folders with no absolute path
- * [Fixes] Allow setting the configuration directory on command line
- version 1.2.3 (release 2013-04-02 ), csync 0.70.5 required
- * [Fixes] Unbreak self-signed certificate handling
- version 1.2.2 (release 2013-04-02 ), csync 0.70.5 required
- * [Fixes] Do not crash when local file tree contains symlinks
- * [Fixes] Correctly handle locked files on Windows
- * [Fixes] Display errors in all members of the SSL chain
- * [Fixes] Enable Accessibility features on Windows
- * [Fixes] Make setupFavLink work properly on Mac OS
- * [Fixes] Ignore temporary files created by MS Office
- * [Gui] Support Nautilus in setupFavLink
- version 1.2.1 (release 2013-02-26 ), csync 0.70.4 required
- * [Fixes] Leave configured folders on configuration changes.
- * [Fixes] Do not allow to finish the setup dialog if connection can't be established.
- * [Fixes] Better handling of credentials in setup dialog.
- * [Fixes] Do not leak fd's to /dev/null when using gnutls
- * [Fixes] Stop sync scheduling when configuration wizard starts.
- * [Fixes] Clear pending network requests when stepping back in config wizard.
- * [Fixes] User password dialog asynchronous issues.
- * [Fixes] Make folderman starting and stoping the scheduling.
- * [Fixes] Various minor fixes and cleanups.
- * [Fixes] Crash on pausing sync
- * [Fixes] Stale lock file after pausing sync
- * [App] Load translations from app dir or bundle as well.
- * [Platform] Build fixes and simplifications, ie. build only one lib.
- * [Platform] Added some getter/setters for configuration values.
- * [Platform] Added man pages.
- * [Platform] Simplified/fixed credential store usage and custom configs.
- * [Platform] Added soname version to libowncloudsync.
- * [Platform] Pull in Qt translations
- * [Gui] Make sync result popups less annoyingq
- * [Gui] Fix for result popup
- version 1.2.0 (release 2013-01-24 ), csync 0.70.2 required
- * [GUI] New status dialog to show a detailed list of synced files.
- * [GUI] New tray notifications about synced files.
- * [GUI] New platform specific icon set.
- * [App] Using cross platform QtKeychain library to store credentials crypted.
- * [App] Use cross platform notification for changes in the local file system rather than regular poll.
- * [Fixes] Improved SSL Certificate handling and SSL fixes troughout syncing.
- * [Fixes] Fixed proxy authentication.
- * [Fixes] Allow brackets in folder name alias.
- * [Fixes] Lots of other minor fixes.
- * [Platform] cmake fixes.
- * [Platform] Improved, more detailed error reporting.
- version 1.1.4 (release 2012-12-19 ), csync 0.60.4 required
- * No changes to mirall, only csync fixes.
- version 1.1.3 (release 2012-11-30 ), csync 0.60.3 required
- * No changes to mirall, only csync fixes.
- version 1.1.2 (release 2012-11-26 ), csync 0.60.2 required
- * [Fixes] Allow to properly cancel the password dialog.
- * [Fixes] Share folder name correctly percent encoded with old Qt
- 4.6 builds ie. Debian.
- * [Fixes] If local sync dir is not existing, create it.
- * [Fixes] lots of other minor fixes.
- * [GUI] Display error messages in status dialog.
- * [GUI] GUI fixes for the connection wizard.
- * [GUI] Show username for connection in statusdialog.
- * [GUI] Show intro wizard on new connection setup.
- * [APP] Use CredentialStore to better support various credential
- backends.
- * [APP] Handle missing local folder more robust: Create it if
- missing instead of ignoring.
- * [APP] Simplify treewalk code.
- * [Platform] Fix Mac building
- version 1.1.1 (release 2012-10-18), csync 0.60.1 required
- * [GUI] Allow changing folder name in single folder mode
- * [GUI] Windows: Add license to installer
- * [GUI] owncloud --logwindow will bring up the log window
- in an already running instance
- * [Fixes] Make sure SSL errors are always handled
- * [Fixes] Allow special characters in folder alias
- * [Fixes] Proper workaround for Menu bug in Ubuntu
- * [Fixes] csync: Fix improper memory cleanup which could
- cause memory leaks and crashes
- * [Fixes] csync: Fix memory leak
- * [Fixes] csync: Allow single quote (') in file names
- * [Fixes] csync: Remove stray temporary files
- * [GUI] Reworked tray context menu.
- * [GUI] Users can now sync the server root folder.
- * [Fixes] Proxy support: now supports Proxy Auto-Configuration (PAC)
- on Windows, reliability fixes across all OSes.
- * [Fixes] Url entry field in setup assistant handles http/https correctly.
- * [Fixes] Button enable state in status dialog.
- * [Fixes] Crash fixed on ending the client, tray icon related.
- * [Fixes] Crash through wrong delete operator.
- * [MacOS] behave correctly on retina displays.
- * [MacOS] fix focus policy.
- * [MacOS] Packaging improvements.
- * [MacOS] Packaging improvements.
- * [Platform] Windows: Setup closes client prior to uninstall.
- * [Platform] Windows: ownCloud gets added to autorun by default.
- * [Platform] insert correct version info from cmake.
- * [Platform] csync conf file and database were moved to the users app data
- directory, away from the .csync dir.
- * Renamed exclude.lst to sync-exclude.lst and moved it to
- /etc/appName()/ for more clean packaging. From the user path,
- still exclude.lst is read if sync-exclude.lst is not existing.
- * Placed custom.ini with customization options to /etc/appName()
- version 1.0.5 (release 2012-08-14), csync 0.50.8 required
- * [Fixes] Fixed setup dialog: Really use https if checkbox is activated.
- version 1.0.4 (release 2012-08-10), csync 0.50.8 required
- * [APP] ownCloud is now a single instance app, can not start twice any more.
- * [APP] Proxy support
- * [APP] Handle HTTP redirection correctly, note new url.
- * [APP] More relaxed handling of read only directories in the sync paths.
- * [APP] Started to split off a library with sync functionality, eg for KDE
- * [APP] Make ownCloud Info class a singleton, more robust.
- * [GUI] New, simplified connection wizard.
- * [GUI] Added ability for customized theming.
- * [GUI] Improved icon size handling.
- * [GUI] Removed Log Window Button, log available through command line.
- * [GUI] Proxy configuration dialog added.
- * [GUI] Added Translations to languages Slovenian, Polish, Catalan,
- Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak,
- French, Russian, Japanese, Swedish, Portuguese (Portugal)
- all with translation rate >90%.
- * [Fixes] Loading of self signed certs into Networkmanager (#oc-843)
- * [Fixes] Win32: Handle SSL dll loading correctly.
- * [Fixes] Many other small fixes and improvements.
- version 1.0.3 (release 2012-06-19), csync 0.50.7 required
- * [GUI] Added a log window which catches the logging if required and
- allows to save for information.
- * [CMI] Added options --help, --logfile and --logflush
- * [APP] Allow to specify sync frequency in the config file.
- * [Fixes] Do not use csync database files from a sync before.
- * [Fixes] In Connection wizard, write the final config onyl if
- the user really accepted. Also remove the former database.
- * [Fixes] More user expected behaviour deletion of sync folder local
- and remote.
- * [Fixes] Allow special characters in the sync directory names
- * [Fixes] Win32: Fixed directory removal with special character dirs.
- * [Fixes] MacOS: Do not flood the system log any more
- * [Fixes] MacOS: Put app translations to correct places
- * [Fixes] Win32: Fix loading of csync state db.
- * [Fixes] Improved some english grammar.
- * [Platform] Added krazy2 static code checks.
- version 1.0.2 (release 2012-05-18), csync 0.50.6 required
- * [GUI] New icon set for ownCloud client
- * [GUI] No splashscreen any more (oC Bug #498)
- * [GUI] Russian translation added
- * [GUI] Added 'open ownCloud' to traymenu
- * [GUI] "Pause" and "Resume" instead of Enable/Disable
- * [Fixes] Long running syncs can be interrupted now.
- * [Fixes] Dialogs comes to front on click
- * [Fixes] Open local sync folder from tray and status for win32
- * [Fixes] Load exclude.lst correctly on MacOSX
- + csync fixes.
- version 1.0.1 (release 2012-04-18), csync 0.50.5 required
- * [Security] Support SSL Connections
- * [Security] SSL Warning dialog
- * [Security] Do not store password in clear text anymore
- * [Security] Restrict credentials to the configured host
- * [Security] Added ability to forbid local password storage.
- * [Fixes] Various fixes of the startup behaviour.
- * [Fixes] Various fixes in sync status display
- * [GUI] Various error messages for user display improved.
- * [GUI] fixed terms and Translations
- * [GUI] fixed translation loading
- * [Intern] Migrate old credentials to new format
- * [Intern] Some code refactorings, got rid of rotten QWebDav lib
- * [Intern] lots of cmake cleanups
- * [Intern] Backport to Qt Version 4.6 for compat. with older distros.
- * [Platform] MacOSX porting efforts
- * [Platform] MacOSX Bundle creation added
- * [Platform] Enabled ranslations on Windows.
|