ChangeLog 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. ChangeLog
  2. =========
  3. version 1.1.2 (release 2012-11- ), csync 0.60.2 required
  4. * [Fixes] Allow to cancel the password dialog
  5. * [APP] Use CredentialStore to better support various credential
  6. backends.
  7. version 1.1.1 (release 2012-10-18), csync 0.60.1 required
  8. * [GUI] Allow changing folder name in single folder mode
  9. * [GUI] Windows: Add license to installer
  10. * [GUI] owncloud --logwindow will bring up the log window
  11. in an already running instance
  12. * [Fixes] Make sure SSL errors are always handled
  13. * [Fixes] Allow special characters in folder alias
  14. * [Fixes] Proper workaround for Menu bug in Ubuntu
  15. * [Fixes] csync: Fix improper memory cleanup which could
  16. cause memory leaks and crashes
  17. * [Fixes] csync: Fix memory leak
  18. * [Fixes] csync: Allow single quote (') in file names
  19. * [Fixes] csync: Remove stray temporary files
  20. version 1.1.0 (release 2012-10-10), csync 0.60.0 required
  21. * [GUI] Added an about dialog
  22. * [GUI] Improved themeing capabilities of the client.
  23. * [GUI] Minor fixes in folder assistant.
  24. * [GUI] Reworked tray context menu.
  25. * [GUI] Users can now sync the server root folder.
  26. * [Fixes] Proxy support: now supports Proxy Auto-Configuration (PAC)
  27. on Windows, reliability fixes across all OSes.
  28. * [Fixes] Url entry field in setup assistant handles http/https correctly.
  29. * [Fixes] Button enable state in status dialog.
  30. * [Fixes] Crash fixed on ending the client, tray icon related.
  31. * [Fixes] Crash through wrong delete operator.
  32. * [MacOS] behave correctly on retina displays.
  33. * [MacOS] fix focus policy.
  34. * [MacOS] Packaging improvements.
  35. * [MacOS] Packaging improvements.
  36. * [Platform] Windows: Setup closes client prior to uninstall.
  37. * [Platform] Windows: ownCloud gets added to autorun by default.
  38. * [Platform] insert correct version info from cmake.
  39. * [Platform] csync conf file and database were moved to the users app data
  40. directory, away from the .csync dir.
  41. * Renamed exclude.lst to sync-exclude.lst and moved it to
  42. /etc/appName()/ for more clean packaging. From the user path,
  43. still exclude.lst is read if sync-exclude.lst is not existing.
  44. * Placed custom.ini with customization options to /etc/appName()
  45. version 1.0.5 (release 2012-08-14), csync 0.50.8 required
  46. * [Fixes] Fixed setup dialog: Really use https if checkbox is activated.
  47. version 1.0.4 (release 2012-08-10), csync 0.50.8 required
  48. * [APP] ownCloud is now a single instance app, can not start twice any more.
  49. * [APP] Proxy support
  50. * [APP] Handle HTTP redirection correctly, note new url.
  51. * [APP] More relaxed handling of read only directories in the sync paths.
  52. * [APP] Started to split off a library with sync functionality, eg for KDE
  53. * [APP] Make ownCloud Info class a singleton, more robust.
  54. * [GUI] New, simplified connection wizard.
  55. * [GUI] Added ability for customized theming.
  56. * [GUI] Improved icon size handling.
  57. * [GUI] Removed Log Window Button, log available through command line.
  58. * [GUI] Proxy configuration dialog added.
  59. * [GUI] Added Translations to languages Slovenian, Polish, Catalan,
  60. Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak,
  61. French, Russian, Japanese, Swedish, Portuguese (Portugal)
  62. all with translation rate >90%.
  63. * [Fixes] Loading of self signed certs into Networkmanager (#oc-843)
  64. * [Fixes] Win32: Handle SSL dll loading correctly.
  65. * [Fixes] Many other small fixes and improvements.
  66. version 1.0.3 (release 2012-06-19), csync 0.50.7 required
  67. * [GUI] Added a log window which catches the logging if required and
  68. allows to save for information.
  69. * [CMI] Added options --help, --logfile and --logflush
  70. * [APP] Allow to specify sync frequency in the config file.
  71. * [Fixes] Do not use csync database files from a sync before.
  72. * [Fixes] In Connection wizard, write the final config onyl if
  73. the user really accepted. Also remove the former database.
  74. * [Fixes] More user expected behaviour deletion of sync folder local
  75. and remote.
  76. * [Fixes] Allow special characters in the sync directory names
  77. * [Fixes] Win32: Fixed directory removal with special character dirs.
  78. * [Fixes] MacOS: Do not flood the system log any more
  79. * [Fixes] MacOS: Put app translations to correct places
  80. * [Fixes] Win32: Fix loading of csync state db.
  81. * [Fixes] Improved some english grammar.
  82. * [Platform] Added krazy2 static code checks.
  83. version 1.0.2 (release 2012-05-18), csync 0.50.6 required
  84. * [GUI] New icon set for ownCloud client
  85. * [GUI] No splashscreen any more (oC Bug #498)
  86. * [GUI] Russian translation added
  87. * [GUI] Added 'open ownCloud' to traymenu
  88. * [GUI] "Pause" and "Resume" instead of Enable/Disable
  89. * [Fixes] Long running syncs can be interrupted now.
  90. * [Fixes] Dialogs comes to front on click
  91. * [Fixes] Open local sync folder from tray and status for win32
  92. * [Fixes] Load exclude.lst correctly on MacOSX
  93. + csync fixes.
  94. version 1.0.1 (release 2012-04-18), csync 0.50.5 required
  95. * [Security] Support SSL Connections
  96. * [Security] SSL Warning dialog
  97. * [Security] Do not store password in clear text anymore
  98. * [Security] Restrict credentials to the configured host
  99. * [Security] Added ability to forbid local password storage.
  100. * [Fixes] Various fixes of the startup behaviour.
  101. * [Fixes] Various fixes in sync status display
  102. * [GUI] Various error messages for user display improved.
  103. * [GUI] fixed terms and Translations
  104. * [GUI] fixed translation loading
  105. * [Intern] Migrate old credentials to new format
  106. * [Intern] Some code refactorings, got rid of rotten QWebDav lib
  107. * [Intern] lots of cmake cleanups
  108. * [Intern] Backport to Qt Version 4.6 for compat. with older distros.
  109. * [Platform] MacOSX porting efforts
  110. * [Platform] MacOSX Bundle creation added
  111. * [Platform] Enabled ranslations on Windows.