[Pkg-owncloud-commits] [owncloud-client] annotated tag upstream/1.6.0+dfsg created (now 398beba)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat May 31 11:31:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a change to annotated tag upstream/1.6.0+dfsg
in repository owncloud-client.
at 398beba (tag)
tagging 1b83fb0c1e98f54996cfd6a684b60285f35565f1 (commit)
replaces upstream/1.6.0_rc2+dfsg
tagged by Sandro Knauß
on Sat May 31 12:21:57 2014 +0200
- Log -----------------------------------------------------------------
Upstream version 1.6.0+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJTia1FAAoJEOOtsAhQYFY2LiIP/j0Z43GLpwsiwJWphtkjgM8C
jG7mxZjOoVq1VmnPAej11fqt0tvSKBWAWqgfcbrc6DbPCWXEF2dn1BhAc8ylFtVS
JmYhyVxkhgXyyf/xppgVw+jqZjRSn7c+k07gHN9ynT70JjbcU4KHkMef3rJDQC74
Et2m0Rar/bdm9WPp9AqQi2FBXWiy2egbI5vhH2OrbmPcq+V/sZOBq0IzRVpzTXxD
VftsaTqrIbKOpTWTrdpqPVC68AtAxd0jJXFxek/swSur5/W4ChtL62TNmyInINJ2
06g6/aIgwZW6rmGBpKjapb1yd02rgoTkFsU02eRw+51l47aJT1r4TLq32FsKwrY6
VGY4D8LAEOYxkg1K5FAuCmMVqgJUhSvxS3SGrd1XHVNK6JjN6VteXQ1mwefXcW76
WQaxEkgWo8p1/oh+Ozr0+0bw+fdcmYPb5mKYkMeOMeb+8wa29bgJifE5hAtwk3fQ
DChFz2e/kPF/Ayy5JpecSGQuTBbjuKOCPdyJStVJhfUnJK3L5tAX6ORvcdtQCYCQ
Cx/6ANr3IYL/nchL2aTzl7G8RLJvtmRlYtXftVVZjTF5Swj4wLZgeAVf7g+PWmE0
PedHMrG9e8i1aDjf6IJmZPNqctGM2sNDaufF2bdTM59dXpV3CWDFtonNUlrki5T8
HLbEiOjAKyRrivTzT+r4
=QNE5
-----END PGP SIGNATURE-----
Daniel Molkentin (22):
autostart unix impl: use mkpath instead of mkdir
AccountSettings: Handle button states more correctly
Update QtSingleApplication and QtLockedFile
Set an "active" role for the menubar icon on Mac
Fix connection following the update of the QtSingleApplication classes
Revert "Set an "active" role for the menubar icon on Mac"
Remove useless check. QFile::exists() is CI on CI filesystems
Fix/cleanup PropagateLocalMkDir::start()
Fix on-top/below-others window problem
Merge pull request #1805 from wakeup/master
Fix Pref window for good
Make sure the settings window is brought up when minimized
Shib: Wizard: Return to IdP selection when returning to creds page
Export CookieJar
Find export macro
ShibCredentials: Ensure that _stillValid is not reset while the browser window is open
CookieJar: Reduce debug noise
Shib: Show a notification whenever the shib session times out
Allow to set a smaller timeout value in the config file
Update ChangeLog
Do not trim serial numbers
1.6.0 final
Jenkins for ownCloud (13):
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
Klaas Freitag (18):
Detect directory case sensitivity clash on windows
Show the sync icon in case the status is not yet defined.
Clear the authentication callbacks set before.
remove auth callback setting in the csync module.
Remove useless global varialbe for auth callback.
More progress on the CI problem detection.
Add a utility function fsCasePreserving.
Read the blacklist entries case insensitive in case the file
Added method localFileNameClash
Check for case clash on downloads.
Use the moved implementation of the name clash detection method.
Check for local file name clash before local renaming.
Check for case preserving file system in localCaseClash
Add check for case clash for legacy propagator download.
Case clash check for local remove plus native separators.
No need to check for case preserving filesystem here.
Emit the sync finished signal a bit delayed.
Pushed version suffix to rc3
Markus Goetz (3):
Revert "remove auth callback setting in the csync module."
Propagator: Implement localFileNameClash for OS X
OS X: Fix localFileNameClash
Olivier Goffart (18):
Always wait on the thread before emiting finished
Fix crash when the account config is gone and there are still folder
leak fix
Fix crash when aborting
do not blacklist fatal error
Fix crash at exit when there is a log after the Logger has been destroyed
Make FolderMan a member of the application
Properly report errors when renaming a file
ammend previous change
Only set should_update_etag for directories in the update case
Do not runs the check connection timer when there is no configured account
Fix the sib window re-appearing.
Clear all cookies when loging out
Only remove session cookies
remove broken connection
Fix another crash at exit
remove the _syncMutex and replace it by a simple bool
Make sure that OwncloudPropgator::finished is only emit once
Sandro Knauß (1):
Imported Upstream version 1.6.0+dfsg
Volkan Gezer (2):
fix spacing
fix typo
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 43fe7b0 Detect directory case sensitivity clash on windows
new 9b53cc6 [tx-robot] updated from transifex
new 3746a2e [tx-robot] updated from transifex
new ed3d9a7 [tx-robot] updated from transifex
new 86117ae autostart unix impl: use mkpath instead of mkdir
new 7ade4bb AccountSettings: Handle button states more correctly
new 7087dbc [tx-robot] updated from transifex
new bdba56f Always wait on the thread before emiting finished
new d0b9b00 Show the sync icon in case the status is not yet defined.
new 069eaf9 Clear the authentication callbacks set before.
new 8738128 remove auth callback setting in the csync module.
new 3db3c7b Update QtSingleApplication and QtLockedFile
new 97362cf Set an "active" role for the menubar icon on Mac
new 4edbeec Fix connection following the update of the QtSingleApplication classes
new 5b298ab Revert "Set an "active" role for the menubar icon on Mac"
new 667c835 Revert "remove auth callback setting in the csync module."
new 1b67f25 [tx-robot] updated from transifex
new ed19107 Remove useless check. QFile::exists() is CI on CI filesystems
new b995cd3 Fix/cleanup PropagateLocalMkDir::start()
new 1303379 Remove useless global varialbe for auth callback.
new 7e8b403 More progress on the CI problem detection.
new 18677db Fix on-top/below-others window problem
new ef0a3c2 Add a utility function fsCasePreserving.
new ea9f302 Read the blacklist entries case insensitive in case the file system is only case preserving.
new 5735996 Added method localFileNameClash
new bbdf7bf Check for case clash on downloads.
new 1b2875c Use the moved implementation of the name clash detection method.
new 0f20a4f [tx-robot] updated from transifex
new 5b03074 fix spacing
new 9abffdb fix typo
new 1152764 Merge pull request #1805 from wakeup/master
new d2b6c62 [tx-robot] updated from transifex
new 072af16 [tx-robot] updated from transifex
new c9d3f7a [tx-robot] updated from transifex
new 3f724e1 Fix Pref window for good
new f9263da Fix crash when the account config is gone and there are still folder
new 7a209ba leak fix
new 99cead6 Fix crash when aborting
new 5220786 do not blacklist fatal error
new a60902b Make sure the settings window is brought up when minimized
new 50ce0f9 Fix crash at exit when there is a log after the Logger has been destroyed
new 8a671c4 Make FolderMan a member of the application
new e75c523 Properly report errors when renaming a file
new 81f4109 ammend previous change
new 0582abe Shib: Wizard: Return to IdP selection when returning to creds page
new 3228fde Only set should_update_etag for directories in the update case
new 0a7dbeb Export CookieJar
new 6d8afab Find export macro
new 964c3ac Check for local file name clash before local renaming.
new c1b9d5c Propagator: Implement localFileNameClash for OS X
new 181383e Check for case preserving file system in localCaseClash
new f1b2417 Add check for case clash for legacy propagator download.
new 6017eb7 Case clash check for local remove plus native separators.
new 449c00f No need to check for case preserving filesystem here.
new 9a1f8cc [tx-robot] updated from transifex
new 5813f63 Do not runs the check connection timer when there is no configured account
new e275ad3 Emit the sync finished signal a bit delayed.
new 5a069d2 Pushed version suffix to rc3
new 93f4530 [tx-robot] updated from transifex
new 4fd368c ShibCredentials: Ensure that _stillValid is not reset while the browser window is open
new f591ac6 CookieJar: Reduce debug noise
new ce9bfd3 Fix the sib window re-appearing.
new dd1152d Clear all cookies when loging out
new ebe1f98 Only remove session cookies
new 86a48b5 Shib: Show a notification whenever the shib session times out
new 3d2a2df Allow to set a smaller timeout value in the config file
new 40715cb Update ChangeLog
new 571c199 remove broken connection
new 1dd7f73 Fix another crash at exit
new 0c1ab53 Do not trim serial numbers
new 77ddedc [tx-robot] updated from transifex
new 864f2cd remove the _syncMutex and replace it by a simple bool
new 0151682 Make sure that OwncloudPropgator::finished is only emit once
new 938dce7 [tx-robot] updated from transifex
new 064dcdb 1.6.0 final
new 022a3fc OS X: Fix localFileNameClash
new 1b83fb0 Imported Upstream version 1.6.0+dfsg
The 77 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list