ChangeLog 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. ChangeLog
  2. =========
  3. version 1.4.0beta1 (release 2013-08-08 ), csync 0.81.0 required
  4. * New Scheduler: Only sync when there are actual changes in the server
  5. * Add a Settings Dialog, move Proxy Settings there
  6. * Transform folder Status Dialog into Account Settings, provide feedback via context menu
  7. * Add Bandwidth Control
  8. * Add a visual storage/quota indicator (context menu and account settings)
  9. * Add progress indication (context menu and account settings)
  10. * Introduce a sync history, persisting results across syncs
  11. * Move ability to switch to mono icons from a switch to a Settings option
  12. * Add "Launch on System Startup" GUI option
  13. * Add "Show Desktop Nofications"GUI option (enabled by default)
  14. top optionally disable sync notifications
  15. * Add Help item, pointing to online reference
  16. * Implement graphical selection of remote folders in FolderWizard
  17. * Allow custom ignore patterns
  18. * Add an editor for ingore patterns
  19. * ALlow to flag certain ignore patterns as discardable
  20. * Ensure to ship with all valid translations
  21. * Add preliminary support for Shibboleth authentication
  22. * Linux: Provide more icon sizes
  23. * Linux: Do not trigger notifier on ignored files
  24. * Windows: Reduce priority of CSync thread
  25. * Documentation: Prem. updates to reflect UI changes
  26. * Significant code refactorings
  27. * Require Qt 4.7
  28. * Known issue: Under certain conditions, a file will only get uploaded after up to five minutes
  29. version 1.3.0 (release 2013-06-25 ), csync 0.80.0 required
  30. * Default proxy port to 8080
  31. * Don't lose proxy settings when changing passwords
  32. * Support SOCKS5 proxy (useful in combination with ssh *D)
  33. * Propagate proxy changes to csync at runtime
  34. * Improve proxy wizard
  35. * Display proxy errors
  36. * Solved problems with lock files
  37. * Warn if for some reason all files are scheduled for removal on either side
  38. * Avoid infinite loop if authentication fails in certain cases
  39. * Fix reading the password from the config in certain cases
  40. * Do not crash when configured sync target disappears
  41. * Make --help work on windows
  42. * Make sync feedback less ambiguous.
  43. * Fix icon tray tooltip sometimes showing repeated content
  44. * More use of native directory separators on Windows
  45. * Remove journal when reusing a directory that used to have a journal before
  46. * Visual clean up of status dialog items
  47. * Wizard: When changing the URL or user name, allow the user to push his data
  48. to the new location or wipe the folder and start from scratch
  49. * Wizard: Make setting a custom folder as a sync target work again
  50. * Fix application icon
  51. * User-Agent now contains "Mozilla/5.0" and the Platform name (for firewall/proxy compat)
  52. * Server side directory moves will be detected
  53. * New setup wizard, defaulting to root syncing (only for new setups)
  54. * Improved thread stop/termination
  55. version 1.2.5 (release 2013-04-23 ), csync 0.70.7 required
  56. * [Fixes] NSIS installer fixes
  57. * [Fixes] Fix crash race by making certificateChain() thread safe
  58. * [Fixes] Build with older CMake versions (CentOS/RHEL 6)
  59. * [Fixes] Wording in GUI
  60. * [Fixes] Silently ignore "installed = true" status.php
  61. * Set log verbosity before calling csync_init.
  62. * GUI feedback for the statistics copy action
  63. * Safer approach for detecting duplicate sync runs
  64. version 1.2.4 (release 2013-04-11 ), csync 0.70.6 required
  65. * [Fixes] Clarify string in folder wizard
  66. * [Fixes] Fixed some valgrind warnings
  67. * [Fixes] Ensure that only one sync thread can ever run
  68. * [Fixes] Fix default config storage path
  69. * [Fixes] Skip folders with no absolute path
  70. * [Fixes] Allow setting the configuration directory on command line
  71. version 1.2.3 (release 2013-04-02 ), csync 0.70.5 required
  72. * [Fixes] Unbreak self-signed certificate handling
  73. version 1.2.2 (release 2013-04-02 ), csync 0.70.5 required
  74. * [Fixes] Do not crash when local file tree contains symlinks
  75. * [Fixes] Correctly handle locked files on Windows
  76. * [Fixes] Display errors in all members of the SSL chain
  77. * [Fixes] Enable Accessibility features on Windows
  78. * [Fixes] Make setupFavLink work properly on Mac OS
  79. * [Fixes] Ignore temporary files created by MS Office
  80. * [Gui] Support Nautilus in setupFavLink
  81. version 1.2.1 (release 2013-02-26 ), csync 0.70.4 required
  82. * [Fixes] Leave configured folders on configuration changes.
  83. * [Fixes] Do not allow to finish the setup dialog if connection can't be established.
  84. * [Fixes] Better handling of credentials in setup dialog.
  85. * [Fixes] Do not leak fd's to /dev/null when using gnutls
  86. * [Fixes] Stop sync scheduling when configuration wizard starts.
  87. * [Fixes] Clear pending network requests when stepping back in config wizard.
  88. * [Fixes] User password dialog asynchronous issues.
  89. * [Fixes] Make folderman starting and stoping the scheduling.
  90. * [Fixes] Various minor fixes and cleanups.
  91. * [Fixes] Crash on pausing sync
  92. * [Fixes] Stale lock file after pausing sync
  93. * [App] Load translations from app dir or bundle as well.
  94. * [Platform] Build fixes and simplifications, ie. build only one lib.
  95. * [Platform] Added some getter/setters for configuration values.
  96. * [Platform] Added man pages.
  97. * [Platform] Simplified/fixed credential store usage and custom configs.
  98. * [Platform] Added soname version to libowncloudsync.
  99. * [Platform] Pull in Qt translations
  100. * [Gui] Make sync result popups less annoyingq
  101. * [Gui] Fix for result popup
  102. version 1.2.0 (release 2013-01-24 ), csync 0.70.2 required
  103. * [GUI] New status dialog to show a detailed list of synced files.
  104. * [GUI] New tray notifications about synced files.
  105. * [GUI] New platform specific icon set.
  106. * [App] Using cross platform QtKeychain library to store credentials crypted.
  107. * [App] Use cross platform notification for changes in the local file system rather than regular poll.
  108. * [Fixes] Improved SSL Certificate handling and SSL fixes troughout syncing.
  109. * [Fixes] Fixed proxy authentication.
  110. * [Fixes] Allow brackets in folder name alias.
  111. * [Fixes] Lots of other minor fixes.
  112. * [Platform] cmake fixes.
  113. * [Platform] Improved, more detailed error reporting.
  114. version 1.1.4 (release 2012-12-19 ), csync 0.60.4 required
  115. * No changes to mirall, only csync fixes.
  116. version 1.1.3 (release 2012-11-30 ), csync 0.60.3 required
  117. * No changes to mirall, only csync fixes.
  118. version 1.1.2 (release 2012-11-26 ), csync 0.60.2 required
  119. * [Fixes] Allow to properly cancel the password dialog.
  120. * [Fixes] Share folder name correctly percent encoded with old Qt
  121. 4.6 builds ie. Debian.
  122. * [Fixes] If local sync dir is not existing, create it.
  123. * [Fixes] lots of other minor fixes.
  124. * [GUI] Display error messages in status dialog.
  125. * [GUI] GUI fixes for the connection wizard.
  126. * [GUI] Show username for connection in statusdialog.
  127. * [GUI] Show intro wizard on new connection setup.
  128. * [APP] Use CredentialStore to better support various credential
  129. backends.
  130. * [APP] Handle missing local folder more robust: Create it if
  131. missing instead of ignoring.
  132. * [APP] Simplify treewalk code.
  133. * [Platform] Fix Mac building
  134. version 1.1.1 (release 2012-10-18), csync 0.60.1 required
  135. * [GUI] Allow changing folder name in single folder mode
  136. * [GUI] Windows: Add license to installer
  137. * [GUI] owncloud --logwindow will bring up the log window
  138. in an already running instance
  139. * [Fixes] Make sure SSL errors are always handled
  140. * [Fixes] Allow special characters in folder alias
  141. * [Fixes] Proper workaround for Menu bug in Ubuntu
  142. * [Fixes] csync: Fix improper memory cleanup which could
  143. cause memory leaks and crashes
  144. * [Fixes] csync: Fix memory leak
  145. * [Fixes] csync: Allow single quote (') in file names
  146. * [Fixes] csync: Remove stray temporary files
  147. * [GUI] Reworked tray context menu.
  148. * [GUI] Users can now sync the server root folder.
  149. * [Fixes] Proxy support: now supports Proxy Auto-Configuration (PAC)
  150. on Windows, reliability fixes across all OSes.
  151. * [Fixes] Url entry field in setup assistant handles http/https correctly.
  152. * [Fixes] Button enable state in status dialog.
  153. * [Fixes] Crash fixed on ending the client, tray icon related.
  154. * [Fixes] Crash through wrong delete operator.
  155. * [MacOS] behave correctly on retina displays.
  156. * [MacOS] fix focus policy.
  157. * [MacOS] Packaging improvements.
  158. * [MacOS] Packaging improvements.
  159. * [Platform] Windows: Setup closes client prior to uninstall.
  160. * [Platform] Windows: ownCloud gets added to autorun by default.
  161. * [Platform] insert correct version info from cmake.
  162. * [Platform] csync conf file and database were moved to the users app data
  163. directory, away from the .csync dir.
  164. * Renamed exclude.lst to sync-exclude.lst and moved it to
  165. /etc/appName()/ for more clean packaging. From the user path,
  166. still exclude.lst is read if sync-exclude.lst is not existing.
  167. * Placed custom.ini with customization options to /etc/appName()
  168. version 1.0.5 (release 2012-08-14), csync 0.50.8 required
  169. * [Fixes] Fixed setup dialog: Really use https if checkbox is activated.
  170. version 1.0.4 (release 2012-08-10), csync 0.50.8 required
  171. * [APP] ownCloud is now a single instance app, can not start twice any more.
  172. * [APP] Proxy support
  173. * [APP] Handle HTTP redirection correctly, note new url.
  174. * [APP] More relaxed handling of read only directories in the sync paths.
  175. * [APP] Started to split off a library with sync functionality, eg for KDE
  176. * [APP] Make ownCloud Info class a singleton, more robust.
  177. * [GUI] New, simplified connection wizard.
  178. * [GUI] Added ability for customized theming.
  179. * [GUI] Improved icon size handling.
  180. * [GUI] Removed Log Window Button, log available through command line.
  181. * [GUI] Proxy configuration dialog added.
  182. * [GUI] Added Translations to languages Slovenian, Polish, Catalan,
  183. Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak,
  184. French, Russian, Japanese, Swedish, Portuguese (Portugal)
  185. all with translation rate >90%.
  186. * [Fixes] Loading of self signed certs into Networkmanager (#oc-843)
  187. * [Fixes] Win32: Handle SSL dll loading correctly.
  188. * [Fixes] Many other small fixes and improvements.
  189. version 1.0.3 (release 2012-06-19), csync 0.50.7 required
  190. * [GUI] Added a log window which catches the logging if required and
  191. allows to save for information.
  192. * [CMI] Added options --help, --logfile and --logflush
  193. * [APP] Allow to specify sync frequency in the config file.
  194. * [Fixes] Do not use csync database files from a sync before.
  195. * [Fixes] In Connection wizard, write the final config onyl if
  196. the user really accepted. Also remove the former database.
  197. * [Fixes] More user expected behaviour deletion of sync folder local
  198. and remote.
  199. * [Fixes] Allow special characters in the sync directory names
  200. * [Fixes] Win32: Fixed directory removal with special character dirs.
  201. * [Fixes] MacOS: Do not flood the system log any more
  202. * [Fixes] MacOS: Put app translations to correct places
  203. * [Fixes] Win32: Fix loading of csync state db.
  204. * [Fixes] Improved some english grammar.
  205. * [Platform] Added krazy2 static code checks.
  206. version 1.0.2 (release 2012-05-18), csync 0.50.6 required
  207. * [GUI] New icon set for ownCloud client
  208. * [GUI] No splashscreen any more (oC Bug #498)
  209. * [GUI] Russian translation added
  210. * [GUI] Added 'open ownCloud' to traymenu
  211. * [GUI] "Pause" and "Resume" instead of Enable/Disable
  212. * [Fixes] Long running syncs can be interrupted now.
  213. * [Fixes] Dialogs comes to front on click
  214. * [Fixes] Open local sync folder from tray and status for win32
  215. * [Fixes] Load exclude.lst correctly on MacOSX
  216. + csync fixes.
  217. version 1.0.1 (release 2012-04-18), csync 0.50.5 required
  218. * [Security] Support SSL Connections
  219. * [Security] SSL Warning dialog
  220. * [Security] Do not store password in clear text anymore
  221. * [Security] Restrict credentials to the configured host
  222. * [Security] Added ability to forbid local password storage.
  223. * [Fixes] Various fixes of the startup behaviour.
  224. * [Fixes] Various fixes in sync status display
  225. * [GUI] Various error messages for user display improved.
  226. * [GUI] fixed terms and Translations
  227. * [GUI] fixed translation loading
  228. * [Intern] Migrate old credentials to new format
  229. * [Intern] Some code refactorings, got rid of rotten QWebDav lib
  230. * [Intern] lots of cmake cleanups
  231. * [Intern] Backport to Qt Version 4.6 for compat. with older distros.
  232. * [Platform] MacOSX porting efforts
  233. * [Platform] MacOSX Bundle creation added
  234. * [Platform] Enabled ranslations on Windows.