diff options
Diffstat (limited to 'network/dropbox/dropbox.SlackBuild')
-rw-r--r-- | network/dropbox/dropbox.SlackBuild | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/network/dropbox/dropbox.SlackBuild b/network/dropbox/dropbox.SlackBuild index 7a97786f43..1bfff66f29 100644 --- a/network/dropbox/dropbox.SlackBuild +++ b/network/dropbox/dropbox.SlackBuild @@ -23,6 +23,26 @@ # Public changelog: https://www.dropbox.com/release_notes # Changelog: +# 09/Jan/2015 * Updated to latest version 3.0.5 +# 08/Jan/2015 * Updated to latest version 3.0.5 +# Tray icons will only work with compositing off. +# 18/Dec/2014 * Updated to latest version 3.0.4 +# Still no working tray icons. +# Client RAM usage grew to more then 4GB after a week. +# Maybe 3.1.X will be better... +# 09/Dec/2014 * Updated to latest version 3.0.3 +# There is a working tray icon but QT5 issues makes the icon's +# background a hard black instead of transparent. I will wait +# for a fix. Also note that the previous bug is not 100% solved. +# https://bugreports.qt-project.org/browse/QTBUG-35832 +# 08/Dec/2014 * Updated to latest version 3.0.2 +# This is still rough, though everything seems to sync, there +# are no systray icons. The new interface is pure QT5 and this +# have introduced some new issues: +# https://bugreports.qt-project.org/browse/QTBUG-31762 +# Not sure this version will be added to SBo until its fixed. +# 16/Nov/2014 * Updated to latest version 2.10.52 +# 11/Nov/2014 * Updated to latest version 2.10.50 # 14/Oct/2014 * Updated to latest version 2.10.41 # 16/Sep/2014 * Updated to latest version 2.10.30 # 20/Aug/2014 * Updated to latest version 2.10.29 @@ -50,7 +70,7 @@ PRGNAM=dropbox PACKNAM=dropbox-lnx -VERSION=${VERSION:-2.10.41} +VERSION=${VERSION:-3.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |