[Pkg-owncloud-commits] [owncloud-client] annotated tag v1.6.0-beta2 created (now 187862d)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Apr 30 18:09:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a change to annotated tag v1.6.0-beta2
in repository owncloud-client.
at 187862d (tag)
tagging d62deabf9b41ba58da6b0e9ae5b6da62992253bd (commit)
replaces v1.6.0-beta1
tagged by Klaas Freitag
on Wed Apr 30 12:05:05 2014 +0200
- Log -----------------------------------------------------------------
Second beta of 1.6.0
Daniel Molkentin (9):
SSL Button: Fix issues around printing Hash sums
Fix dataLocation on Linux/BSD
AbstractNetworkJob Allow finished() to defer Job deletion
Try scheme://host/owncloud if scheme://host/ did not work
Fix redirects in CheckServerJob
Fix reconnect after server disconnect
Merge pull request #1697 from wakeup/master
Limit the mac workaround to the Mac OS X platform
Try to not have windows stay-on-top
Jenkins for ownCloud (16):
[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
[tx-robot] updated from transifex
[tx-robot] updated from transifex
Klaas Freitag (19):
HACK to avoid continuation: See task #1448
Ignore all sync log files in the sync dir.
Install ocsync library to private lib directory, use rpath to find it.
Add braces.
Add a reset method.
Add initialisations for member variables.
Fix condition if network limit change is logged or not.
Do not dereference the _engine member variable without check.
Add missing cases to avoid "unknown action" under some circumstances.
More debugable code.
More specific log output.
Update to latest GNUInstallDirs cmake module
Removed a test file as jenkins fails on it.
Removed another file for Jenkins.
Fix installation for MacOSX
Another fix for make install on MacOSX
Set release suffix to beta2
Added changelog beta1 -> beta2
Fix typo.
Markus Goetz (11):
Log: Don't override level for csync
WiP: Attempt to compile without UI
Propagator: Add makeConflictFileName function
Propagator: Add support for CSYNC_CONFLICT_FILE_USERNAME
Updater: Ignore files matching with CSYNC_CONFLICT_FILE_USERNAME
CMake: Find libraries also on Win host compile
Csync: Add hook for checking if a file is in use already
Csync: Plug code for csync_file_locked_or_open
Csync: Set error at correct place
Networkjobs: Remove stray include
Add set_csync_file_locked_or_open_ext
Mr. Jenkins (9):
[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
Olivier Goffart (28):
Add the files required by the tests.
Make sure the fileid are saved to the database when upgrading from owncloud5 to owncloud6
Fix memory leak: Don't need to call strdup here
Fix the background check job for the connection
Merge pull request #1700 from wakeup/master
Fix compilation on linux with BUILD_LIBRARIES_ONLY
In case of error, report the right error instead of missing etag
Fix compilation without the BUILD_ONLY_LIBRARIES mode
An abort on the reply is not usually a password error.
Update dynamically the error message in the account settings
Start the folder watcher when new folder are added
Also list folder for which the alias starts with '.'
Fix function signature: pass argument by const reference
Add a compile option to disable renaming when the extension changes
Add EXPORT macro to owncloudsync library
Missing EXPORT
Do not read from the database when upgrading from 1.5
t1.pl: change assertLocalAndRemoteDir so we actually test something
Add missing line break
Add a compile option to not blacklist error code 5xx
Merge remote-tracking branch 'origin/libowncloudsync_noqtgui'
Fix compiler warnings, and be less spammy in the log
Add export macro to all classes that need to be exported
fix forward declaration of CredentialsFactory::create
Add missing include
Support old server which do not have the x-oc-mtime support
The job restore job need to be run with QMetaObject::invoke
Fix updating mtime
Sandro Knauß (2):
Merge remote-tracking branch 'respect-XDG_CONFIG_HOME' into 1.5
merged 1.5 into master
Volkan Gezer (4):
Fix typo.
Fix note template label
Space fix
Fix non-closed p tag
hefee (2):
respect XDG_CONFIG_HOME for getting user config dir.
Using QFile::decodeName instead of QLatin1String
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 4e0496f respect XDG_CONFIG_HOME for getting user config dir.
new f72e1cc Log: Don't override level for csync
new 47274f1 Merge remote-tracking branch 'respect-XDG_CONFIG_HOME' into 1.5
new 08dd979 HACK to avoid continuation: See task #1448
new 3af53f5 [tx-robot] updated from transifex
new f302da8 [tx-robot] updated from transifex
new 87010fb SSL Button: Fix issues around printing Hash sums
new d3d202d Fix dataLocation on Linux/BSD
new 09e0539 Ignore all sync log files in the sync dir.
new d66b091 [tx-robot] updated from transifex
new b0734f2 [tx-robot] updated from transifex
new 30a14b9 Install ocsync library to private lib directory, use rpath to find it.
new 8250fb8 Fix typo.
new 5f37c7b [tx-robot] updated from transifex
new 598bfe6 [tx-robot] updated from transifex
new 9f4ffd4 [tx-robot] updated from transifex
new ef9a318 AbstractNetworkJob Allow finished() to defer Job deletion
new dc043b5 Try scheme://host/owncloud if scheme://host/ did not work
new efc4ff4 Fix redirects in CheckServerJob
new d836b80 Fix reconnect after server disconnect
new 9dcbafc [tx-robot] updated from transifex
new c920f81 Add braces.
new 0a27912 Add a reset method.
new 4c6e6f6 Add initialisations for member variables.
new 82ab5fd Fix condition if network limit change is logged or not.
new aee7515 Do not dereference the _engine member variable without check.
new d143044 Add missing cases to avoid "unknown action" under some circumstances.
new a7a19fa Fix note template label
new edc7a95 [tx-robot] updated from transifex
new a907799 [tx-robot] updated from transifex
new e6664c7 [tx-robot] updated from transifex
new bfdf638 Add the files required by the tests.
new fa38bf7 Make sure the fileid are saved to the database when upgrading from owncloud5 to owncloud6
new 7d3b0fe Fix memory leak: Don't need to call strdup here
new 4731b50 [tx-robot] updated from transifex
new b08284e Fix the background check job for the connection
new ed48b4b [tx-robot] updated from transifex
new 9b71643 Space fix
new ece4192 Merge pull request #1697 from wakeup/master
new 934eda1 [tx-robot] updated from transifex
new 78e5e4a Fix non-closed p tag
new 77ac092 WiP: Attempt to compile without UI
new 655188d [tx-robot] updated from transifex
new c24732f More debugable code.
new 521373f More specific log output.
new 0cf8091 Merge pull request #1700 from wakeup/master
new 1338c08 Fix compilation on linux with BUILD_LIBRARIES_ONLY
new 3fac5f9 In case of error, report the right error instead of missing etag
new edb1f61 Fix compilation without the BUILD_ONLY_LIBRARIES mode
new 707c6fc An abort on the reply is not usually a password error.
new 44a0422 Update dynamically the error message in the account settings
new ee22f37 Start the folder watcher when new folder are added
new 46d6191 Also list folder for which the alias starts with '.'
new 4be20db Propagator: Add makeConflictFileName function
new 197d180 Propagator: Add support for CSYNC_CONFLICT_FILE_USERNAME
new 94f380c Updater: Ignore files matching with CSYNC_CONFLICT_FILE_USERNAME
new f2519e9 Fix function signature: pass argument by const reference
new f6711b2 CMake: Find libraries also on Win host compile
new 62dcfe8 [tx-robot] updated from transifex
new 1af7dc9 Update to latest GNUInstallDirs cmake module
new 2897039 Removed a test file as jenkins fails on it.
new 888843e Removed another file for Jenkins.
new 1d862b7 merged 1.5 into master
new 9b7a3d0 Using QFile::decodeName instead of QLatin1String
new a154656 [tx-robot] updated from transifex
new cc7826e Add a compile option to disable renaming when the extension changes
new 5c92c19 Add EXPORT macro to owncloudsync library
new 642c16b Missing EXPORT
new a29a56b [tx-robot] updated from transifex
new 7544f4d [tx-robot] updated from transifex
new 9da261a Do not read from the database when upgrading from 1.5
new 165e35c t1.pl: change assertLocalAndRemoteDir so we actually test something
new 1d3febe [tx-robot] updated from transifex
new 2a1e67e [tx-robot] updated from transifex
new ab711dd [tx-robot] updated from transifex
new 3ab1330 [tx-robot] updated from transifex
new b8b0648 [tx-robot] updated from transifex
new 2d3ea59 Limit the mac workaround to the Mac OS X platform
new 1c73a8d Fix installation for MacOSX
new b42d3ce Another fix for make install on MacOSX
new b39359c Csync: Add hook for checking if a file is in use already
new 7f752c7 Csync: Plug code for csync_file_locked_or_open
new 4489a56 Csync: Set error at correct place
new 7e70277 Add missing line break
new f159b02 Add a compile option to not blacklist error code 5xx
new 9f0848b Merge remote-tracking branch 'origin/libowncloudsync_noqtgui'
new 0bffdfb Fix compiler warnings, and be less spammy in the log
new 7c27638 Set release suffix to beta2
new 6471a45 Added changelog beta1 -> beta2
new a268b03 Try to not have windows stay-on-top
new 3ee729b Add export macro to all classes that need to be exported
new 64b4233 Fix typo.
new dcc5c10 fix forward declaration of CredentialsFactory::create
new 1b8d111 Add missing include
new 9193286 Support old server which do not have the x-oc-mtime support
new 983f9c5 The job restore job need to be run with QMetaObject::invoke
new 876de8f Networkjobs: Remove stray include
new 3bf1554 Add set_csync_file_locked_or_open_ext
new 47c23da [tx-robot] updated from transifex
new d62deab Fix updating mtime
The 100 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