[Pkg-owncloud-commits] [owncloud-client] annotated tag upstream/1.7.0_beta4+dfsg created (now f1c87dd)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a change to annotated tag upstream/1.7.0_beta4+dfsg
in repository owncloud-client.
at f1c87dd (tag)
tagging dd13ce31df301066f4497abdcc2761e19b030c0f (commit)
replaces upstream/1.7.0_beta3+dfsg
tagged by Sandro Knauß
on Fri Oct 24 22:21:28 2014 +0200
- Log -----------------------------------------------------------------
Upstream version 1.7.0~beta4+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCgAGBQJUSrTIAAoJEOOtsAhQYFY2O6kP/ingakP811l1XkrxJffOumHR
8uPjSRGTFekAdi21aX60AUCFeh7rVjFrxY/NlLZYwywrOkguKm6JWNOryBg27hEV
mRX2X+KJNL6v1MX7G8rIV+3fanmR0ca/qRpvC4t54ZjEU/ElG0o+e0i2+soY95fs
QdtzPlH1OBrlVUeTBipcwLqsOmBYz93kC2A3iuqi9gdbkUkuzzWKuWysUN6js/RD
TShrUhSj132jNx8KGWRMF+7Oj7w3WzWuvYI0NKlqD0dWJszALi08qk66T8AndUqs
kGctboKJXD4RuNwBLosgSgH2DW1bdsdXCFmVZ7IjwGRKWBLSTglTOG7k79F4zwvM
IyaFjmbJNOSUxXen/ySuzL8CQYrxFNshk2XkAKXJchiXpGtLQB96Z/xIuJulIPKt
wZBHB1CFiQcDApXXcISluLLWk2a5izplDrggMFTK0PfbQlcaMT7lUFatzNpfpVCC
1ZmBMtQvJV3MdlKd0Z2C2EcLwR+ZgwR/uE/o/QmNnPmYafGsZlZGqu1F3RUNYVmn
aRDwPLCxvPP74q07B4s0uNCcpFyKuejWUQ0uiMha0tofCYYnkU7iEC2fcBMVmT8L
6uEuxkra+C6YX+iXE1vrPOyYt3HCKvqx5tSa+WEuCL4Vxbb9byfvnMxIyCPzXXtF
WF+qf4a8lv8WB2zPCW1q
=5Z/j
-----END PGP SIGNATURE-----
Christian Kamm (9):
blacklist: Fix stale blacklist removal. #2247
fix incomplete rename
Sync scheduling: Don't always force-sync. #2268
GET: Retry if bad range header used. #2280
Download: Don't store message body if status != 2xx #2280
Sync scheduling: Improve logging. #2275
CheckServerJob: Require status code 200. #2290
fix compile
Sync scheduling: Never enqueue a folder while it is synced.
Daniel Molkentin (23):
Fix order in which credentials are getting fetched
Q_DECL_OVERRIDE for Qt4 only for GCC >= 4.7
Remove C++11ism that doesn't work with older GCCs
SSL error dialog: Remove debug noise
owncloudcmd: Implement --version, fix strings
Use local socket (named pipe) connection also on Windows
Fix small inefficiency in socketapi
owncloudcmd: Fix crash
owncloudcmd: don't prompt for password if it was provided
Merge pull request #2307 from owncloud/fix-version-jw
Correct lookup logic for Qt translations
Update binary/ sha
Second part of #1661
Discovery phase: Properly decode percent encoding
Discovery phase: Improve UI by quoting folder names
Updater: allow overriding update URL through environment
ReNautilus Shell Intgration: Remove debug output
Merge pull request #2319 from owncloud/sqlite_capi
NSIS: Fix copying of qtbase translations
Really use internal SQLite on Windows
Revert "Remove references to qsqlite3"
1.7.0 beta4
We need SqlDatabase and SqlQuery to be exported
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
Jürgen Weigert (1):
unreachable --version code made reachable.
Klaas Freitag (46):
csync statedb: Open the statedb in read only mode and with mutex set.
csync statedb: Issue a warning if sqlite is not compiled thread safe.
csync statedb: Set PRAGMA synchronous to NORMAL for read only db.
Two little typo fixes.
SyncJournal: Use the NOCASE Collate for blacklist query.
SyncJournal: Use precompiled statement in blacklist query.
Use climits for ULONG_MAX rather than modern C++ option
csync tests: conform to read only db.
Less offensive logging, only use error if there was one.
owncloudcmd: Fix url handling with csync, make owncloudcmd sync again.
owncloudcmd: Fix some slash screwup, to make the split succeed bug #2211
owncloudcmd: Add a custom ssl verification callback for neon.
credentials: Allow to trust ssl certs in subclasses of HTTPCredentials.
owncloudcmd: Handle trust ssl switch correctly by overwriting trustssl
Use sqlite C api.
JournalDb: Do not use static variable for path.
Nautilus overlay: minor cleanups
socketapi: if the filename is empty, it's actually /
SocketAPI: Cleanup, removed helper namespace, added as private methods.
SocketAPI: Cache database conections and statements
Sql: New implementation of ownSql class to go away from Qt's own Sql
Merge branch 'sqlite_capi' of github.com:owncloud/mirall into sqlite_capi
NewSQL: minor fixes to get stuff going
Test module for the new sql implementation.
Make the sync work with new sql implementation.
tx.pl: Fix sharing api url, some whitespace fixes.
ownsql: Added some paranthisis to make clear whats happening.
SyncEngine: Show a warning if post update script can not be exec.
ownsql: Cleanups: In modern C++, we use 0 instead of NULL
tx.pl: Adopt test t6.pl to the new way of handling precondition failed.
ownsql: Implement the transaction functions.
ownSql: Proper initialization of errId
ownSql: Proper initialization of result value plus assert on it.
ownSql: create an null value of an empty string in bindValue.
JournalDb: Some Sql statement fixes, make t7 work again.
tests: Added unicode read an write testcase for ownsql.
Beautified some debug logging strings.
csync_statedb: Finalize the precompiled statements after discovery.
Sql: Handle SQLITE_BUSY properly for sqlite3_step and sqlite3_prepare.
Remove unused variable, fixes compile warning.
SocketAPI: Properly release precompiled statements. Use sqlite3_close
SocketAPI: Use new class SqlQuery to cache the sql queries.
SocketApi: Instanziate Object to call QFileInfo::exists
Fix compile error and add warning.
SocketApi: Properly manage the database connections.
csync tests: Fix test after db changes.
Markus Goetz (29):
OS X Overlay Icons: Introduce a short term cache for rendered icons
Merge branch 'overlayicon_cache' into 1.7
macdeployqt: Fix missing symbol
OS X: Fix .app creation for non-system Qt
CSync: Remove dead code
OS X: Remove dead JSON code
OS X Overlay Icons: Fix static analyzer warnings
Logger: Log the thread pointer
SQlite: Print versions we use
SocketAPI: Use non-recursive (heuristic) computation of icons
SocketAPI: Remove old dbFileRecord function
SyncJournalDB: Clarify debug message
ownSql: Don't allow copying of SqlQuery
main: Show console message if already running
ownSql: Always use SQLITE_TRANSIENT
sqlite3: Bundle 3.8.6 for Mac and Windows
Remove references to qsqlite3
Revert "socketapi: if the filename is empty, it's actually /"
ownSql: Always use finish()
owncloudcmd: Always need exclude list
NetworkJobs: Higher timeout for pre-oC7
SyncEngine/SyncJournalDB: Fix creation of .csync_journal
SyncEngine: Refactor startSync() code
SyncEngine/SyncJournalDB: Don't keep transactions open
SyncEngine: Avoid transaction warning
ownSql: Still also use sqlite3 busy handler
CSync: Error out if DB error
SyncEngine: De-initialize recursive PROPFIND value correctly
Sqlite3: Switch to WAL
Olivier Goffart (20):
Selective sync: change the text of the label.
Selective Sync: ensure that the blacklist contains the last '/'
Selective sync: Remove the etag of parent folders in the db when adding or removing items in the selective sync blacklist
Selective sync: do not upload or rename file that would ends up in a not selected folder
Fix the build with clang and Qt4
csync_statedb: fix inverted logic in testing if the sqlite was compiled with threads
propagator: Do not show an error message saying it was done by user interaction if it was not
Add Folder wizard: Sort the folders when selecting the remote folder
Sync engine: Do not write to the database too early
Sync engine: Restart sync when we get a precondition failed error
SelectiveSync: rename blacklist to selectiveSyncBlackList in some places
Windows Shell Integration: Use the QLocalSocket on windo and do the request assynchroniously
Windows Shell Integration: try to wait for connection
Windows Shell Integration: fixeWindows Shell Integration: fixe
Windows shell integration: Do proper wait
Windows Shell Integration: Use the right parametter to SHChangeNotify
owncloudgui: Fix a small leak
Revert "propagator: Do not check for case clash when renaming"
Propagator: Fix renaming of files and case confflicts
Reconcile: Make sure not to loose new files added in a directory removed on the server
Sandro Knauß (1):
Imported Upstream version 1.7.0~beta4+dfsg
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new b6d97cf OS X Overlay Icons: Introduce a short term cache for rendered icons
new 1579c23 Fix order in which credentials are getting fetched
new 51109ea [tx-robot] updated from transifex
new 9bd7ffe blacklist: Fix stale blacklist removal. #2247
new 708655d fix incomplete rename
new 285cb78 Sync scheduling: Don't always force-sync. #2268
new 6fbd28d Merge branch 'overlayicon_cache' into 1.7
new 48d3c75 GET: Retry if bad range header used. #2280
new 705cd57 Download: Don't store message body if status != 2xx #2280
new 9d5d6af Q_DECL_OVERRIDE for Qt4 only for GCC >= 4.7
new 6c8eab7 Remove C++11ism that doesn't work with older GCCs
new 4f2fb4a [tx-robot] updated from transifex
new 886f9d8 Sync scheduling: Improve logging. #2275
new 11fe0c5 csync statedb: Open the statedb in read only mode and with mutex set.
new 27318dd csync statedb: Issue a warning if sqlite is not compiled thread safe.
new edf7cd2 csync statedb: Set PRAGMA synchronous to NORMAL for read only db.
new 425d0d7 Two little typo fixes.
new 04558be SyncJournal: Use the NOCASE Collate for blacklist query.
new d1c1a18 SyncJournal: Use precompiled statement in blacklist query.
new 32fea65 Use climits for ULONG_MAX rather than modern C++ option
new dfba8fb CheckServerJob: Require status code 200. #2290
new 32aaecd macdeployqt: Fix missing symbol
new 9756050 Selective sync: change the text of the label.
new 6de104a Selective Sync: ensure that the blacklist contains the last '/'
new 621a37b Selective sync: Remove the etag of parent folders in the db when adding or removing items in the selective sync blacklist
new 5314765 fix compile
new 3149cd0 Sync scheduling: Never enqueue a folder while it is synced.
new 4c83653 Selective sync: do not upload or rename file that would ends up in a not selected folder
new 7eb10a0 SSL error dialog: Remove debug noise
new f0fef4f OS X: Fix .app creation for non-system Qt
new 61967f6 csync tests: conform to read only db.
new b20752f Fix the build with clang and Qt4
new 8a93437 [tx-robot] updated from transifex
new 661fe5d csync_statedb: fix inverted logic in testing if the sqlite was compiled with threads
new 9bb89dc Less offensive logging, only use error if there was one.
new 75dbf12 CSync: Remove dead code
new b01839e OS X: Remove dead JSON code
new f8f5a7c OS X Overlay Icons: Fix static analyzer warnings
new d880f2f propagator: Do not show an error message saying it was done by user interaction if it was not
new c4f96c2 owncloudcmd: Implement --version, fix strings
new 3ebe3b1 Use local socket (named pipe) connection also on Windows
new 76f5266 Fix small inefficiency in socketapi
new 100d136 Add Folder wizard: Sort the folders when selecting the remote folder
new 2149092 owncloudcmd: Fix crash
new 77d2cba owncloudcmd: don't prompt for password if it was provided
new 631e679 [tx-robot] updated from transifex
new 8eaeba6 owncloudcmd: Fix url handling with csync, make owncloudcmd sync again.
new d491663 owncloudcmd: Fix some slash screwup, to make the split succeed bug #2211
new 9b178c5 Sync engine: Do not write to the database too early
new 282abdd Sync engine: Restart sync when we get a precondition failed error
new 2f5cea0 owncloudcmd: Add a custom ssl verification callback for neon.
new 7e898cf SelectiveSync: rename blacklist to selectiveSyncBlackList in some places
new ef48de3 Logger: Log the thread pointer
new bbcb8ba credentials: Allow to trust ssl certs in subclasses of HTTPCredentials.
new ab40ba2 owncloudcmd: Handle trust ssl switch correctly by overwriting trustssl
new b285e98 SQlite: Print versions we use
new 0cde7c8 [tx-robot] updated from transifex
new 07bcaae unreachable --version code made reachable. error message improved.
new 0a96aa3 Merge pull request #2307 from owncloud/fix-version-jw
new a452a05 [tx-robot] updated from transifex
new d08c2de Use sqlite C api.
new 46fd796 JournalDb: Do not use static variable for path.
new 8371e34 Nautilus overlay: minor cleanups
new 561e3c7 socketapi: if the filename is empty, it's actually /
new dd28a64 SocketAPI: Cleanup, removed helper namespace, added as private methods.
new f1ce0a1 SocketAPI: Use non-recursive (heuristic) computation of icons
new 4d30204 SocketAPI: Remove old dbFileRecord function
new eb60aca SyncJournalDB: Clarify debug message
new 26ffa07 SocketAPI: Cache database conections and statements
new 8231bc9 [tx-robot] updated from transifex
new 09b0ba3 Sql: New implementation of ownSql class to go away from Qt's own Sql
new e7d9ec5 Merge branch 'sqlite_capi' of github.com:owncloud/mirall into sqlite_capi
new 357c08c NewSQL: minor fixes to get stuff going
new 4b001a7 Windows Shell Integration: Use the QLocalSocket on windo and do the request assynchroniously
new 6b5fcf5 Test module for the new sql implementation.
new 0094c1e Make the sync work with new sql implementation.
new b4c86bc [tx-robot] updated from transifex
new 03ee742 Correct lookup logic for Qt translations
new 74ec90c tx.pl: Fix sharing api url, some whitespace fixes.
new eeb5ca4 ownsql: Added some paranthisis to make clear whats happening.
new e66ca26 Windows Shell Integration: try to wait for connection
new aa0f2c6 Windows Shell Integration: fixeWindows Shell Integration: fixe
new bb37e93 Windows shell integration: Do proper wait
new babe891 SyncEngine: Show a warning if post update script can not be exec.
new 336c95c ownsql: Cleanups: In modern C++, we use 0 instead of NULL
new 7804bf0 Windows Shell Integration: Use the right parametter to SHChangeNotify
new 10175c8 Update binary/ sha
new 2bba413 owncloudgui: Fix a small leak
new 6c92076 tx.pl: Adopt test t6.pl to the new way of handling precondition failed.
new 89c51e7 ownsql: Implement the transaction functions.
new 6096362 [tx-robot] updated from transifex
new ee8a93a ownSql: Proper initialization of errId
new 4527784 Second part of #1661
new 8c7953a ownSql: Proper initialization of result value plus assert on it.
new e51c299 ownSql: create an null value of an empty string in bindValue.
new 36eaff9 JournalDb: Some Sql statement fixes, make t7 work again.
new dbad1a8 ownSql: Don't allow copying of SqlQuery
new 707d688 main: Show console message if already running
new 2d420cd ownSql: Always use SQLITE_TRANSIENT
new 1d5b3aa sqlite3: Bundle 3.8.6 for Mac and Windows
new b1c10c8 Remove references to qsqlite3
new 2f740fe tests: Added unicode read an write testcase for ownsql.
new 681c436 [tx-robot] updated from transifex
new c66c012 Beautified some debug logging strings.
new d441791 Discovery phase: Properly decode percent encoding
new dee6d18 Discovery phase: Improve UI by quoting folder names
new 4525161 Updater: allow overriding update URL through environment
new b984958 ReNautilus Shell Intgration: Remove debug output
new 52a5729 Merge pull request #2319 from owncloud/sqlite_capi
new e5ef5f2 Revert "socketapi: if the filename is empty, it's actually /"
new 93c8571 ownSql: Always use finish()
new f1006ca owncloudcmd: Always need exclude list
new 0815618 Revert "propagator: Do not check for case clash when renaming"
new a5bd437 Propagator: Fix renaming of files and case confflicts
new 3021fb5 NSIS: Fix copying of qtbase translations
new 306b635 [tx-robot] updated from transifex
new 7822a6b csync_statedb: Finalize the precompiled statements after discovery.
new b5736fb Sql: Handle SQLITE_BUSY properly for sqlite3_step and sqlite3_prepare.
new 79e2c13 [tx-robot] updated from transifex
new 271cdac Really use internal SQLite on Windows
new 7c24db0 [tx-robot] updated from transifex
new 6048a71 Revert "Remove references to qsqlite3"
new ac48fba 1.7.0 beta4
new 2dfe0ed Remove unused variable, fixes compile warning.
new 3fcb0d2 SocketAPI: Properly release precompiled statements. Use sqlite3_close
new 704c5f2 NetworkJobs: Higher timeout for pre-oC7
new cb36a37 SyncEngine/SyncJournalDB: Fix creation of .csync_journal
new 8b35cda SyncEngine: Refactor startSync() code
new 7dbb98c SyncEngine/SyncJournalDB: Don't keep transactions open
new 53b3e5a SocketAPI: Use new class SqlQuery to cache the sql queries.
new 2f20f3c SocketApi: Instanziate Object to call QFileInfo::exists
new 04b62b1 Fix compile error and add warning.
new 2de22b4 SyncEngine: Avoid transaction warning
new f0dc372 ownSql: Still also use sqlite3 busy handler
new 26f068b SocketApi: Properly manage the database connections.
new d33b68c CSync: Error out if DB error
new d0ed82a We need SqlDatabase and SqlQuery to be exported
new 0fb779d SyncEngine: De-initialize recursive PROPFIND value correctly
new 5d048c1 Sqlite3: Switch to WAL
new d2be45b [tx-robot] updated from transifex
new 86d8079 Reconcile: Make sure not to loose new files added in a directory removed on the server
new 21c8e65 csync tests: Fix test after db changes.
new dd13ce3 Imported Upstream version 1.7.0~beta4+dfsg
The 143 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