ChangeLog 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  1. ChangeLog
  2. =========
  3. version 1.8.1 (release 2015-05-07)
  4. * Make "operation canceled" error a soft error
  5. * Do not throw an error for files that are scheduled to be removed,
  6. but can not be found on the server. #2919
  7. * Windows: Reset QNAM to proper function after hibernation. #2899 #2895 #2973
  8. * Fix argument verification of --confdir #2453
  9. * Fix a crash when accessing a dangling UploadDevice pointer #2984
  10. * Add-folder wizard: Make sure there is a scrollbar if folder names
  11. are too long #2962
  12. * Add-folder Wizard: Select the newly created folder
  13. * Activity: Correctly restore column sizes #3005
  14. * SSL Button: do not crash on empty certificate chain
  15. * SSL Button: Make menu creation lazy #3007 #2990
  16. * Lookup system proxy async to avoid hangs #2993 #2802
  17. * ShareDialog: Some GUI refinements
  18. * ShareDialog: On creation of a share always retrieve the share
  19. This makes sure that if a default expiration date is set this is reflected
  20. in the dialog. #2889
  21. * ShareDialog: Only show share dialog if we are connected.
  22. * HttpCreds: Fill pw dialog with previous password. #2848 #2879
  23. * HttpCreds: Delete password from old location. #2186
  24. * Do not store Session Cookies in the client cookie storage
  25. * CookieJar: Don't accidentally overwrite cookies. #2808
  26. * ProtocolWidget: Always add seconds to the DateTime locale. #2535
  27. * Updater: Give context as to which app is about to be updated #3040
  28. * Windows: Add version information for owncloud.exe. This should help us know
  29. what version or build number a crash report was generated with.
  30. * Fix a crash on shutdown in ~SocketApi #3057
  31. * SyncEngine: Show more timing measurements #3064
  32. * Discovery: Add warning if returned etag is 0
  33. * Fix a crash caused by an invalid DiscoveryDirectoryResult::iterator #3051
  34. * Sync: Fix sync of deletions during 503. #2894
  35. * Handle redirect of auth request. #3082
  36. * Discovery: Fix parsing of broken XML replies, which fixes local file disappearing #3102
  37. * Migration: Silently restore files that were deleted locally by bug #3102
  38. * Sort folder sizes SelectiveSyncTreeView numerically #3112
  39. * Sync: PropagateDownload: Read the mtime from the file system after writing it #3103
  40. * Sync: Propagate download: Fix restoring files for which the conflict file exists #3106
  41. * Use identical User Agents and version for csync and the Qt parts
  42. * Prevent another crash in ~SocketApi #3118
  43. * Windows: Fix rename of finished file. #3073
  44. * AccountWizard: Fix auth error handling. #3155
  45. * Documentation fixes
  46. * Infrastructure/build fixes
  47. * Win32/OS X: Apply patch from OpenSSL to handle oudated intermediates gracefully #3087
  48. version 1.8.0 (release 2015-03-17)
  49. * Mac OS: HIDPI support
  50. * Support Sharing from desktop: Added a share dialog that can be
  51. opened by context menu in the file managers (Win, Mac, Nautilus)
  52. Supports public links with password enforcement
  53. * Enhanced usage of parallel HTTP requests for ownCloud 8 servers
  54. * Renamed github repository from mirall to client.
  55. * Mac OS: Use native notification support
  56. * Selective Sync: allow to enforce selective sync in brandings.
  57. * Added ability to build on Windows utilizing MingGW
  58. * SQLite database fixes if running on FAT filesystems
  59. * Improved detection of changing files to upload from local
  60. * Preparations for the multi-account feature
  61. * Fixed experience for Window manager without system tray
  62. * Build with Qt 5.4
  63. * Dropped libneon dependency if Qt 5.4 is available
  64. * Keep files open very short, that avoid lock problems on Windows
  65. especially with office software but also others.
  66. * Merged some NetBSD patches
  67. * Selective sync support for owncloudcmd
  68. * Reorganize the source repository
  69. * Prepared direct download
  70. * Added Crashreporter feature to be switched on on demand
  71. * A huge amount of bug fixes in all areas of the client.
  72. * almost 700 commits since 1.7.1
  73. version 1.7.1 (release 2014-12-18)
  74. * Documentation fixes and updates
  75. * Nautilus Python plugin fixed for Python 3
  76. * GUI wording fixes plus improved log messages
  77. * Fix hidning of the database files in the sync directories
  78. * Compare http download size with the header value to avoid broken
  79. downloads, bug #2528
  80. * Avoid initial ETag fetch job at startup, which is not needed.
  81. * Add chunk size http header to PUT requests
  82. * Fixed deteteCookie method of our CookieJar, fix for Shibboleth
  83. * Added fallback for distros where XDG_RUNTIME_DIR is undefined
  84. * Fix the setup wizard, bug #1989, #2264
  85. * Fix scheduling of ETag check jobs, bug #2553
  86. * Fix to avoid syncing more than one folder at a time, bug #2407
  87. * Use fife minutes timeout for all network jobs
  88. * Cleanup for Folderwizard wording
  89. * Improve journal check: Remove corrupted journal files, bug #2547
  90. * Fix item count in progress dialog for deletes, bug #1132
  91. * Display correct file count on deletion (#1132)
  92. * Fix reinitializing the folder using the wizard in certain cases (#2606)
  93. * Mac OS: Fixed branding of the pkg file
  94. * Mac OS: Fix display of overlay icons in certain situations (#1132)
  95. * Mac OS: Use a bundled version of OpenSSL (#764, #2600, #2510)
  96. * Win32: improved filesystem watcher
  97. * Win32: Improve threading with shell integration
  98. * Win32: Upgraded to OpenSSL 1.0.1j
  99. * Win32: Improve reliability of Installer, fix removal of Shell Extensions
  100. version 1.7.0 (release 2014-11-07)
  101. * oC7 Sharing: Handle new sharing options of ownCloud 7 correctly.
  102. * Added Selective sync: Ability to unselect server folders which are
  103. excluded from syncing, plus GUI and setup GUI
  104. * Added overlay icons for Windows Explorer, Mac OS Finder and GNOME Nautilus.
  105. Information is provided by the client via a local socket / named pipe API
  106. which provides information about the sync status of files.
  107. * Improved local change detection: consider file size, detect files
  108. with ongoing changes and do not upload immediately
  109. * Improved HTTP request timeout handler: all successful requests reset
  110. the timeout counter
  111. * Improvements for syncing command line tool: netrc support, improved
  112. SSL support, non interactive mode
  113. * Permission system: ownCloud 7 delivers file and folder permissions,
  114. added ability to deal with it for shared folders and more.
  115. * Ignore handling: Do not recurse into ignored or excluded directories
  116. * Major sync journal database improvements for more stability and performance
  117. * New library interface to sqlite3
  118. * Improve "resync handling" if errors occur
  119. * Blacklist improvements
  120. * Improved logging: more useful meta info, removed noise
  121. * Updated to latest Qt5 versions on Windows and OS X
  122. * Fixed data loss when renaming a download temporary fails and there was
  123. a conflict at the same time.
  124. * Fixed missing warnings about reusing a sync folder when the back button
  125. was used in the advanced folder setup wizard.
  126. * The 'Retry Sync' button now also restarts all downloads.
  127. * Clean up temporary downloads and some extra database files when wiping a
  128. folder.
  129. * OS X: Sparkle update to provide pkg format properly
  130. * OS X: Change distribution format from dmg to pkg with new installer.
  131. * Windows: Fix handling of filenames with trailing dot or space
  132. * Windows: Don't use the wrong way to get file mtimes in the legacy propagator.
  133. version 1.6.4 (release 2014-10-22)
  134. * Fix startup logic, fixes bug #1989
  135. * Fix raise dialog on X11
  136. * Win32: fix overflow when computing the size of file > 4GiB
  137. * Use a fixed function to get files modification time, the
  138. original one was broken for certain timezone issues, see
  139. core bug #9781 for details
  140. * Added some missing copyright headers
  141. * Avoid data corruption due to wrong error handling, bug #2280
  142. * Do improved request timeout handling to reduce the number of
  143. timed out jobs, bug #2155
  144. version 1.6.3 (release 2014-09-03)
  145. * Fixed updater on OS X
  146. * Fixed memory leak in SSL button that could lead to quick memory draining
  147. * Fixed upload problem with files >4 GB
  148. * MacOSX, Linux: Bring Settings window to front properly
  149. * Branded clients: If no configuration is detected, try to import the data
  150. from a previously configured community edition.
  151. version 1.6.2 (release 2014-07-28 )
  152. * Limit the HTTP buffer size when downloading to limit memory consumption.
  153. * Another small mem leak fixed in HTTP Credentials.
  154. * Fix local file name clash detection for MacOSX.
  155. * Limit maximum wait time to ten seconds in network limiting.
  156. * Fix data corruption while trying to resume and the server does
  157. not support it.
  158. * HTTP Credentials: Read password from legacy place if not found.
  159. * Shibboleth: Fix the waiting curser that would not disapear (#1915)
  160. * Limit memory usage to avoid mem wasting and crashes
  161. * Propagator: Fix crash when logging out during upload (#1957)
  162. * Propagator_qnam: Fix signal slot connection (#1963)
  163. * Use more elaborated way to detect that the server was reconfigured (#1948)
  164. * Setup Wizard: Reconfigure Server also if local path was changed (#1948)
  165. version 1.6.1 (release 2014-06-26 )
  166. * Fix 'precondition failed' bug with broken upload
  167. * Fix openSSL problems for windows deployment
  168. * Fix syncing a folder with '#' in the name
  169. * Fix #1845: do not update parent directory etag before sub
  170. directories are removed
  171. * Fix reappearing directories if dirs are removed during its
  172. upload
  173. * Fix app version in settings dialog, General tab
  174. * Fix crash in FolderWizard when going offline
  175. * Shibboleth fixes
  176. * More specific error messages (file remove during upload, open
  177. local sync file)
  178. * Use QSet rather than QHash in SyncEngine (save memory)
  179. * Fix some memory leaks
  180. * Fix some thread race problems, ie. wait for neon thread to finish
  181. before the propagator is shut down
  182. * Fix a lot of issues and warnings found by Coverity
  183. * Fix Mac some settings dialog problems
  184. version 1.6.0 (release 2014-05-30 )
  185. * Minor GUI improvements
  186. * Qt5 compile issues fixed
  187. * Ignore sync log file in filewatcher
  188. * Install libocsync to private library dir and use rpath to localize
  189. * Fix reconnect after server disconnect
  190. * Fix "unknown action" display in Activity window
  191. * Fix memory leaks
  192. * Respect XDG_CONFIG_HOME environment var
  193. * Handle empty fileids in the journal correctly
  194. * Add abilility to compile libowncloudsync without GUI dependendy
  195. * Fix SSL error with previously-expired CAs on Windows
  196. * Fix incorrect folder pause state after start
  197. * Fix a couple of actual potential crashes
  198. * Improve Cookie support (e.g. for cookie-based load-balancers)
  199. * Introduce a general timeout of 300s for network operations
  200. * Improve error handling, blacklisting
  201. * Job-based change propagation, enables faster parallel up/downloads
  202. (right now only if no bandwidth limit is set and no proxy is used)
  203. * Significantly reduced CPU load when checking for local and remote changes
  204. * Speed up file stat code on Windows
  205. * Enforce Qt5 for Windows and Mac OS X builds
  206. * Improved owncloudcmd: SSL support, documentation
  207. * Added advanced logging of operations (file .???.log in sync
  208. directory)
  209. * Avoid creating a temporary copy of the sync database (.ctmp)
  210. * Enable support for TLS 1.2 negotiation on platforms that use
  211. Qt 5.2 or later
  212. * Forward server exception messages to client error messages
  213. * Mac OS X: Support Notification Center in OS X 10.8+
  214. * Mac OS X: Use native settings dialog
  215. * Mac OS X: Fix UI inconsistencies on Mavericks
  216. * Shibboleth: Warn if authenticating with a different user
  217. * Remove vio abstraction in csync
  218. * Avoid data loss when a client file system is not case sensitive
  219. version 1.5.3 (release 2014-03-10 )
  220. * Fix usage of proxies after first sync run (#1502, #1524, #1459, #1521)
  221. * Do not wipe the credentials from config for reconnect (#1499, #1503)
  222. * Do not erase the full account config if an old version of the client stored
  223. the password (related to above)
  224. * Fix layout of the network tab (fixes #1491)
  225. * Handle authentication requests by a Shibboleth IdP
  226. * Shibboleth: If no connection is available, don't open the login window
  227. * [Packaging] Debian/Ubuntu: ship sync-exclude.lst
  228. * [Packaging] Fix issues with access to gnome keychain in Fedora and RHEL6
  229. * [Packaging] Ensure all sub packages get updated
  230. * [Packaging] Fix incorrect path in desktop file (RHEL6/CentOS6)
  231. version 1.5.2 (release 2014-02-26 )
  232. * Fix behavior when attempting to rename Shared folder
  233. * Fix potential endless sync loops on Mac OS (#1463)
  234. * Fix potential crash when pausing during update phase (#1442)
  235. * Fix handing of shared directories
  236. * Fix online state handling (#1441, #1459)
  237. * Fix potential crash in c_iconv on Mac OS
  238. * Fix certificate chain display in SSLButton
  239. * Fix sporadicly appearing multiple auth prompts on sign-in
  240. * Show correct state icon in Account Settings right away
  241. * Re-fetch content that gets deleted from read only shared directories
  242. * Do not store the password in the config file, erase existing ones (#1469)
  243. * Shibboleth: Close browser window after login
  244. * Shibboleth: Proper invalidation if timeout during sync
  245. * Shibboleth: Do not pop up IdP login immediately when modifying account
  246. * Shibboleth: Avoid auth on restart by storing cookies in the wallet
  247. * Fix license headers
  248. version 1.5.1 (release 2014-02-13 )
  249. * Added an auto updater that updates the client if a
  250. more recent version was found automatically (Windows, Mac OS X)
  251. * Added a button to the account dialog that gives information
  252. about the encryption layer used for communication, plus a
  253. certificate information widget
  254. * Preserve the permission settings of local files rather than
  255. setting them to a default (Bug #820)
  256. * Handle windows lnk files correctly (Bug #1307)
  257. * Detect removes and renames in read only shares and
  258. restore the gone away files. (Bug #1386)
  259. * Fixes sign in/sign out and password dialog. (Bug #1353)
  260. * Fixed error messages (Bug #1394)
  261. * Lots of fixes for building with Qt5
  262. * Changes to network limits are now also applied during a
  263. sync run
  264. * Fixed mem leak after via valgrind on Mac
  265. * Imported the ocsync library into miralls repository.
  266. Adopted all build systems and packaging to that.
  267. * Introduce a new linux packaging scheme following the
  268. debian upstream scheme
  269. * Use a refactored Linux file system watcher based on
  270. inotify, incl. unit tests
  271. * Wizard: Gracefully fall back to HTTP if HTTPS connection
  272. fails, issuing a warning
  273. * Fixed translation misses in the propagator
  274. * Fixes in proxy configuration
  275. * Fixes in sync journal handling
  276. * Fix the upload progress if the local source is still
  277. changing when the upload begins.
  278. * Add proxy support to owncloud commandline client
  279. * NSIS fixes
  280. * A lot of other fixes and minor improvements
  281. * Improve Qt5 compatability
  282. version 1.5.0 (release 2013-12-12 ), csync 0.91.4 required
  283. * New owncloud propagator that skips the vio abstraction layer
  284. * Add owncloudcmd to replace the ocsync command line tool
  285. * Localize Windows installer
  286. * Allow to sign in and out
  287. * Ask for password if missing
  288. * Introduce activity view
  289. * Introduce black list for files which could not be synced
  290. * Enabling accessbility by shipping accessibility enables on OS X (#736)
  291. * Toggle Settings window when clicking on systray icon on Win and KDE (#896)
  292. * FolderWizard: Sanitize error detection (#1201)
  293. * Set proper enable state of blacklist button after the dialog was opened
  294. * Set proper tooltips in blacklist
  295. * Translatable error messages for file errors
  296. * Add man page for owncloudcmd (#1234)
  297. * Don't close setup wizard when the initial sync run is started
  298. * Close the sync journal if a folder gets removed (#1252)
  299. * Activity: Avoid horizontal scrollbar (#1213)
  300. * Fix crash (#1229)
  301. * Resize wizard appropriately (#1130)
  302. * Fix account identity test (#1231)
  303. * Maintain the file type correctly
  304. * Display rename-target in sync protocol action column
  305. * Let recursive removal also remove the top dir
  306. * If item is a directory, remove its contents from the database as well (#1257)
  307. * Install headers for owncloudsync library
  308. * Fix opening the explorer with a selected file in Windows (#1249)
  309. * Add build number into versioning scheme
  310. * Windows: Fix rename of temporary files
  311. * Windows: Fix move file operation
  312. version 1.4.2 (release 2013-10-18 ), csync 0.90.4 required
  313. * Do not show the warning icon in the tray (#944)
  314. * Fix manual proxy support when switching (#1016)
  315. * Add folder column to detailed sync protocol (#1037)
  316. * Fix possible endless loop in inotify (#1041)
  317. * Do not elide the progress text (#1049)
  318. * Fix high CPU load (#1073)
  319. * Reconnect if network is unavailable after startup (#1080)
  320. * Ensure paused folder stays paused when syncing with more than one folder (#1083)
  321. * Don't show desktop notification when the user doesn't want to (#1093)
  322. * System tray: Avoid quick flickering up of the ok-icon for the sync prepare state
  323. * Progress: Do not show progress if nothing is transmitted
  324. * Progress: Show number of deletes.
  325. version 1.4.1 (release 2013-09-24 ), csync 0.90.1 required
  326. * Translation and documentation fixes.
  327. * Fixed error display in settings/status dialog, displays multi
  328. line error messages now correctly.
  329. * Wait up to 30 secs before complaining about missing systray
  330. Fixes bug #949
  331. * Fixed utf8 issues with basic auth authentication, fixes bug #941
  332. * Fixed remote folder selector, avoid recursive syncing, fixes bug #962
  333. * Handle and display network problems at startup correctly.
  334. * Enable and disable the folder watcher during syncs correctly.
  335. * Fix setting of thread priority.
  336. * Fixed file size display.
  337. * Fixed various folder wizard issues, bug #992
  338. * Made "Sync started" message optional, fixes bug #934
  339. * Fixed shutdown, avoid crashed config on win32, fixes bug #945
  340. * Pop up config wizard if no server url is configured, fixes bug #1018
  341. * Settings: calculate sidebar width dynamically, fixes bug #1020
  342. * Fixed a crash if sync folders were removed, fixes bug #713
  343. * Do proper resync after network disconnect, fixes bug #1007
  344. * Various minor code fixes
  345. version 1.4.0 (release 2013-09-04 ), csync 0.90.0 required
  346. * New Scheduler: Only sync when there are actual changes in the server
  347. * Add a Settings Dialog, move Proxy Settings there
  348. * Transform folder Status Dialog into Account Settings, provide feedback via context menu
  349. * Add Bandwidth Control
  350. * Add a visual storage/quota indicator (context menu and account settings)
  351. * Add progress indication (context menu and account settings)
  352. * Introduce a sync history, persisting results across syncs
  353. * Move ability to switch to mono icons from a switch to a Settings option
  354. * Add "Launch on System Startup" GUI option
  355. * Add "Show Desktop Nofications"GUI option (enabled by default)
  356. top optionally disable sync notifications
  357. * Add Help item, pointing to online reference
  358. * Implement graphical selection of remote folders in FolderWizard
  359. * Allow custom ignore patterns
  360. * Add an editor for ingore patterns
  361. * ALlow to flag certain ignore patterns as discardable
  362. * Ensure to ship with all valid translations
  363. * Progress Dialog now preserves the last syncned items across sync runs
  364. * Split Setup Wizard into multiple pages again
  365. * Implement "--logfile -" to log to stdout
  366. * Add preliminary support for Shibboleth authentication
  367. * Linux: Provide more icon sizes
  368. * Linux: Do not trigger notifier on ignored files
  369. * Windows: Reduce priority of CSync thread
  370. * Documentation: Prem. updates to reflect UI changes
  371. * Significant code refactorings
  372. * Require Qt 4.7
  373. * Known issue: Under certain conditions, a file will only get uploaded after up to five minutes
  374. version 1.3.0 (release 2013-06-25 ), csync 0.80.0 required
  375. * Default proxy port to 8080
  376. * Don't lose proxy settings when changing passwords
  377. * Support SOCKS5 proxy (useful in combination with ssh *D)
  378. * Propagate proxy changes to csync at runtime
  379. * Improve proxy wizard
  380. * Display proxy errors
  381. * Solved problems with lock files
  382. * Warn if for some reason all files are scheduled for removal on either side
  383. * Avoid infinite loop if authentication fails in certain cases
  384. * Fix reading the password from the config in certain cases
  385. * Do not crash when configured sync target disappears
  386. * Make --help work on windows
  387. * Make sync feedback less ambiguous.
  388. * Fix icon tray tooltip sometimes showing repeated content
  389. * More use of native directory separators on Windows
  390. * Remove journal when reusing a directory that used to have a journal before
  391. * Visual clean up of status dialog items
  392. * Wizard: When changing the URL or user name, allow the user to push his data
  393. to the new location or wipe the folder and start from scratch
  394. * Wizard: Make setting a custom folder as a sync target work again
  395. * Fix application icon
  396. * User-Agent now contains "Mozilla/5.0" and the Platform name (for firewall/proxy compat)
  397. * Server side directory moves will be detected
  398. * New setup wizard, defaulting to root syncing (only for new setups)
  399. * Improved thread stop/termination
  400. version 1.2.5 (release 2013-04-23 ), csync 0.70.7 required
  401. * [Fixes] NSIS installer fixes
  402. * [Fixes] Fix crash race by making certificateChain() thread safe
  403. * [Fixes] Build with older CMake versions (CentOS/RHEL 6)
  404. * [Fixes] Wording in GUI
  405. * [Fixes] Silently ignore "installed = true" status.php
  406. * Set log verbosity before calling csync_init.
  407. * GUI feedback for the statistics copy action
  408. * Safer approach for detecting duplicate sync runs
  409. version 1.2.4 (release 2013-04-11 ), csync 0.70.6 required
  410. * [Fixes] Clarify string in folder wizard
  411. * [Fixes] Fixed some valgrind warnings
  412. * [Fixes] Ensure that only one sync thread can ever run
  413. * [Fixes] Fix default config storage path
  414. * [Fixes] Skip folders with no absolute path
  415. * [Fixes] Allow setting the configuration directory on command line
  416. version 1.2.3 (release 2013-04-02 ), csync 0.70.5 required
  417. * [Fixes] Unbreak self-signed certificate handling
  418. version 1.2.2 (release 2013-04-02 ), csync 0.70.5 required
  419. * [Fixes] Do not crash when local file tree contains symlinks
  420. * [Fixes] Correctly handle locked files on Windows
  421. * [Fixes] Display errors in all members of the SSL chain
  422. * [Fixes] Enable Accessibility features on Windows
  423. * [Fixes] Make setupFavLink work properly on Mac OS
  424. * [Fixes] Ignore temporary files created by MS Office
  425. * [Gui] Support Nautilus in setupFavLink
  426. version 1.2.1 (release 2013-02-26 ), csync 0.70.4 required
  427. * [Fixes] Leave configured folders on configuration changes.
  428. * [Fixes] Do not allow to finish the setup dialog if connection can't be established.
  429. * [Fixes] Better handling of credentials in setup dialog.
  430. * [Fixes] Do not leak fd's to /dev/null when using gnutls
  431. * [Fixes] Stop sync scheduling when configuration wizard starts.
  432. * [Fixes] Clear pending network requests when stepping back in config wizard.
  433. * [Fixes] User password dialog asynchronous issues.
  434. * [Fixes] Make folderman starting and stoping the scheduling.
  435. * [Fixes] Various minor fixes and cleanups.
  436. * [Fixes] Crash on pausing sync
  437. * [Fixes] Stale lock file after pausing sync
  438. * [App] Load translations from app dir or bundle as well.
  439. * [Platform] Build fixes and simplifications, ie. build only one lib.
  440. * [Platform] Added some getter/setters for configuration values.
  441. * [Platform] Added man pages.
  442. * [Platform] Simplified/fixed credential store usage and custom configs.
  443. * [Platform] Added soname version to libowncloudsync.
  444. * [Platform] Pull in Qt translations
  445. * [Gui] Make sync result popups less annoyingq
  446. * [Gui] Fix for result popup
  447. version 1.2.0 (release 2013-01-24 ), csync 0.70.2 required
  448. * [GUI] New status dialog to show a detailed list of synced files.
  449. * [GUI] New tray notifications about synced files.
  450. * [GUI] New platform specific icon set.
  451. * [App] Using cross platform QtKeychain library to store credentials crypted.
  452. * [App] Use cross platform notification for changes in the local file system rather than regular poll.
  453. * [Fixes] Improved SSL Certificate handling and SSL fixes troughout syncing.
  454. * [Fixes] Fixed proxy authentication.
  455. * [Fixes] Allow brackets in folder name alias.
  456. * [Fixes] Lots of other minor fixes.
  457. * [Platform] cmake fixes.
  458. * [Platform] Improved, more detailed error reporting.
  459. version 1.1.4 (release 2012-12-19 ), csync 0.60.4 required
  460. * No changes to mirall, only csync fixes.
  461. version 1.1.3 (release 2012-11-30 ), csync 0.60.3 required
  462. * No changes to mirall, only csync fixes.
  463. version 1.1.2 (release 2012-11-26 ), csync 0.60.2 required
  464. * [Fixes] Allow to properly cancel the password dialog.
  465. * [Fixes] Share folder name correctly percent encoded with old Qt
  466. 4.6 builds ie. Debian.
  467. * [Fixes] If local sync dir is not existing, create it.
  468. * [Fixes] lots of other minor fixes.
  469. * [GUI] Display error messages in status dialog.
  470. * [GUI] GUI fixes for the connection wizard.
  471. * [GUI] Show username for connection in statusdialog.
  472. * [GUI] Show intro wizard on new connection setup.
  473. * [APP] Use CredentialStore to better support various credential
  474. backends.
  475. * [APP] Handle missing local folder more robust: Create it if
  476. missing instead of ignoring.
  477. * [APP] Simplify treewalk code.
  478. * [Platform] Fix Mac building
  479. version 1.1.1 (release 2012-10-18), csync 0.60.1 required
  480. * [GUI] Allow changing folder name in single folder mode
  481. * [GUI] Windows: Add license to installer
  482. * [GUI] owncloud --logwindow will bring up the log window
  483. in an already running instance
  484. * [Fixes] Make sure SSL errors are always handled
  485. * [Fixes] Allow special characters in folder alias
  486. * [Fixes] Proper workaround for Menu bug in Ubuntu
  487. * [Fixes] csync: Fix improper memory cleanup which could
  488. cause memory leaks and crashes
  489. * [Fixes] csync: Fix memory leak
  490. * [Fixes] csync: Allow single quote (') in file names
  491. * [Fixes] csync: Remove stray temporary files
  492. * [GUI] Reworked tray context menu.
  493. * [GUI] Users can now sync the server root folder.
  494. * [Fixes] Proxy support: now supports Proxy Auto-Configuration (PAC)
  495. on Windows, reliability fixes across all OSes.
  496. * [Fixes] Url entry field in setup assistant handles http/https correctly.
  497. * [Fixes] Button enable state in status dialog.
  498. * [Fixes] Crash fixed on ending the client, tray icon related.
  499. * [Fixes] Crash through wrong delete operator.
  500. * [MacOS] behave correctly on retina displays.
  501. * [MacOS] fix focus policy.
  502. * [MacOS] Packaging improvements.
  503. * [MacOS] Packaging improvements.
  504. * [Platform] Windows: Setup closes client prior to uninstall.
  505. * [Platform] Windows: ownCloud gets added to autorun by default.
  506. * [Platform] insert correct version info from cmake.
  507. * [Platform] csync conf file and database were moved to the users app data
  508. directory, away from the .csync dir.
  509. * Renamed exclude.lst to sync-exclude.lst and moved it to
  510. /etc/appName()/ for more clean packaging. From the user path,
  511. still exclude.lst is read if sync-exclude.lst is not existing.
  512. * Placed custom.ini with customization options to /etc/appName()
  513. version 1.0.5 (release 2012-08-14), csync 0.50.8 required
  514. * [Fixes] Fixed setup dialog: Really use https if checkbox is activated.
  515. version 1.0.4 (release 2012-08-10), csync 0.50.8 required
  516. * [APP] ownCloud is now a single instance app, can not start twice any more.
  517. * [APP] Proxy support
  518. * [APP] Handle HTTP redirection correctly, note new url.
  519. * [APP] More relaxed handling of read only directories in the sync paths.
  520. * [APP] Started to split off a library with sync functionality, eg for KDE
  521. * [APP] Make ownCloud Info class a singleton, more robust.
  522. * [GUI] New, simplified connection wizard.
  523. * [GUI] Added ability for customized theming.
  524. * [GUI] Improved icon size handling.
  525. * [GUI] Removed Log Window Button, log available through command line.
  526. * [GUI] Proxy configuration dialog added.
  527. * [GUI] Added Translations to languages Slovenian, Polish, Catalan,
  528. Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak,
  529. French, Russian, Japanese, Swedish, Portuguese (Portugal)
  530. all with translation rate >90%.
  531. * [Fixes] Loading of self signed certs into Networkmanager (#oc-843)
  532. * [Fixes] Win32: Handle SSL dll loading correctly.
  533. * [Fixes] Many other small fixes and improvements.
  534. version 1.0.3 (release 2012-06-19), csync 0.50.7 required
  535. * [GUI] Added a log window which catches the logging if required and
  536. allows to save for information.
  537. * [CMI] Added options --help, --logfile and --logflush
  538. * [APP] Allow to specify sync frequency in the config file.
  539. * [Fixes] Do not use csync database files from a sync before.
  540. * [Fixes] In Connection wizard, write the final config onyl if
  541. the user really accepted. Also remove the former database.
  542. * [Fixes] More user expected behaviour deletion of sync folder local
  543. and remote.
  544. * [Fixes] Allow special characters in the sync directory names
  545. * [Fixes] Win32: Fixed directory removal with special character dirs.
  546. * [Fixes] MacOS: Do not flood the system log any more
  547. * [Fixes] MacOS: Put app translations to correct places
  548. * [Fixes] Win32: Fix loading of csync state db.
  549. * [Fixes] Improved some english grammar.
  550. * [Platform] Added krazy2 static code checks.
  551. version 1.0.2 (release 2012-05-18), csync 0.50.6 required
  552. * [GUI] New icon set for ownCloud client
  553. * [GUI] No splashscreen any more (oC Bug #498)
  554. * [GUI] Russian translation added
  555. * [GUI] Added 'open ownCloud' to traymenu
  556. * [GUI] "Pause" and "Resume" instead of Enable/Disable
  557. * [Fixes] Long running syncs can be interrupted now.
  558. * [Fixes] Dialogs comes to front on click
  559. * [Fixes] Open local sync folder from tray and status for win32
  560. * [Fixes] Load exclude.lst correctly on MacOSX
  561. + csync fixes.
  562. version 1.0.1 (release 2012-04-18), csync 0.50.5 required
  563. * [Security] Support SSL Connections
  564. * [Security] SSL Warning dialog
  565. * [Security] Do not store password in clear text anymore
  566. * [Security] Restrict credentials to the configured host
  567. * [Security] Added ability to forbid local password storage.
  568. * [Fixes] Various fixes of the startup behaviour.
  569. * [Fixes] Various fixes in sync status display
  570. * [GUI] Various error messages for user display improved.
  571. * [GUI] fixed terms and Translations
  572. * [GUI] fixed translation loading
  573. * [Intern] Migrate old credentials to new format
  574. * [Intern] Some code refactorings, got rid of rotten QWebDav lib
  575. * [Intern] lots of cmake cleanups
  576. * [Intern] Backport to Qt Version 4.6 for compat. with older distros.
  577. * [Platform] MacOSX porting efforts
  578. * [Platform] MacOSX Bundle creation added
  579. * [Platform] Enabled ranslations on Windows.