ChangeLog 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. ChangeLog
  2. =========
  3. version 1.6.2 (release 2014-07-x )
  4. * HTTP Credentials: Read password from legacy place if not found.
  5. * Shibboleth: Fix the waiting curser that would not disapear (#1915)
  6. * Limit memory usage to avoid mem wasting and crashes
  7. * Propagator: Fix crash when logging out during upload (#1957)
  8. * Propagator_qnam: Fix signal slot connection (#1963)
  9. * Use more elaborated way to detect that the server was reconfigured (#1948)
  10. * Setup Wizard: Reconfigure Server also if local path was changed (#1948)
  11. version 1.6.1 (release 2014-06-26 )
  12. * Fix 'precondition failed' bug with broken upload
  13. * Fix openSSL problems for windows deployment
  14. * Fix syncing a folder with '#' in the name
  15. * Fix #1845: do not update parent directory etag before sub
  16. directories are removed
  17. * Fix reappearing directories if dirs are removed during its
  18. upload
  19. * Fix app version in settings dialog, General tab
  20. * Fix crash in FolderWizard when going offline
  21. * Shibboleth fixes
  22. * More specific error messages (file remove during upload, open
  23. local sync file)
  24. * Use QSet rather than QHash in SyncEngine (save memory)
  25. * Fix some memory leaks
  26. * Fix some thread race problems, ie. wait for neon thread to finish
  27. before the propagator is shut down
  28. * Fix a lot of issues and warnings found by Coverity
  29. * Fix Mac some settings dialog problems
  30. version 1.6.0 (release 2014-05-30 )
  31. * Minor GUI improvements
  32. * Qt5 compile issues fixed
  33. * Ignore sync log file in filewatcher
  34. * Install libocsync to private library dir and use rpath to localize
  35. * Fix reconnect after server disconnect
  36. * Fix "unknown action" display in Activity window
  37. * Fix memory leaks
  38. * Respect XDG_CONFIG_HOME environment var
  39. * Handle empty fileids in the journal correctly
  40. * Add abilility to compile libowncloudsync without GUI dependendy
  41. * Fix SSL error with previously-expired CAs on Windows
  42. * Fix incorrect folder pause state after start
  43. * Fix a couple of actual potential crashes
  44. * Improve Cookie support (e.g. for cookie-based load-balancers)
  45. * Introduce a general timeout of 300s for network operations
  46. * Improve error handling, blacklisting
  47. * Job-based change propagation, enables faster parallel up/downloads
  48. (right now only if no bandwidth limit is set and no proxy is used)
  49. * Significantly reduced CPU load when checking for local and remote changes
  50. * Speed up file stat code on Windows
  51. * Enforce Qt5 for Windows and Mac OS X builds
  52. * Improved owncloudcmd: SSL support, documentation
  53. * Added advanced logging of operations (file .???.log in sync
  54. directory)
  55. * Avoid creating a temporary copy of the sync database (.ctmp)
  56. * Enable support for TLS 1.2 negotiation on platforms that use
  57. Qt 5.2 or later
  58. * Forward server exception messages to client error messages
  59. * Mac OS X: Support Notification Center in OS X 10.8+
  60. * Mac OS X: Use native settings dialog
  61. * Mac OS X: Fix UI inconsistencies on Mavericks
  62. * Shibboleth: Warn if authenticating with a different user
  63. * Remove vio abstraction in csync
  64. * Avoid data loss when a client file system is not case sensitive
  65. version 1.5.3 (release 2014-03-10 )
  66. * Fix usage of proxies after first sync run (#1502, #1524, #1459, #1521)
  67. * Do not wipe the credentials from config for reconnect (#1499, #1503)
  68. * Do not erase the full account config if an old version of the client stored
  69. the password (related to above)
  70. * Fix layout of the network tab (fixes #1491)
  71. * Handle authentication requests by a Shibboleth IdP
  72. * Shibboleth: If no connection is available, don't open the login window
  73. * [Packaging] Debian/Ubuntu: ship sync-exclude.lst
  74. * [Packaging] Fix issues with access to gnome keychain in Fedora and RHEL6
  75. * [Packaging] Ensure all sub packages get updated
  76. * [Packaging] Fix incorrect path in desktop file (RHEL6/CentOS6)
  77. version 1.5.2 (release 2014-02-26 )
  78. * Fix behavior when attempting to rename Shared folder
  79. * Fix potential endless sync loops on Mac OS (#1463)
  80. * Fix potential crash when pausing during update phase (#1442)
  81. * Fix handing of shared directories
  82. * Fix online state handling (#1441, #1459)
  83. * Fix potential crash in c_iconv on Mac OS
  84. * Fix certificate chain display in SSLButton
  85. * Fix sporadicly appearing multiple auth prompts on sign-in
  86. * Show correct state icon in Account Settings right away
  87. * Re-fetch content that gets deleted from read only shared directories
  88. * Do not store the password in the config file, erase existing ones (#1469)
  89. * Shibboleth: Close browser window after login
  90. * Shibboleth: Proper invalidation if timeout during sync
  91. * Shibboleth: Do not pop up IdP login immediately when modifying account
  92. * Shibboleth: Avoid auth on restart by storing cookies in the wallet
  93. * Fix license headers
  94. version 1.5.1 (release 2014-02-13 )
  95. * Added an auto updater that updates the client if a
  96. more recent version was found automatically (Windows, Mac OS X)
  97. * Added a button to the account dialog that gives information
  98. about the encryption layer used for communication, plus a
  99. certificate information widget
  100. * Preserve the permission settings of local files rather than
  101. setting them to a default (Bug #820)
  102. * Handle windows lnk files correctly (Bug #1307)
  103. * Detect removes and renames in read only shares and
  104. restore the gone away files. (Bug #1386)
  105. * Fixes sign in/sign out and password dialog. (Bug #1353)
  106. * Fixed error messages (Bug #1394)
  107. * Lots of fixes for building with Qt5
  108. * Changes to network limits are now also applied during a
  109. sync run
  110. * Fixed mem leak after via valgrind on Mac
  111. * Imported the ocsync library into miralls repository.
  112. Adopted all build systems and packaging to that.
  113. * Introduce a new linux packaging scheme following the
  114. debian upstream scheme
  115. * Use a refactored Linux file system watcher based on
  116. inotify, incl. unit tests
  117. * Wizard: Gracefully fall back to HTTP if HTTPS connection
  118. fails, issuing a warning
  119. * Fixed translation misses in the propagator
  120. * Fixes in proxy configuration
  121. * Fixes in sync journal handling
  122. * Fix the upload progress if the local source is still
  123. changing when the upload begins.
  124. * Add proxy support to owncloud commandline client
  125. * NSIS fixes
  126. * A lot of other fixes and minor improvements
  127. * Improve Qt5 compatability
  128. version 1.5.0 (release 2013-12-12 ), csync 0.91.4 required
  129. * New owncloud propagator that skips the vio abstraction layer
  130. * Add owncloudcmd to replace the ocsync command line tool
  131. * Localize Windows installer
  132. * Allow to sign in and out
  133. * Ask for password if missing
  134. * Introduce activity view
  135. * Introduce black list for files which could not be synced
  136. * Enabling accessbility by shipping accessibility enables on OS X (#736)
  137. * Toggle Settings window when clicking on systray icon on Win and KDE (#896)
  138. * FolderWizard: Sanitize error detection (#1201)
  139. * Set proper enable state of blacklist button after the dialog was opened
  140. * Set proper tooltips in blacklist
  141. * Translatable error messages for file errors
  142. * Add man page for owncloudcmd (#1234)
  143. * Don't close setup wizard when the initial sync run is started
  144. * Close the sync journal if a folder gets removed (#1252)
  145. * Activity: Avoid horizontal scrollbar (#1213)
  146. * Fix crash (#1229)
  147. * Resize wizard appropriately (#1130)
  148. * Fix account identity test (#1231)
  149. * Maintain the file type correctly
  150. * Display rename-target in sync protocol action column
  151. * Let recursive removal also remove the top dir
  152. * If item is a directory, remove its contents from the database as well (#1257)
  153. * Install headers for owncloudsync library
  154. * Fix opening the explorer with a selected file in Windows (#1249)
  155. * Add build number into versioning scheme
  156. * Windows: Fix rename of temporary files
  157. * Windows: Fix move file operation
  158. version 1.4.2 (release 2013-10-18 ), csync 0.90.4 required
  159. * Do not show the warning icon in the tray (#944)
  160. * Fix manual proxy support when switching (#1016)
  161. * Add folder column to detailed sync protocol (#1037)
  162. * Fix possible endless loop in inotify (#1041)
  163. * Do not elide the progress text (#1049)
  164. * Fix high CPU load (#1073)
  165. * Reconnect if network is unavailable after startup (#1080)
  166. * Ensure paused folder stays paused when syncing with more than one folder (#1083)
  167. * Don't show desktop notification when the user doesn't want to (#1093)
  168. * System tray: Avoid quick flickering up of the ok-icon for the sync prepare state
  169. * Progress: Do not show progress if nothing is transmitted
  170. * Progress: Show number of deletes.
  171. version 1.4.1 (release 2013-09-24 ), csync 0.90.1 required
  172. * Translation and documentation fixes.
  173. * Fixed error display in settings/status dialog, displays multi
  174. line error messages now correctly.
  175. * Wait up to 30 secs before complaining about missing systray
  176. Fixes bug #949
  177. * Fixed utf8 issues with basic auth authentication, fixes bug #941
  178. * Fixed remote folder selector, avoid recursive syncing, fixes bug #962
  179. * Handle and display network problems at startup correctly.
  180. * Enable and disable the folder watcher during syncs correctly.
  181. * Fix setting of thread priority.
  182. * Fixed file size display.
  183. * Fixed various folder wizard issues, bug #992
  184. * Made "Sync started" message optional, fixes bug #934
  185. * Fixed shutdown, avoid crashed config on win32, fixes bug #945
  186. * Pop up config wizard if no server url is configured, fixes bug #1018
  187. * Settings: calculate sidebar width dynamically, fixes bug #1020
  188. * Fixed a crash if sync folders were removed, fixes bug #713
  189. * Do proper resync after network disconnect, fixes bug #1007
  190. * Various minor code fixes
  191. version 1.4.0 (release 2013-09-04 ), csync 0.90.0 required
  192. * New Scheduler: Only sync when there are actual changes in the server
  193. * Add a Settings Dialog, move Proxy Settings there
  194. * Transform folder Status Dialog into Account Settings, provide feedback via context menu
  195. * Add Bandwidth Control
  196. * Add a visual storage/quota indicator (context menu and account settings)
  197. * Add progress indication (context menu and account settings)
  198. * Introduce a sync history, persisting results across syncs
  199. * Move ability to switch to mono icons from a switch to a Settings option
  200. * Add "Launch on System Startup" GUI option
  201. * Add "Show Desktop Nofications"GUI option (enabled by default)
  202. top optionally disable sync notifications
  203. * Add Help item, pointing to online reference
  204. * Implement graphical selection of remote folders in FolderWizard
  205. * Allow custom ignore patterns
  206. * Add an editor for ingore patterns
  207. * ALlow to flag certain ignore patterns as discardable
  208. * Ensure to ship with all valid translations
  209. * Progress Dialog now preserves the last syncned items across sync runs
  210. * Split Setup Wizard into multiple pages again
  211. * Implement "--logfile -" to log to stdout
  212. * Add preliminary support for Shibboleth authentication
  213. * Linux: Provide more icon sizes
  214. * Linux: Do not trigger notifier on ignored files
  215. * Windows: Reduce priority of CSync thread
  216. * Documentation: Prem. updates to reflect UI changes
  217. * Significant code refactorings
  218. * Require Qt 4.7
  219. * Known issue: Under certain conditions, a file will only get uploaded after up to five minutes
  220. version 1.3.0 (release 2013-06-25 ), csync 0.80.0 required
  221. * Default proxy port to 8080
  222. * Don't lose proxy settings when changing passwords
  223. * Support SOCKS5 proxy (useful in combination with ssh *D)
  224. * Propagate proxy changes to csync at runtime
  225. * Improve proxy wizard
  226. * Display proxy errors
  227. * Solved problems with lock files
  228. * Warn if for some reason all files are scheduled for removal on either side
  229. * Avoid infinite loop if authentication fails in certain cases
  230. * Fix reading the password from the config in certain cases
  231. * Do not crash when configured sync target disappears
  232. * Make --help work on windows
  233. * Make sync feedback less ambiguous.
  234. * Fix icon tray tooltip sometimes showing repeated content
  235. * More use of native directory separators on Windows
  236. * Remove journal when reusing a directory that used to have a journal before
  237. * Visual clean up of status dialog items
  238. * Wizard: When changing the URL or user name, allow the user to push his data
  239. to the new location or wipe the folder and start from scratch
  240. * Wizard: Make setting a custom folder as a sync target work again
  241. * Fix application icon
  242. * User-Agent now contains "Mozilla/5.0" and the Platform name (for firewall/proxy compat)
  243. * Server side directory moves will be detected
  244. * New setup wizard, defaulting to root syncing (only for new setups)
  245. * Improved thread stop/termination
  246. version 1.2.5 (release 2013-04-23 ), csync 0.70.7 required
  247. * [Fixes] NSIS installer fixes
  248. * [Fixes] Fix crash race by making certificateChain() thread safe
  249. * [Fixes] Build with older CMake versions (CentOS/RHEL 6)
  250. * [Fixes] Wording in GUI
  251. * [Fixes] Silently ignore "installed = true" status.php
  252. * Set log verbosity before calling csync_init.
  253. * GUI feedback for the statistics copy action
  254. * Safer approach for detecting duplicate sync runs
  255. version 1.2.4 (release 2013-04-11 ), csync 0.70.6 required
  256. * [Fixes] Clarify string in folder wizard
  257. * [Fixes] Fixed some valgrind warnings
  258. * [Fixes] Ensure that only one sync thread can ever run
  259. * [Fixes] Fix default config storage path
  260. * [Fixes] Skip folders with no absolute path
  261. * [Fixes] Allow setting the configuration directory on command line
  262. version 1.2.3 (release 2013-04-02 ), csync 0.70.5 required
  263. * [Fixes] Unbreak self-signed certificate handling
  264. version 1.2.2 (release 2013-04-02 ), csync 0.70.5 required
  265. * [Fixes] Do not crash when local file tree contains symlinks
  266. * [Fixes] Correctly handle locked files on Windows
  267. * [Fixes] Display errors in all members of the SSL chain
  268. * [Fixes] Enable Accessibility features on Windows
  269. * [Fixes] Make setupFavLink work properly on Mac OS
  270. * [Fixes] Ignore temporary files created by MS Office
  271. * [Gui] Support Nautilus in setupFavLink
  272. version 1.2.1 (release 2013-02-26 ), csync 0.70.4 required
  273. * [Fixes] Leave configured folders on configuration changes.
  274. * [Fixes] Do not allow to finish the setup dialog if connection can't be established.
  275. * [Fixes] Better handling of credentials in setup dialog.
  276. * [Fixes] Do not leak fd's to /dev/null when using gnutls
  277. * [Fixes] Stop sync scheduling when configuration wizard starts.
  278. * [Fixes] Clear pending network requests when stepping back in config wizard.
  279. * [Fixes] User password dialog asynchronous issues.
  280. * [Fixes] Make folderman starting and stoping the scheduling.
  281. * [Fixes] Various minor fixes and cleanups.
  282. * [Fixes] Crash on pausing sync
  283. * [Fixes] Stale lock file after pausing sync
  284. * [App] Load translations from app dir or bundle as well.
  285. * [Platform] Build fixes and simplifications, ie. build only one lib.
  286. * [Platform] Added some getter/setters for configuration values.
  287. * [Platform] Added man pages.
  288. * [Platform] Simplified/fixed credential store usage and custom configs.
  289. * [Platform] Added soname version to libowncloudsync.
  290. * [Platform] Pull in Qt translations
  291. * [Gui] Make sync result popups less annoyingq
  292. * [Gui] Fix for result popup
  293. version 1.2.0 (release 2013-01-24 ), csync 0.70.2 required
  294. * [GUI] New status dialog to show a detailed list of synced files.
  295. * [GUI] New tray notifications about synced files.
  296. * [GUI] New platform specific icon set.
  297. * [App] Using cross platform QtKeychain library to store credentials crypted.
  298. * [App] Use cross platform notification for changes in the local file system rather than regular poll.
  299. * [Fixes] Improved SSL Certificate handling and SSL fixes troughout syncing.
  300. * [Fixes] Fixed proxy authentication.
  301. * [Fixes] Allow brackets in folder name alias.
  302. * [Fixes] Lots of other minor fixes.
  303. * [Platform] cmake fixes.
  304. * [Platform] Improved, more detailed error reporting.
  305. version 1.1.4 (release 2012-12-19 ), csync 0.60.4 required
  306. * No changes to mirall, only csync fixes.
  307. version 1.1.3 (release 2012-11-30 ), csync 0.60.3 required
  308. * No changes to mirall, only csync fixes.
  309. version 1.1.2 (release 2012-11-26 ), csync 0.60.2 required
  310. * [Fixes] Allow to properly cancel the password dialog.
  311. * [Fixes] Share folder name correctly percent encoded with old Qt
  312. 4.6 builds ie. Debian.
  313. * [Fixes] If local sync dir is not existing, create it.
  314. * [Fixes] lots of other minor fixes.
  315. * [GUI] Display error messages in status dialog.
  316. * [GUI] GUI fixes for the connection wizard.
  317. * [GUI] Show username for connection in statusdialog.
  318. * [GUI] Show intro wizard on new connection setup.
  319. * [APP] Use CredentialStore to better support various credential
  320. backends.
  321. * [APP] Handle missing local folder more robust: Create it if
  322. missing instead of ignoring.
  323. * [APP] Simplify treewalk code.
  324. * [Platform] Fix Mac building
  325. version 1.1.1 (release 2012-10-18), csync 0.60.1 required
  326. * [GUI] Allow changing folder name in single folder mode
  327. * [GUI] Windows: Add license to installer
  328. * [GUI] owncloud --logwindow will bring up the log window
  329. in an already running instance
  330. * [Fixes] Make sure SSL errors are always handled
  331. * [Fixes] Allow special characters in folder alias
  332. * [Fixes] Proper workaround for Menu bug in Ubuntu
  333. * [Fixes] csync: Fix improper memory cleanup which could
  334. cause memory leaks and crashes
  335. * [Fixes] csync: Fix memory leak
  336. * [Fixes] csync: Allow single quote (') in file names
  337. * [Fixes] csync: Remove stray temporary files
  338. * [GUI] Reworked tray context menu.
  339. * [GUI] Users can now sync the server root folder.
  340. * [Fixes] Proxy support: now supports Proxy Auto-Configuration (PAC)
  341. on Windows, reliability fixes across all OSes.
  342. * [Fixes] Url entry field in setup assistant handles http/https correctly.
  343. * [Fixes] Button enable state in status dialog.
  344. * [Fixes] Crash fixed on ending the client, tray icon related.
  345. * [Fixes] Crash through wrong delete operator.
  346. * [MacOS] behave correctly on retina displays.
  347. * [MacOS] fix focus policy.
  348. * [MacOS] Packaging improvements.
  349. * [MacOS] Packaging improvements.
  350. * [Platform] Windows: Setup closes client prior to uninstall.
  351. * [Platform] Windows: ownCloud gets added to autorun by default.
  352. * [Platform] insert correct version info from cmake.
  353. * [Platform] csync conf file and database were moved to the users app data
  354. directory, away from the .csync dir.
  355. * Renamed exclude.lst to sync-exclude.lst and moved it to
  356. /etc/appName()/ for more clean packaging. From the user path,
  357. still exclude.lst is read if sync-exclude.lst is not existing.
  358. * Placed custom.ini with customization options to /etc/appName()
  359. version 1.0.5 (release 2012-08-14), csync 0.50.8 required
  360. * [Fixes] Fixed setup dialog: Really use https if checkbox is activated.
  361. version 1.0.4 (release 2012-08-10), csync 0.50.8 required
  362. * [APP] ownCloud is now a single instance app, can not start twice any more.
  363. * [APP] Proxy support
  364. * [APP] Handle HTTP redirection correctly, note new url.
  365. * [APP] More relaxed handling of read only directories in the sync paths.
  366. * [APP] Started to split off a library with sync functionality, eg for KDE
  367. * [APP] Make ownCloud Info class a singleton, more robust.
  368. * [GUI] New, simplified connection wizard.
  369. * [GUI] Added ability for customized theming.
  370. * [GUI] Improved icon size handling.
  371. * [GUI] Removed Log Window Button, log available through command line.
  372. * [GUI] Proxy configuration dialog added.
  373. * [GUI] Added Translations to languages Slovenian, Polish, Catalan,
  374. Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak,
  375. French, Russian, Japanese, Swedish, Portuguese (Portugal)
  376. all with translation rate >90%.
  377. * [Fixes] Loading of self signed certs into Networkmanager (#oc-843)
  378. * [Fixes] Win32: Handle SSL dll loading correctly.
  379. * [Fixes] Many other small fixes and improvements.
  380. version 1.0.3 (release 2012-06-19), csync 0.50.7 required
  381. * [GUI] Added a log window which catches the logging if required and
  382. allows to save for information.
  383. * [CMI] Added options --help, --logfile and --logflush
  384. * [APP] Allow to specify sync frequency in the config file.
  385. * [Fixes] Do not use csync database files from a sync before.
  386. * [Fixes] In Connection wizard, write the final config onyl if
  387. the user really accepted. Also remove the former database.
  388. * [Fixes] More user expected behaviour deletion of sync folder local
  389. and remote.
  390. * [Fixes] Allow special characters in the sync directory names
  391. * [Fixes] Win32: Fixed directory removal with special character dirs.
  392. * [Fixes] MacOS: Do not flood the system log any more
  393. * [Fixes] MacOS: Put app translations to correct places
  394. * [Fixes] Win32: Fix loading of csync state db.
  395. * [Fixes] Improved some english grammar.
  396. * [Platform] Added krazy2 static code checks.
  397. version 1.0.2 (release 2012-05-18), csync 0.50.6 required
  398. * [GUI] New icon set for ownCloud client
  399. * [GUI] No splashscreen any more (oC Bug #498)
  400. * [GUI] Russian translation added
  401. * [GUI] Added 'open ownCloud' to traymenu
  402. * [GUI] "Pause" and "Resume" instead of Enable/Disable
  403. * [Fixes] Long running syncs can be interrupted now.
  404. * [Fixes] Dialogs comes to front on click
  405. * [Fixes] Open local sync folder from tray and status for win32
  406. * [Fixes] Load exclude.lst correctly on MacOSX
  407. + csync fixes.
  408. version 1.0.1 (release 2012-04-18), csync 0.50.5 required
  409. * [Security] Support SSL Connections
  410. * [Security] SSL Warning dialog
  411. * [Security] Do not store password in clear text anymore
  412. * [Security] Restrict credentials to the configured host
  413. * [Security] Added ability to forbid local password storage.
  414. * [Fixes] Various fixes of the startup behaviour.
  415. * [Fixes] Various fixes in sync status display
  416. * [GUI] Various error messages for user display improved.
  417. * [GUI] fixed terms and Translations
  418. * [GUI] fixed translation loading
  419. * [Intern] Migrate old credentials to new format
  420. * [Intern] Some code refactorings, got rid of rotten QWebDav lib
  421. * [Intern] lots of cmake cleanups
  422. * [Intern] Backport to Qt Version 4.6 for compat. with older distros.
  423. * [Platform] MacOSX porting efforts
  424. * [Platform] MacOSX Bundle creation added
  425. * [Platform] Enabled ranslations on Windows.