[Pkg-owncloud-commits] [owncloud-client] annotated tag upstream/1.6.0_rc2+dfsg created (now f471c83)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat May 17 20:01:36 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_rc2+dfsg
in repository owncloud-client.
at f471c83 (tag)
tagging f08937a96e95c77440f571910870a39d5f05ad5b (commit)
replaces upstream/1.6.0_beta2+dfsg
tagged by Sandro Knauß
on Sat May 17 21:36:15 2014 +0200
- Log -----------------------------------------------------------------
Upstream version 1.6.0~rc2+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJTd7ovAAoJEOOtsAhQYFY2UI8P/2UOBSoN0JuDyulCod7hRxKn
vqkYha/paLQmidfuMj0hEhHLelOHBGuNRjNBtS2QoihS7iOxlO2LFfcE6v+opjLd
VdgLfBkl2X6KInwzuK3Fo+78P+I7/Pn3jIYGb5j+O+wr1ZU1ez/j7Z5Yfs118VSn
8XhAS+fo4FA9F9Lb5CjruN1m663mAVYSfTVcfPszYalN8DEK5pkei68vWeZvTUep
ZNLz2HHANvoCqnggE1DvFK27cEfh7JLnxFlcZjwDz6YBEwXiFxEAHmlULwhEt38H
vWmr5cKd+Tpp/FWMqd7eByPTDxZAP9MXlWNOn+lTERQau9/1fBgvUQimrda7bsf3
bcmI+vVojN8RdtLpqON0VzQfnLvEOmTW0NkyRq44njpH9X932q7t9b6qrTJxlunK
Z83KC4ExwFLoFDirZhf8zvZaoHzi++B8VAJiB/Zg8E1bZbeCdxyugKD1+Tkn6TI3
TfytToz/PuOueKOucmNvGvx9wYqRYib+fFDwmXw3RHf60s2XI0K5WLpBD4ltX+PR
OuuESGCnh+k7CyXFtmBiJn3zgIDH/34ZYLVckIe/W3d+lNNhNGEkbntbTm1skvpE
+6LiCn1R6WeAeGHUXsjdQ+OXNXm8J13NnlVie8E3kebwTHnDHIcrSHwcYt4vbuP1
AqOVAEiVzy3lZnfXf0m0
=tq1H
-----END PGP SIGNATURE-----
Daniel Molkentin (11):
CookieJar refactoring required to overcome issues in Shibboleth support
Merge pull request #1765 from owncloud/shibcookies
Add missing header to fix Qt5 compilation
Merge pull request #1726 from owncloud/debian_bsd
Fix memleak
Fix wizard flow with shibboleth
Fix crash: if the credentials cannot be cast, don't deref, assume change
Decrease debug noise
Folder: Correctly reflect paused state after restart
1.6.0rc1
1.6.0rc2
Jenkins for ownCloud (14):
[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
[tx-robot] updated from transifex
Klaas Freitag (15):
Removed unused Q_OBJECT
Add a header file for owncloudcmd.cpp to avoid (auto)moc problems.
Auto generate the Export header.
Super useful source comment.
Maintain the original inode value for renamed files.
Merge pull request #1747 from owncloud/doc_optional
Remove misleading error message of "unknown error" for custom errnos.
Merge pull request #1179 from tomswartz07/master
Removed block parameter from terminateSync.
Do not dispatch invalid progress information to avoid "unknown" messages
Fix testcase.
Commented verbose logging.
Better debugability.
Enable core dumping if the env variable OWNCLOUD_CORE_DUMP is defined
Documented core dump catching
Markus Goetz (2):
Propagator: Dont show silly string for non-error
Set network timeout to 300 sec
Olivier Goffart (18):
Initialize the size properly on windows
Don't include the directory size in the overall progress
Add one byte per files in the computation of the progress bar
Add a timeout when using the QNAM propagation
delete dead code
Have only one place where we read the timeout
Fix reporting the right error in a GET
Fix not blacklisting error 5xx
only increment the progressbar for files when the file has been fully transfered
Silent warning:
Revert "Do not dereference the _engine member variable without check."
Fix crash when _engine is not available
Use a different key than "user" to store the shib user
We need to call csync_commit in every error cases
fix warning
Re-sync immediatly after "Keep files" when all files were removed
Revert "Re-sync immediatly after "Keep files" when all files were removed"
Another way to force a sync when choosing 'Keep files'
Sandro Knauß (1):
Imported Upstream version 1.6.0~rc2+dfsg
Tom Swartz (2):
Add exclusion for OSX ._<filename> files
Merge pull request #1 from owncloud/master
hefee (3):
install doc targets in any case.
RemoveADir test should realy test, if it is notified
make Debian GNU/kFreeBSD compile
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 32e205f Add exclusion for OSX ._<filename> files
new 738f026 Merge pull request #1 from owncloud/master
new 925c648 Propagator: Dont show silly string for non-error
new 752112d Initialize the size properly on windows
new 77c7439 Don't include the directory size in the overall progress
new ce50cde Add one byte per files in the computation of the progress bar
new df8b5b1 Removed unused Q_OBJECT
new a8c1ffc Add a header file for owncloudcmd.cpp to avoid (auto)moc problems.
new 7f7154e Auto generate the Export header.
new 88cb047 Add a timeout when using the QNAM propagation
new 6e48eb9 [tx-robot] updated from transifex
new f8525fa [tx-robot] updated from transifex
new 3d8d4fe delete dead code
new 988c162 Have only one place where we read the timeout
new 6c44f53 Set network timeout to 300 sec
new 2e76fe8 Fix reporting the right error in a GET
new 1631cfd Fix not blacklisting error 5xx
new 2b4e14c [tx-robot] updated from transifex
new 2ce6560 [tx-robot] updated from transifex
new f97fbe8 [tx-robot] updated from transifex
new 370dd99 Super useful source comment.
new a50c39c Maintain the original inode value for renamed files.
new 4c77a04 [tx-robot] updated from transifex
new f034bcb only increment the progressbar for files when the file has been fully transfered
new d7a226e Silent warning:
new ce09e11 Revert "Do not dereference the _engine member variable without check."
new 091e9bb Fix crash when _engine is not available
new d5ba288 [tx-robot] updated from transifex
new 71c1137 install doc targets in any case.
new 321058e [tx-robot] updated from transifex
new 95747fb [tx-robot] updated from transifex
new 8226507 RemoveADir test should realy test, if it is notified
new af066cc [tx-robot] updated from transifex
new f86dd1c Merge pull request #1747 from owncloud/doc_optional
new a9ffd1d [tx-robot] updated from transifex
new 3705a42 Remove misleading error message of "unknown error" for custom errnos.
new 574e030 Use a different key than "user" to store the shib user
new e62eb62 Merge pull request #1179 from tomswartz07/master
new 07f57b1 make Debian GNU/kFreeBSD compile
new cf145fe [tx-robot] updated from transifex
new ba959f7 CookieJar refactoring required to overcome issues in Shibboleth support
new 16ffd7f Merge pull request #1765 from owncloud/shibcookies
new cdd8c81 Add missing header to fix Qt5 compilation
new 64f4d1b Removed block parameter from terminateSync.
new 5493c22 Do not dispatch invalid progress information to avoid "unknown" messages
new 5ed4710 Merge pull request #1726 from owncloud/debian_bsd
new 87386ce Fix testcase.
new 17a2e22 Fix memleak
new 7a28b44 [tx-robot] updated from transifex
new de970eb Fix wizard flow with shibboleth
new d96139f Commented verbose logging.
new ef44a59 Better debugability.
new f89bfce Enable core dumping if the env variable OWNCLOUD_CORE_DUMP is defined
new 943f9f6 Documented core dump catching
new 9f6e9f8 Fix crash: if the credentials cannot be cast, don't deref, assume change
new 90ee274 We need to call csync_commit in every error cases
new bb929db fix warning
new 8b469d3 Re-sync immediatly after "Keep files" when all files were removed
new 4bcaebb Decrease debug noise
new 81c7680 Folder: Correctly reflect paused state after restart
new adfb163 1.6.0rc1
new f40a054 Revert "Re-sync immediatly after "Keep files" when all files were removed"
new e1f8eb5 Another way to force a sync when choosing 'Keep files'
new f838f28 [tx-robot] updated from transifex
new 5aa6f81 1.6.0rc2
new f08937a Imported Upstream version 1.6.0~rc2+dfsg
The 66 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