ChangeLog 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  1. ChangeLog
  2. =========
  3. version 2.3.1 (2017-03-21)
  4. * Fix several crashes (thanks to everyone submitting to our crash reporter!)
  5. * Improve HTTP redirect handling (#5555)
  6. * Blacklist: Escalate repeated soft error to normal error (#5500)
  7. * NTFS: Do not attempt to upload two existing files with similar casing (#5544)
  8. * Fix URL for linking to application password generation for ownCloud 10.0 (#5605)
  9. version 2.3.0 (2017-03-03)
  10. * Decreased memory usage during sync
  11. * Overlay icons: Lower CPU usage
  12. * Allow to not sync the server's external storages by default
  13. * Switch Windows and OS X build to Qt 5.6.2
  14. * Switch to new ownCloud server WebDAV endpoint
  15. * Chunking NG: New file upload chunking algorithmn for ownCloud server 9.2
  16. * Allow to sync a folder to multiple different servers (Filename change from .csync_journal.db to _sync_$HASH.db)
  17. * Conflicts: Use the local mtime for the conflict file name (#5273)
  18. * "Sync now" menu item
  19. * SSL Client certificate support improved (Show UI, Store keys in keychain)
  20. * Propagator: Upload more small files in parallel
  21. * Sync Engine: Read data-fingerprint property to detect backups (#2325)
  22. * GUI: Show link to ceate an app password/token for syncing
  23. * Share dialog: Add 'Mail link' button
  24. * Caja file manager plugin
  25. * Make "backup detected" message to not trigger in wrong cases
  26. * SyncEngine: Fix renaming of folder when file are changed (#5192)
  27. * Fix reconnect bug if status.php intermittently returns wrong data (#5188)
  28. * Improve sync scheduling (#5317)
  29. * Overlay icons: Improvements in correctnes
  30. * Tray menu: Only update on demand to fix Linux desktop integration glitches
  31. * Progress: Better time/bandwidth estimations
  32. * Network: Follow certain HTTP redirects (#2791)
  33. * Network: Remove all cookies (including load balancers etc) when logging out
  34. * Discovery thread: Low priority
  35. * owncloudsync.log: Write during propagation
  36. * Better error message for files with trailing spaces on Windows
  37. * Excludes: Consider files in hidden folders excluded (#5163)
  38. * Allow sync directory to be a symlinked directory
  39. * Add manifest file on Windows to make the application UAC aware
  40. * macOS: Improve monochrome tray icons
  41. * Shibboleth bugfixes
  42. * Fixes with regards to low disk space
  43. * A ton of other bugfixes
  44. * Refactorings
  45. * Improved documentation
  46. * Crash fixes
  47. version 2.2.4 (release 2016-09-27)
  48. * Dolphin Plugin: Use the Application name for the socket path (#5172)
  49. * SyncEngine: Fix renaming of folder when file are changed (#5195)
  50. * Selective Sync: Fix HTTP request loop and show error in view (#5154)
  51. * ConnectionValidator: properly handle error in status.php request (#5188)
  52. * Discovery: Set thread priority to low (#5017)
  53. * ExcludeFiles: Fix when the folder casing is not the same in the settings and in the FS
  54. * ShareLink: Ensure the password line edit is enabled (#5117)
  55. version 2.2.3 (release 2016-08-08)
  56. * SyncEngine: Fix detection of backup (#5104)
  57. * Fix bug with overriding URL in config (#5016)
  58. * Sharing: Fix bug with file names containing percent encodes (#5042, #5043)
  59. * Sharing: Permissions for federated shares on servers >=9.1 (#4996, #5001)
  60. * Overlays: Fix issues with file name casing on OS X and Windows
  61. * Windows: Skip symlinks and junctions again (#5019)
  62. * Only accept notification API Capability if endpoint is OCS-enabled (#5034)
  63. * Fix windows HiDPI (#4994)
  64. * SocketAPI: Use different pipe name to avoid unusual delay (#4977)
  65. * Tray: Add minimal mode as workaround and testing tool for Linux issues (#4985, #4990)
  66. * owncloudcmd: Fix --exclude regression #4979
  67. * Small memleak: Use the full file stat destructors (#4992)
  68. * Fix small QAction memleak (#5008)
  69. * Fix crash on shutting down during propagation (#4979)
  70. * Decrease memory usage during sync #4979
  71. * Setup csync logging earlier to get all log output (#4991)
  72. * Enable Shibboleth debug view with OWNCLOUD_SHIBBOLETH_DEBUG env
  73. version 2.2.2 (release 2016-06-21)
  74. * Excludes: Don't redundantly add the same exclude files (memleak) (#4967, #4988)
  75. * Excludes: Only log if the pattern was really logged. (#4989)
  76. version 2.2.1 (release 2016-06-06)
  77. * Fix out of memory error when too many uploads happen (#4611)
  78. * Fix display errors in progress display (#4803 #4856)
  79. * LockWatcher: Remember to upload files after they become unlocked (#4865)
  80. * Fix overlay icons for files with umlauts (#4884)
  81. * Certs: Re-ask for different cert after rejection (#4898, #4911)
  82. * Progress: Don't count items without propagation jobs (#4856, #4910)
  83. * Utility: Fix for the translation of minutes, second (#4855)
  84. * SyncEngine: invalid the blacklist entry when the rename destination change
  85. version 2.2.0 (release 2016-05-12)
  86. * Overlay icons: Refactoring - mainly for performance improvements
  87. * Improved error handling with Sync Journal on USB storages (#4632)
  88. * Sharing Completion: Improved UI of completion in sharing from desktop. (#3737)
  89. * Show server notifications on the client (#3733)
  90. * Improved Speed with small files by dynamic parallel request count (#4529)
  91. * LockWatcher: Make sure to sync files after apps released exclusive locks on Windows.
  92. * Improved handling of Win32 file locks and network files
  93. * Workaround Ubuntu 16.04 tray icon bug (#4693)
  94. * Removed the Alias field from the folder definition (#4695)
  95. * Improved netrc parser (#4691)
  96. * Improved user notifications about ignored files and conflicts (#4761, #3222)
  97. * Add warnings for old server versions (#4523)
  98. * Enable tranportation checksums if the server supports based on server capabilities (#3735)
  99. * Default Chunk-size changed to 10MB (#4354)
  100. * Documentation Improvements, ie. about overlay icons
  101. * Translation fixes
  102. * Countless other bugfixes
  103. * Sqlite Update to recent version
  104. * Update of QtKeyChain to support Windows credential store
  105. * Packaging of dolphin overlay icon module for bleeding edge distros
  106. version 2.1.1 (release 2016-02-10)
  107. * UI improvements for HiDPI screens, error messages, RTL languages
  108. * Fix occurences of "Connection Closed" when a new unauthenticated TCP socket is used
  109. * Fix undeliberate WiFi scanning done by Qt Network classes
  110. * Several fixes/improvements to the sharing dialog
  111. * Several fixes/improvements to the server activity tab
  112. * Create the directory when using --confdir and it does not exist
  113. * Windows Overlay icons: Fix DLL and icon oddities
  114. * Mac Overlay icons: Don't install legacy Finder plugin on >= 10.10
  115. * Linux Overlay icons: Nemo plugin
  116. * Overlay icons: Fix several wrong icon state computations
  117. * Allow changeable upload chunk size in owncloud.cfg
  118. * Crash fixes on account deletion
  119. * Forget password on explicit sign-out
  120. * OS X: Fix the file system watcher ignoring unicode paths (#4424)
  121. * Windows Installer: Update to NSIS 2.50, fixes possible DLL injection
  122. * Sync Engine: .lnk files
  123. * Sync Engine: symlinked syn directories
  124. * Sync Engine: Windows: Fix deleting and replacing of read-only files (#4308, #4277)
  125. * Sync Engine: Fixes for files becoming directories and vice versa (#4302)
  126. * Misc other fixes/improvements
  127. version 2.1 (release 2015-12-03)
  128. * GUI: Added a display of server activities
  129. * GUI: Added a separate view for not synced items, ignores, errors
  130. * GUI: Improved upload/download progress UI (#3403, #3569)
  131. * Allowed sharing with ownCloud internal users and groups from Desktop
  132. * Changed files starting in .* to be considered hidden on all platforms (#4023)
  133. * Reflect read-only permissions in filesystem (#3244)
  134. * Blacklist: Clear on successful chunk upload (#3934)
  135. * Improved reconnecting after network change/disconnect (#4167 #3969 ...)
  136. * Improved performance in Windows file system discovery
  137. * Removed libneon-based propagator. As a consequence, The client can no
  138. longer provide bandwith limiting on Linux-distributions where it is
  139. using Qt < 5.4
  140. * Performance improvements in the logging functions
  141. * Ensured that local disk space problems are handled gracefully (#2939)
  142. * Improved handling of checksums: transport validation, db (#3735)
  143. * For *eml-files don't reupload if size and checksum are unchanged (#3235)
  144. * Ensured 403 reply code is handled properly (File Firewall) (#3490)
  145. * Reduced number of PROPFIND requests to server(#3964)
  146. * GUI: Added Account toolbox widget to keep account actions (#4139)
  147. * Tray Menu: Added fixes for Recent Activity menu (#4093, #3969)
  148. * FolderMan: Fixed infinite wait on pause (#4093)
  149. * Renamed env variables to include unit (#2939)
  150. * FolderStatusModel: Attempt to detect removed undecided files (#3612)
  151. * SyncEngine: Don't whipe the white list if the sync was aborted (#4018)
  152. * Quota: Handle special negative value for the quota (#3940)
  153. * State app name in update notification (#4020)
  154. * PropagateUpload: Fixed double-emission of finished (#3844)
  155. * GUI: Ensured folder names which are excluded from sync can be clicked
  156. * Shell Integration: Dolphin support, requires KF 5.16 and KDE Application 15.12
  157. * FolderStatusModel: Ensured reset also if a folder was renamed (#4011)
  158. * GUI: Fixed accessiblity of remaing items in full settings toolbar (#3795)
  159. * Introduced the term "folder sync connection" in more places (#3757)
  160. * AccountSettings: Don't disable pause when offline (#4010)
  161. * Fixed handling of hidden files (#3980)
  162. * Handle download errors while resuming as soft errors (#4000)
  163. * SocketAPI: Ensured that the command isn't trimmed (#3297)
  164. * Shutdown socket API before removing the db (#3824)
  165. * GUI: Made "Keep" default in the delete-all dialog (#3824)
  166. * owncloudcmd: Introduced return code 0 for --version and --help
  167. * owncloudcmd: Added --max-sync-retries (#4037)
  168. * owncloudcmd: Don't do a check that file are older than 2s (#4160)
  169. * Fixed getting size for selective sync (#3986)
  170. * Re-added close button in the settings window (#3713)
  171. * Added abililty to handle storage limitations gracefully (#3736)
  172. * Updated 3rdparty dependencies: sqlite version 3.9.1
  173. * Organized patches to our base Qt version into admin/qt/patches
  174. * Plus: A lot of unmentioned improvements and fixes
  175. version 2.0.2 (release 2015-10-21)
  176. * csync_file_stat_s: Save a bit of memory
  177. * Shibboleth: Add our base user agent to WebKit
  178. * SelectiveSync: Increase folder list timeout to 60
  179. * Propagation: Try another sync on 423 Locked (#3387)
  180. * Propagation: Make 423 Locked a soft error (#3387)
  181. * Propagation: Reset upload blacklist if a chunk succeeds
  182. * Application: Fix crash on early shutdown (#3898)
  183. * Linux: Don't show settings dialog always when launched twice (#3273, #3771, #3485)
  184. * win32 vio: Add the OPEN_REPARSE_POINTS flag to the CreateFileW call. (#3813)
  185. * AccountSettings: only expand root elements on single click.
  186. * AccountSettings: Do not allow to expand the folder list when disconnected.
  187. * Use application SHORT name for the name of the MacOSX pkg file (ownBrander).
  188. * FolderMan: Fix for removing a syncing folder (#3843)
  189. * ConnectionMethodDialog: Don't be insecure on close (#3863)
  190. * Updater: Ensure folders are not removed (#3747)
  191. * Folder settings: Ensure path is cleaned (#3811)
  192. * Propagator: Simplify sub job finished counting (#3844)
  193. * Share dialog: Hide settings dialog before showing (#3783)
  194. * UI: Only expand 1 level in folder list (#3585)
  195. * UI: Allow folder expanding from button click (#3585)
  196. * UI: Expand folder treeview on single click (#3585)
  197. * GUI: Change tray menu order (#3657)
  198. * GUI: Replace term "sign in" with "Log in" and friends.
  199. * SetupPage: Fix crash caused by uninitialized Account object.
  200. * Use a themable WebDAV path all over.
  201. * Units: Back to the "usual" mix units (JEDEC standard).
  202. * csync io: Full UNC path support on Win (#3748)
  203. * Tray: Don't use the tray workaround with the KDE theme (#3706, #3765)
  204. * ShareDialog: Fix folder display (#3659)
  205. * AccountSettings: Restore from legacy only once (#3565)
  206. * SSL Certificate Error Dialog: show account name (#3729)
  207. * Tray notification: Don't show a message about modified folder (#3613)
  208. * PropagateLocalRemove: remove entries from the DB even if there was an error.
  209. * Settings UI improvements (eg. #3713, #3721, #3619 and others)
  210. * Folder: Do not create the sync folder if it does not exist (#3692)
  211. * Shell integration: don't show share menu item for top level folders
  212. * Tray: Hide while modifying menus (#3656, #3672)
  213. * AddFolder: Improve remote path selection error handling (#3573)
  214. * csync_update: Use excluded_traversal() to improve performance (#3638)
  215. * csync_excluded: Add fast _traversal() function (#3638)
  216. * csync_exclude: Speed up significantly (#3638)
  217. * AccountSettings: Adjust quota info design (#3644, #3651)
  218. * Adjust buttons on remove folder/account questions (#3654)
  219. version 2.0.1 (release 2015-09-01)
  220. * AccountWizard: fix when the theme specify a override URL (#3699)
  221. version 2.0.0 (release 2015-08-25)
  222. * Add support for multiple accounts (#3084)
  223. * Do not sync down new big folders from server without users consent (#3148)
  224. * Integrate Selective Sync into the default UI
  225. * OS X: Support native finder integration for 10.10 Yosemite (#2340)
  226. * Fix situation where client would not reconnect after timeout (#2321)
  227. * Use SI units for the file sizes
  228. * Improve progress reporting during sync (better estimations, show all files, show all bandwidth)
  229. * Windows: Support paths >255 characters (#57) by using Windows API instead of POSIX API
  230. * Windows, OS X: Allow to not sync hidden files (#2086)
  231. * OS X: Show file name in UI if file has invalid UTF-8 in file name
  232. * Sharing: Make use of Capability API (#3439)
  233. * Sharing: Do not allow sharing the root folder (#3495)
  234. * Sharing: Show thumbnail
  235. * Client Updater: Check for updates periodically, not only once per run (#3044)
  236. * Windows: Remove misleading option to remove sync data (#3461)
  237. * Windows: Do not provoke AD account locking if password changes (#2186)
  238. * Windows: Fix installer when installing unprivileged (#2616, #2568)
  239. * Quota: Only refresh from server when UI is shown
  240. * SSL Button: Show more information
  241. * owncloudcmd: Fix --httpproxy (#3465)
  242. * System proxy: Ask user for credentials if needed
  243. * Several fixes and performance improvements in the sync engine
  244. * Network: Try to use SSL session tickets/identifiers. Check the SSL button to see if they are used.
  245. * Bandwidth Throttling: Provide automatic limit setting for downloads (#3084)
  246. * Systray: Workaround for issue with Qt 5.5.0 #3656
  247. version 1.8.4 (release 2015-07-13)
  248. * Release to ship a security release of openSSL. No source changes of the ownCloud Client code.
  249. version 1.8.3 (release 2015-06-23)
  250. * Fix a bug in the Windows Installer that could crash explorer (#3320)
  251. * Reduce 'Connection closed' errors (#3318, #3313, #3298)
  252. * Ignores: Force a remote discovery after ignore list change (#3172)
  253. * Shibboleth: Avoid crash by letting the webview use its own QNAM (#3359)
  254. * System Ignores: Removed *.tmp from system ignore again. If a user
  255. wants to ignore *.tmp, it needs to be added to the user ignore list.
  256. version 1.8.2 (release 2015-06-08)
  257. * Improve reporting of server error messages (#3220)
  258. * Discovery: Ignore folders with any 503 (#3113)
  259. * Wizard: Show server error message if possible (#3220)
  260. * QNAM: Fix handling of mitm cert changes (#3283)
  261. * Win32: Installer translations added (#3277)
  262. * Win32: Allow concurrent OEM (un-)installers (#3272)
  263. * Win32: Make Setup/Update Mutex theme-unique (#3272)
  264. * HTTP: Add the branding name to the UserAgent string
  265. * ConnectonValidator: Always run with new credentials (#3266)
  266. * Recall Feature: Admins can trigger an upload of a file from
  267. client to server again (#3246)
  268. * Propagator: Add 'Content-Length: 0' header to MKCOL request (#3256)
  269. * Switch on checksum verification through branding or config
  270. * Add ability for checksum verification of up and download
  271. * Fix opening external links for some labels (#3135)
  272. * AccountState: Run only a single validator, allow error message
  273. overriding (#3236, #3153)
  274. * SyncJournalDB: Minor fixes and simplificatons
  275. * SyncEngine: Force re-read of folder Etags for upgrades from
  276. 1.8.0 and 1.8.1
  277. * Propagator: Limit length of temporary file name (#2789)
  278. * ShareDialog: Password ui fixes (#3189)
  279. * Fix startup hang by removing QSettings lock file (#3175)
  280. * Wizard: Allow SSL cert dialog to show twice (#3168)
  281. * ProtocolWidget: Fix rename message (#3210)
  282. * Discovery: Test better, treat invalid hrefs as error (#3176)
  283. * Propagator: Overwrite local data only if unchanged (#3156)
  284. * ShareDialog: Improve error reporting for share API fails
  285. * OSX Updater: Only allow updates only if in /Applications (#2931)
  286. * Wizard: Fix lock icon (#1447)
  287. * Fix compilation with GCC 5
  288. * Treat any 503 error as temporary (#3113)
  289. * Work around for the Qt PUT corruption bug (#2425)
  290. * OSX Shell integration: Optimizations
  291. * Windows Shell integration: Optimizations
  292. .. more than 250 commits since 1.8.1
  293. version 1.8.1 (release 2015-05-07)
  294. * Make "operation canceled" error a soft error
  295. * Do not throw an error for files that are scheduled to be removed,
  296. but can not be found on the server. #2919
  297. * Windows: Reset QNAM to proper function after hibernation. #2899 #2895 #2973
  298. * Fix argument verification of --confdir #2453
  299. * Fix a crash when accessing a dangling UploadDevice pointer #2984
  300. * Add-folder wizard: Make sure there is a scrollbar if folder names
  301. are too long #2962
  302. * Add-folder Wizard: Select the newly created folder
  303. * Activity: Correctly restore column sizes #3005
  304. * SSL Button: do not crash on empty certificate chain
  305. * SSL Button: Make menu creation lazy #3007 #2990
  306. * Lookup system proxy async to avoid hangs #2993 #2802
  307. * ShareDialog: Some GUI refinements
  308. * ShareDialog: On creation of a share always retrieve the share
  309. This makes sure that if a default expiration date is set this is reflected
  310. in the dialog. #2889
  311. * ShareDialog: Only show share dialog if we are connected.
  312. * HttpCreds: Fill pw dialog with previous password. #2848 #2879
  313. * HttpCreds: Delete password from old location. #2186
  314. * Do not store Session Cookies in the client cookie storage
  315. * CookieJar: Don't accidentally overwrite cookies. #2808
  316. * ProtocolWidget: Always add seconds to the DateTime locale. #2535
  317. * Updater: Give context as to which app is about to be updated #3040
  318. * Windows: Add version information for owncloud.exe. This should help us know
  319. what version or build number a crash report was generated with.
  320. * Fix a crash on shutdown in ~SocketApi #3057
  321. * SyncEngine: Show more timing measurements #3064
  322. * Discovery: Add warning if returned etag is 0
  323. * Fix a crash caused by an invalid DiscoveryDirectoryResult::iterator #3051
  324. * Sync: Fix sync of deletions during 503. #2894
  325. * Handle redirect of auth request. #3082
  326. * Discovery: Fix parsing of broken XML replies, which fixes local file disappearing #3102
  327. * Migration: Silently restore files that were deleted locally by bug #3102
  328. * Sort folder sizes SelectiveSyncTreeView numerically #3112
  329. * Sync: PropagateDownload: Read the mtime from the file system after writing it #3103
  330. * Sync: Propagate download: Fix restoring files for which the conflict file exists #3106
  331. * Use identical User Agents and version for csync and the Qt parts
  332. * Prevent another crash in ~SocketApi #3118
  333. * Windows: Fix rename of finished file. #3073
  334. * AccountWizard: Fix auth error handling. #3155
  335. * Documentation fixes
  336. * Infrastructure/build fixes
  337. * Win32/OS X: Apply patch from OpenSSL to handle oudated intermediates gracefully #3087
  338. version 1.8.0 (release 2015-03-17)
  339. * Mac OS: HIDPI support
  340. * Support Sharing from desktop: Added a share dialog that can be
  341. opened by context menu in the file managers (Win, Mac, Nautilus)
  342. Supports public links with password enforcement
  343. * Enhanced usage of parallel HTTP requests for ownCloud 8 servers
  344. * Renamed github repository from mirall to client.
  345. * Mac OS: Use native notification support
  346. * Selective Sync: allow to enforce selective sync in brandings.
  347. * Added ability to build on Windows utilizing MingGW
  348. * SQLite database fixes if running on FAT filesystems
  349. * Improved detection of changing files to upload from local
  350. * Preparations for the multi-account feature
  351. * Fixed experience for Window manager without system tray
  352. * Build with Qt 5.4
  353. * Dropped libneon dependency if Qt 5.4 is available
  354. * Keep files open very short, that avoid lock problems on Windows
  355. especially with office software but also others.
  356. * Merged some NetBSD patches
  357. * Selective sync support for owncloudcmd
  358. * Reorganize the source repository
  359. * Prepared direct download
  360. * Added Crashreporter feature to be switched on on demand
  361. * A huge amount of bug fixes in all areas of the client.
  362. * almost 700 commits since 1.7.1
  363. version 1.7.1 (release 2014-12-18)
  364. * Documentation fixes and updates
  365. * Nautilus Python plugin fixed for Python 3
  366. * GUI wording fixes plus improved log messages
  367. * Fix hidning of the database files in the sync directories
  368. * Compare http download size with the header value to avoid broken
  369. downloads, bug #2528
  370. * Avoid initial ETag fetch job at startup, which is not needed.
  371. * Add chunk size http header to PUT requests
  372. * Fixed deteteCookie method of our CookieJar, fix for Shibboleth
  373. * Added fallback for distros where XDG_RUNTIME_DIR is undefined
  374. * Fix the setup wizard, bug #1989, #2264
  375. * Fix scheduling of ETag check jobs, bug #2553
  376. * Fix to avoid syncing more than one folder at a time, bug #2407
  377. * Use fife minutes timeout for all network jobs
  378. * Cleanup for Folderwizard wording
  379. * Improve journal check: Remove corrupted journal files, bug #2547
  380. * Fix item count in progress dialog for deletes, bug #1132
  381. * Display correct file count on deletion (#1132)
  382. * Fix reinitializing the folder using the wizard in certain cases (#2606)
  383. * Mac OS: Fixed branding of the pkg file
  384. * Mac OS: Fix display of overlay icons in certain situations (#1132)
  385. * Mac OS: Use a bundled version of OpenSSL (#764, #2600, #2510)
  386. * Win32: improved filesystem watcher
  387. * Win32: Improve threading with shell integration
  388. * Win32: Upgraded to OpenSSL 1.0.1j
  389. * Win32: Improve reliability of Installer, fix removal of Shell Extensions
  390. version 1.7.0 (release 2014-11-07)
  391. * oC7 Sharing: Handle new sharing options of ownCloud 7 correctly.
  392. * Added Selective sync: Ability to unselect server folders which are
  393. excluded from syncing, plus GUI and setup GUI
  394. * Added overlay icons for Windows Explorer, Mac OS Finder and GNOME Nautilus.
  395. Information is provided by the client via a local socket / named pipe API
  396. which provides information about the sync status of files.
  397. * Improved local change detection: consider file size, detect files
  398. with ongoing changes and do not upload immediately
  399. * Improved HTTP request timeout handler: all successful requests reset
  400. the timeout counter
  401. * Improvements for syncing command line tool: netrc support, improved
  402. SSL support, non interactive mode
  403. * Permission system: ownCloud 7 delivers file and folder permissions,
  404. added ability to deal with it for shared folders and more.
  405. * Ignore handling: Do not recurse into ignored or excluded directories
  406. * Major sync journal database improvements for more stability and performance
  407. * New library interface to sqlite3
  408. * Improve "resync handling" if errors occur
  409. * Blacklist improvements
  410. * Improved logging: more useful meta info, removed noise
  411. * Updated to latest Qt5 versions on Windows and OS X
  412. * Fixed data loss when renaming a download temporary fails and there was
  413. a conflict at the same time.
  414. * Fixed missing warnings about reusing a sync folder when the back button
  415. was used in the advanced folder setup wizard.
  416. * The 'Retry Sync' button now also restarts all downloads.
  417. * Clean up temporary downloads and some extra database files when wiping a
  418. folder.
  419. * OS X: Sparkle update to provide pkg format properly
  420. * OS X: Change distribution format from dmg to pkg with new installer.
  421. * Windows: Fix handling of filenames with trailing dot or space
  422. * Windows: Don't use the wrong way to get file mtimes in the legacy propagator.
  423. version 1.6.4 (release 2014-10-22)
  424. * Fix startup logic, fixes bug #1989
  425. * Fix raise dialog on X11
  426. * Win32: fix overflow when computing the size of file > 4GiB
  427. * Use a fixed function to get files modification time, the
  428. original one was broken for certain timezone issues, see
  429. core bug #9781 for details
  430. * Added some missing copyright headers
  431. * Avoid data corruption due to wrong error handling, bug #2280
  432. * Do improved request timeout handling to reduce the number of
  433. timed out jobs, bug #2155
  434. version 1.6.3 (release 2014-09-03)
  435. * Fixed updater on OS X
  436. * Fixed memory leak in SSL button that could lead to quick memory draining
  437. * Fixed upload problem with files >4 GB
  438. * MacOSX, Linux: Bring Settings window to front properly
  439. * Branded clients: If no configuration is detected, try to import the data
  440. from a previously configured community edition.
  441. version 1.6.2 (release 2014-07-28 )
  442. * Limit the HTTP buffer size when downloading to limit memory consumption.
  443. * Another small mem leak fixed in HTTP Credentials.
  444. * Fix local file name clash detection for MacOSX.
  445. * Limit maximum wait time to ten seconds in network limiting.
  446. * Fix data corruption while trying to resume and the server does
  447. not support it.
  448. * HTTP Credentials: Read password from legacy place if not found.
  449. * Shibboleth: Fix the waiting curser that would not disapear (#1915)
  450. * Limit memory usage to avoid mem wasting and crashes
  451. * Propagator: Fix crash when logging out during upload (#1957)
  452. * Propagator_qnam: Fix signal slot connection (#1963)
  453. * Use more elaborated way to detect that the server was reconfigured (#1948)
  454. * Setup Wizard: Reconfigure Server also if local path was changed (#1948)
  455. version 1.6.1 (release 2014-06-26 )
  456. * Fix 'precondition failed' bug with broken upload
  457. * Fix openSSL problems for windows deployment
  458. * Fix syncing a folder with '#' in the name
  459. * Fix #1845: do not update parent directory etag before sub
  460. directories are removed
  461. * Fix reappearing directories if dirs are removed during its
  462. upload
  463. * Fix app version in settings dialog, General tab
  464. * Fix crash in FolderWizard when going offline
  465. * Shibboleth fixes
  466. * More specific error messages (file remove during upload, open
  467. local sync file)
  468. * Use QSet rather than QHash in SyncEngine (save memory)
  469. * Fix some memory leaks
  470. * Fix some thread race problems, ie. wait for neon thread to finish
  471. before the propagator is shut down
  472. * Fix a lot of issues and warnings found by Coverity
  473. * Fix Mac some settings dialog problems
  474. version 1.6.0 (release 2014-05-30 )
  475. * Minor GUI improvements
  476. * Qt5 compile issues fixed
  477. * Ignore sync log file in filewatcher
  478. * Install libocsync to private library dir and use rpath to localize
  479. * Fix reconnect after server disconnect
  480. * Fix "unknown action" display in Activity window
  481. * Fix memory leaks
  482. * Respect XDG_CONFIG_HOME environment var
  483. * Handle empty fileids in the journal correctly
  484. * Add abilility to compile libowncloudsync without GUI dependendy
  485. * Fix SSL error with previously-expired CAs on Windows
  486. * Fix incorrect folder pause state after start
  487. * Fix a couple of actual potential crashes
  488. * Improve Cookie support (e.g. for cookie-based load-balancers)
  489. * Introduce a general timeout of 300s for network operations
  490. * Improve error handling, blacklisting
  491. * Job-based change propagation, enables faster parallel up/downloads
  492. (right now only if no bandwidth limit is set and no proxy is used)
  493. * Significantly reduced CPU load when checking for local and remote changes
  494. * Speed up file stat code on Windows
  495. * Enforce Qt5 for Windows and Mac OS X builds
  496. * Improved owncloudcmd: SSL support, documentation
  497. * Added advanced logging of operations (file .???.log in sync
  498. directory)
  499. * Avoid creating a temporary copy of the sync database (.ctmp)
  500. * Enable support for TLS 1.2 negotiation on platforms that use
  501. Qt 5.2 or later
  502. * Forward server exception messages to client error messages
  503. * Mac OS X: Support Notification Center in OS X 10.8+
  504. * Mac OS X: Use native settings dialog
  505. * Mac OS X: Fix UI inconsistencies on Mavericks
  506. * Shibboleth: Warn if authenticating with a different user
  507. * Remove vio abstraction in csync
  508. * Avoid data loss when a client file system is not case sensitive
  509. version 1.5.3 (release 2014-03-10 )
  510. * Fix usage of proxies after first sync run (#1502, #1524, #1459, #1521)
  511. * Do not wipe the credentials from config for reconnect (#1499, #1503)
  512. * Do not erase the full account config if an old version of the client stored
  513. the password (related to above)
  514. * Fix layout of the network tab (fixes #1491)
  515. * Handle authentication requests by a Shibboleth IdP
  516. * Shibboleth: If no connection is available, don't open the login window
  517. * [Packaging] Debian/Ubuntu: ship sync-exclude.lst
  518. * [Packaging] Fix issues with access to gnome keychain in Fedora and RHEL6
  519. * [Packaging] Ensure all sub packages get updated
  520. * [Packaging] Fix incorrect path in desktop file (RHEL6/CentOS6)
  521. version 1.5.2 (release 2014-02-26 )
  522. * Fix behavior when attempting to rename Shared folder
  523. * Fix potential endless sync loops on Mac OS (#1463)
  524. * Fix potential crash when pausing during update phase (#1442)
  525. * Fix handing of shared directories
  526. * Fix online state handling (#1441, #1459)
  527. * Fix potential crash in c_iconv on Mac OS
  528. * Fix certificate chain display in SSLButton
  529. * Fix sporadicly appearing multiple auth prompts on sign-in
  530. * Show correct state icon in Account Settings right away
  531. * Re-fetch content that gets deleted from read only shared directories
  532. * Do not store the password in the config file, erase existing ones (#1469)
  533. * Shibboleth: Close browser window after login
  534. * Shibboleth: Proper invalidation if timeout during sync
  535. * Shibboleth: Do not pop up IdP login immediately when modifying account
  536. * Shibboleth: Avoid auth on restart by storing cookies in the wallet
  537. * Fix license headers
  538. version 1.5.1 (release 2014-02-13 )
  539. * Added an auto updater that updates the client if a
  540. more recent version was found automatically (Windows, Mac OS X)
  541. * Added a button to the account dialog that gives information
  542. about the encryption layer used for communication, plus a
  543. certificate information widget
  544. * Preserve the permission settings of local files rather than
  545. setting them to a default (Bug #820)
  546. * Handle windows lnk files correctly (Bug #1307)
  547. * Detect removes and renames in read only shares and
  548. restore the gone away files. (Bug #1386)
  549. * Fixes sign in/sign out and password dialog. (Bug #1353)
  550. * Fixed error messages (Bug #1394)
  551. * Lots of fixes for building with Qt5
  552. * Changes to network limits are now also applied during a
  553. sync run
  554. * Fixed mem leak after via valgrind on Mac
  555. * Imported the ocsync library into miralls repository.
  556. Adopted all build systems and packaging to that.
  557. * Introduce a new linux packaging scheme following the
  558. debian upstream scheme
  559. * Use a refactored Linux file system watcher based on
  560. inotify, incl. unit tests
  561. * Wizard: Gracefully fall back to HTTP if HTTPS connection
  562. fails, issuing a warning
  563. * Fixed translation misses in the propagator
  564. * Fixes in proxy configuration
  565. * Fixes in sync journal handling
  566. * Fix the upload progress if the local source is still
  567. changing when the upload begins.
  568. * Add proxy support to owncloud commandline client
  569. * NSIS fixes
  570. * A lot of other fixes and minor improvements
  571. * Improve Qt5 compatability
  572. version 1.5.0 (release 2013-12-12 ), csync 0.91.4 required
  573. * New owncloud propagator that skips the vio abstraction layer
  574. * Add owncloudcmd to replace the ocsync command line tool
  575. * Localize Windows installer
  576. * Allow to sign in and out
  577. * Ask for password if missing
  578. * Introduce activity view
  579. * Introduce black list for files which could not be synced
  580. * Enabling accessbility by shipping accessibility enables on OS X (#736)
  581. * Toggle Settings window when clicking on systray icon on Win and KDE (#896)
  582. * FolderWizard: Sanitize error detection (#1201)
  583. * Set proper enable state of blacklist button after the dialog was opened
  584. * Set proper tooltips in blacklist
  585. * Translatable error messages for file errors
  586. * Add man page for owncloudcmd (#1234)
  587. * Don't close setup wizard when the initial sync run is started
  588. * Close the sync journal if a folder gets removed (#1252)
  589. * Activity: Avoid horizontal scrollbar (#1213)
  590. * Fix crash (#1229)
  591. * Resize wizard appropriately (#1130)
  592. * Fix account identity test (#1231)
  593. * Maintain the file type correctly
  594. * Display rename-target in sync protocol action column
  595. * Let recursive removal also remove the top dir
  596. * If item is a directory, remove its contents from the database as well (#1257)
  597. * Install headers for owncloudsync library
  598. * Fix opening the explorer with a selected file in Windows (#1249)
  599. * Add build number into versioning scheme
  600. * Windows: Fix rename of temporary files
  601. * Windows: Fix move file operation
  602. version 1.4.2 (release 2013-10-18 ), csync 0.90.4 required
  603. * Do not show the warning icon in the tray (#944)
  604. * Fix manual proxy support when switching (#1016)
  605. * Add folder column to detailed sync protocol (#1037)
  606. * Fix possible endless loop in inotify (#1041)
  607. * Do not elide the progress text (#1049)
  608. * Fix high CPU load (#1073)
  609. * Reconnect if network is unavailable after startup (#1080)
  610. * Ensure paused folder stays paused when syncing with more than one folder (#1083)
  611. * Don't show desktop notification when the user doesn't want to (#1093)
  612. * System tray: Avoid quick flickering up of the ok-icon for the sync prepare state
  613. * Progress: Do not show progress if nothing is transmitted
  614. * Progress: Show number of deletes.
  615. version 1.4.1 (release 2013-09-24 ), csync 0.90.1 required
  616. * Translation and documentation fixes.
  617. * Fixed error display in settings/status dialog, displays multi
  618. line error messages now correctly.
  619. * Wait up to 30 secs before complaining about missing systray
  620. Fixes bug #949
  621. * Fixed utf8 issues with basic auth authentication, fixes bug #941
  622. * Fixed remote folder selector, avoid recursive syncing, fixes bug #962
  623. * Handle and display network problems at startup correctly.
  624. * Enable and disable the folder watcher during syncs correctly.
  625. * Fix setting of thread priority.
  626. * Fixed file size display.
  627. * Fixed various folder wizard issues, bug #992
  628. * Made "Sync started" message optional, fixes bug #934
  629. * Fixed shutdown, avoid crashed config on win32, fixes bug #945
  630. * Pop up config wizard if no server url is configured, fixes bug #1018
  631. * Settings: calculate sidebar width dynamically, fixes bug #1020
  632. * Fixed a crash if sync folders were removed, fixes bug #713
  633. * Do proper resync after network disconnect, fixes bug #1007
  634. * Various minor code fixes
  635. version 1.4.0 (release 2013-09-04 ), csync 0.90.0 required
  636. * New Scheduler: Only sync when there are actual changes in the server
  637. * Add a Settings Dialog, move Proxy Settings there
  638. * Transform folder Status Dialog into Account Settings, provide feedback via context menu
  639. * Add Bandwidth Control
  640. * Add a visual storage/quota indicator (context menu and account settings)
  641. * Add progress indication (context menu and account settings)
  642. * Introduce a sync history, persisting results across syncs
  643. * Move ability to switch to mono icons from a switch to a Settings option
  644. * Add "Launch on System Startup" GUI option
  645. * Add "Show Desktop Nofications"GUI option (enabled by default)
  646. top optionally disable sync notifications
  647. * Add Help item, pointing to online reference
  648. * Implement graphical selection of remote folders in FolderWizard
  649. * Allow custom ignore patterns
  650. * Add an editor for ingore patterns
  651. * ALlow to flag certain ignore patterns as discardable
  652. * Ensure to ship with all valid translations
  653. * Progress Dialog now preserves the last syncned items across sync runs
  654. * Split Setup Wizard into multiple pages again
  655. * Implement "--logfile -" to log to stdout
  656. * Add preliminary support for Shibboleth authentication
  657. * Linux: Provide more icon sizes
  658. * Linux: Do not trigger notifier on ignored files
  659. * Windows: Reduce priority of CSync thread
  660. * Documentation: Prem. updates to reflect UI changes
  661. * Significant code refactorings
  662. * Require Qt 4.7
  663. * Known issue: Under certain conditions, a file will only get uploaded after up to five minutes
  664. version 1.3.0 (release 2013-06-25 ), csync 0.80.0 required
  665. * Default proxy port to 8080
  666. * Don't lose proxy settings when changing passwords
  667. * Support SOCKS5 proxy (useful in combination with ssh *D)
  668. * Propagate proxy changes to csync at runtime
  669. * Improve proxy wizard
  670. * Display proxy errors
  671. * Solved problems with lock files
  672. * Warn if for some reason all files are scheduled for removal on either side
  673. * Avoid infinite loop if authentication fails in certain cases
  674. * Fix reading the password from the config in certain cases
  675. * Do not crash when configured sync target disappears
  676. * Make --help work on windows
  677. * Make sync feedback less ambiguous.
  678. * Fix icon tray tooltip sometimes showing repeated content
  679. * More use of native directory separators on Windows
  680. * Remove journal when reusing a directory that used to have a journal before
  681. * Visual clean up of status dialog items
  682. * Wizard: When changing the URL or user name, allow the user to push his data
  683. to the new location or wipe the folder and start from scratch
  684. * Wizard: Make setting a custom folder as a sync target work again
  685. * Fix application icon
  686. * User-Agent now contains "Mozilla/5.0" and the Platform name (for firewall/proxy compat)
  687. * Server side directory moves will be detected
  688. * New setup wizard, defaulting to root syncing (only for new setups)
  689. * Improved thread stop/termination
  690. version 1.2.5 (release 2013-04-23 ), csync 0.70.7 required
  691. * [Fixes] NSIS installer fixes
  692. * [Fixes] Fix crash race by making certificateChain() thread safe
  693. * [Fixes] Build with older CMake versions (CentOS/RHEL 6)
  694. * [Fixes] Wording in GUI
  695. * [Fixes] Silently ignore "installed = true" status.php
  696. * Set log verbosity before calling csync_init.
  697. * GUI feedback for the statistics copy action
  698. * Safer approach for detecting duplicate sync runs
  699. version 1.2.4 (release 2013-04-11 ), csync 0.70.6 required
  700. * [Fixes] Clarify string in folder wizard
  701. * [Fixes] Fixed some valgrind warnings
  702. * [Fixes] Ensure that only one sync thread can ever run
  703. * [Fixes] Fix default config storage path
  704. * [Fixes] Skip folders with no absolute path
  705. * [Fixes] Allow setting the configuration directory on command line
  706. version 1.2.3 (release 2013-04-02 ), csync 0.70.5 required
  707. * [Fixes] Unbreak self-signed certificate handling
  708. version 1.2.2 (release 2013-04-02 ), csync 0.70.5 required
  709. * [Fixes] Do not crash when local file tree contains symlinks
  710. * [Fixes] Correctly handle locked files on Windows
  711. * [Fixes] Display errors in all members of the SSL chain
  712. * [Fixes] Enable Accessibility features on Windows
  713. * [Fixes] Make setupFavLink work properly on Mac OS
  714. * [Fixes] Ignore temporary files created by MS Office
  715. * [Gui] Support Nautilus in setupFavLink
  716. version 1.2.1 (release 2013-02-26 ), csync 0.70.4 required
  717. * [Fixes] Leave configured folders on configuration changes.
  718. * [Fixes] Do not allow to finish the setup dialog if connection can't be established.
  719. * [Fixes] Better handling of credentials in setup dialog.
  720. * [Fixes] Do not leak fd's to /dev/null when using gnutls
  721. * [Fixes] Stop sync scheduling when configuration wizard starts.
  722. * [Fixes] Clear pending network requests when stepping back in config wizard.
  723. * [Fixes] User password dialog asynchronous issues.
  724. * [Fixes] Make folderman starting and stoping the scheduling.
  725. * [Fixes] Various minor fixes and cleanups.
  726. * [Fixes] Crash on pausing sync
  727. * [Fixes] Stale lock file after pausing sync
  728. * [App] Load translations from app dir or bundle as well.
  729. * [Platform] Build fixes and simplifications, ie. build only one lib.
  730. * [Platform] Added some getter/setters for configuration values.
  731. * [Platform] Added man pages.
  732. * [Platform] Simplified/fixed credential store usage and custom configs.
  733. * [Platform] Added soname version to libowncloudsync.
  734. * [Platform] Pull in Qt translations
  735. * [Gui] Make sync result popups less annoyingq
  736. * [Gui] Fix for result popup
  737. version 1.2.0 (release 2013-01-24 ), csync 0.70.2 required
  738. * [GUI] New status dialog to show a detailed list of synced files.
  739. * [GUI] New tray notifications about synced files.
  740. * [GUI] New platform specific icon set.
  741. * [App] Using cross platform QtKeychain library to store credentials crypted.
  742. * [App] Use cross platform notification for changes in the local file system rather than regular poll.
  743. * [Fixes] Improved SSL Certificate handling and SSL fixes troughout syncing.
  744. * [Fixes] Fixed proxy authentication.
  745. * [Fixes] Allow brackets in folder name alias.
  746. * [Fixes] Lots of other minor fixes.
  747. * [Platform] cmake fixes.
  748. * [Platform] Improved, more detailed error reporting.
  749. version 1.1.4 (release 2012-12-19 ), csync 0.60.4 required
  750. * No changes to mirall, only csync fixes.
  751. version 1.1.3 (release 2012-11-30 ), csync 0.60.3 required
  752. * No changes to mirall, only csync fixes.
  753. version 1.1.2 (release 2012-11-26 ), csync 0.60.2 required
  754. * [Fixes] Allow to properly cancel the password dialog.
  755. * [Fixes] Share folder name correctly percent encoded with old Qt
  756. 4.6 builds ie. Debian.
  757. * [Fixes] If local sync dir is not existing, create it.
  758. * [Fixes] lots of other minor fixes.
  759. * [GUI] Display error messages in status dialog.
  760. * [GUI] GUI fixes for the connection wizard.
  761. * [GUI] Show username for connection in statusdialog.
  762. * [GUI] Show intro wizard on new connection setup.
  763. * [APP] Use CredentialStore to better support various credential
  764. backends.
  765. * [APP] Handle missing local folder more robust: Create it if
  766. missing instead of ignoring.
  767. * [APP] Simplify treewalk code.
  768. * [Platform] Fix Mac building
  769. version 1.1.1 (release 2012-10-18), csync 0.60.1 required
  770. * [GUI] Allow changing folder name in single folder mode
  771. * [GUI] Windows: Add license to installer
  772. * [GUI] owncloud --logwindow will bring up the log window
  773. in an already running instance
  774. * [Fixes] Make sure SSL errors are always handled
  775. * [Fixes] Allow special characters in folder alias
  776. * [Fixes] Proper workaround for Menu bug in Ubuntu
  777. * [Fixes] csync: Fix improper memory cleanup which could
  778. cause memory leaks and crashes
  779. * [Fixes] csync: Fix memory leak
  780. * [Fixes] csync: Allow single quote (') in file names
  781. * [Fixes] csync: Remove stray temporary files
  782. * [GUI] Reworked tray context menu.
  783. * [GUI] Users can now sync the server root folder.
  784. * [Fixes] Proxy support: now supports Proxy Auto-Configuration (PAC)
  785. on Windows, reliability fixes across all OSes.
  786. * [Fixes] Url entry field in setup assistant handles http/https correctly.
  787. * [Fixes] Button enable state in status dialog.
  788. * [Fixes] Crash fixed on ending the client, tray icon related.
  789. * [Fixes] Crash through wrong delete operator.
  790. * [MacOS] behave correctly on retina displays.
  791. * [MacOS] fix focus policy.
  792. * [MacOS] Packaging improvements.
  793. * [MacOS] Packaging improvements.
  794. * [Platform] Windows: Setup closes client prior to uninstall.
  795. * [Platform] Windows: ownCloud gets added to autorun by default.
  796. * [Platform] insert correct version info from cmake.
  797. * [Platform] csync conf file and database were moved to the users app data
  798. directory, away from the .csync dir.
  799. * Renamed exclude.lst to sync-exclude.lst and moved it to
  800. /etc/appName()/ for more clean packaging. From the user path,
  801. still exclude.lst is read if sync-exclude.lst is not existing.
  802. * Placed custom.ini with customization options to /etc/appName()
  803. version 1.0.5 (release 2012-08-14), csync 0.50.8 required
  804. * [Fixes] Fixed setup dialog: Really use https if checkbox is activated.
  805. version 1.0.4 (release 2012-08-10), csync 0.50.8 required
  806. * [APP] ownCloud is now a single instance app, can not start twice any more.
  807. * [APP] Proxy support
  808. * [APP] Handle HTTP redirection correctly, note new url.
  809. * [APP] More relaxed handling of read only directories in the sync paths.
  810. * [APP] Started to split off a library with sync functionality, eg for KDE
  811. * [APP] Make ownCloud Info class a singleton, more robust.
  812. * [GUI] New, simplified connection wizard.
  813. * [GUI] Added ability for customized theming.
  814. * [GUI] Improved icon size handling.
  815. * [GUI] Removed Log Window Button, log available through command line.
  816. * [GUI] Proxy configuration dialog added.
  817. * [GUI] Added Translations to languages Slovenian, Polish, Catalan,
  818. Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak,
  819. French, Russian, Japanese, Swedish, Portuguese (Portugal)
  820. all with translation rate >90%.
  821. * [Fixes] Loading of self signed certs into Networkmanager (#oc-843)
  822. * [Fixes] Win32: Handle SSL dll loading correctly.
  823. * [Fixes] Many other small fixes and improvements.
  824. version 1.0.3 (release 2012-06-19), csync 0.50.7 required
  825. * [GUI] Added a log window which catches the logging if required and
  826. allows to save for information.
  827. * [CMI] Added options --help, --logfile and --logflush
  828. * [APP] Allow to specify sync frequency in the config file.
  829. * [Fixes] Do not use csync database files from a sync before.
  830. * [Fixes] In Connection wizard, write the final config onyl if
  831. the user really accepted. Also remove the former database.
  832. * [Fixes] More user expected behaviour deletion of sync folder local
  833. and remote.
  834. * [Fixes] Allow special characters in the sync directory names
  835. * [Fixes] Win32: Fixed directory removal with special character dirs.
  836. * [Fixes] MacOS: Do not flood the system log any more
  837. * [Fixes] MacOS: Put app translations to correct places
  838. * [Fixes] Win32: Fix loading of csync state db.
  839. * [Fixes] Improved some english grammar.
  840. * [Platform] Added krazy2 static code checks.
  841. version 1.0.2 (release 2012-05-18), csync 0.50.6 required
  842. * [GUI] New icon set for ownCloud client
  843. * [GUI] No splashscreen any more (oC Bug #498)
  844. * [GUI] Russian translation added
  845. * [GUI] Added 'open ownCloud' to traymenu
  846. * [GUI] "Pause" and "Resume" instead of Enable/Disable
  847. * [Fixes] Long running syncs can be interrupted now.
  848. * [Fixes] Dialogs comes to front on click
  849. * [Fixes] Open local sync folder from tray and status for win32
  850. * [Fixes] Load exclude.lst correctly on MacOSX
  851. + csync fixes.
  852. version 1.0.1 (release 2012-04-18), csync 0.50.5 required
  853. * [Security] Support SSL Connections
  854. * [Security] SSL Warning dialog
  855. * [Security] Do not store password in clear text anymore
  856. * [Security] Restrict credentials to the configured host
  857. * [Security] Added ability to forbid local password storage.
  858. * [Fixes] Various fixes of the startup behaviour.
  859. * [Fixes] Various fixes in sync status display
  860. * [GUI] Various error messages for user display improved.
  861. * [GUI] fixed terms and Translations
  862. * [GUI] fixed translation loading
  863. * [Intern] Migrate old credentials to new format
  864. * [Intern] Some code refactorings, got rid of rotten QWebDav lib
  865. * [Intern] lots of cmake cleanups
  866. * [Intern] Backport to Qt Version 4.6 for compat. with older distros.
  867. * [Platform] MacOSX porting efforts
  868. * [Platform] MacOSX Bundle creation added
  869. * [Platform] Enabled ranslations on Windows.