ChangeLog 5.9 KB

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