[Pkg-owncloud-commits] [owncloud-client] 60/60: New upstream version 2.4.0~rc2+dfsg

Sandro Knauß hefee at debian.org
Sat Dec 16 10:38:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

hefee pushed a commit to branch upstream
in repository owncloud-client.

commit 0ff6b2e436273b0b3d98c738ecacf3599907f3df
Merge: b08bece 61939d6
Author: Sandro Knauß <hefee at debian.org>
Date:   Sat Dec 16 11:01:31 2017 +0100

    New upstream version 2.4.0~rc2+dfsg

 .tag                                    |   2 +-
 CMakeLists.txt                          |   1 +
 ChangeLog                               |  11 +-
 Jenkinsfile                             |   4 +-
 VERSION.cmake                           |   2 +-
 doc/CMakeLists.txt                      |  10 +-
 man/CMakeLists.txt                      |  14 ++
 man/index.rst                           |   1 +
 man/owncloud.1.rst                      |  33 ++++
 man/owncloudcmd.1.rst                   |  97 +++++++++++
 mirall.desktop.in                       | 229 -------------------------
 src/CMakeLists.txt                      |  23 ++-
 src/cmd/CMakeLists.txt                  |   2 +-
 src/common/checksums.cpp                |  15 ++
 src/common/checksums.h                  |  10 ++
 src/common/ownsql.cpp                   |   1 +
 src/common/syncjournaldb.cpp            |   2 +-
 src/common/utility_mac.cpp              |   4 +-
 src/csync/csync.cpp                     |   7 +-
 src/csync/csync.h                       |   3 +-
 src/csync/csync_exclude.h               |   3 +-
 src/csync/csync_reconcile.cpp           |  47 +++--
 src/csync/csync_rename.cpp              |  20 ++-
 src/csync/csync_rename.h                |  15 +-
 src/csync/csync_update.cpp              |  12 ++
 src/gui/accountsettings.cpp             |   7 +-
 src/gui/activitywidget.cpp              |   3 +-
 src/gui/creds/shibbolethcredentials.cpp |  27 ++-
 src/gui/folderstatusdelegate.cpp        |   5 +-
 src/gui/folderwizard.cpp                |  23 +++
 src/gui/folderwizard.h                  |   3 +
 src/gui/notificationwidget.cpp          |   4 +-
 src/gui/ocsjob.cpp                      |   1 +
 src/gui/ocsjob.h                        |   2 +
 src/gui/owncloudgui.cpp                 |   2 +-
 src/gui/servernotificationhandler.cpp   |  14 +-
 src/gui/sharelinkwidget.cpp             |   2 +-
 src/libsync/account.cpp                 |   2 +
 src/libsync/account.h                   |   7 +
 src/libsync/connectionvalidator.cpp     |  17 +-
 src/libsync/connectionvalidator.h       |   2 +
 src/libsync/creds/tokencredentials.cpp  |   2 +-
 src/libsync/creds/tokencredentials.h    |   2 +-
 src/libsync/discoveryphase.cpp          |  25 +--
 src/libsync/networkjobs.cpp             |   3 +-
 src/libsync/networkjobs.h               |   5 +-
 src/libsync/propagatedownload.cpp       |   2 +-
 src/libsync/syncengine.cpp              |   3 +
 test/syncenginetestutils.h              |   2 +-
 test/testchunkingng.cpp                 |  13 +-
 test/testsyncengine.cpp                 |  16 +-
 test/testsyncjournaldb.cpp              |   7 +-
 test/testsyncmove.cpp                   |  27 ++-
 translations/client_ca.ts               | 272 ++++++++++++++++-------------
 translations/client_cs.ts               | 272 ++++++++++++++++-------------
 translations/client_de.ts               | 288 +++++++++++++++++--------------
 translations/client_el.ts               | 272 ++++++++++++++++-------------
 translations/client_en.ts               | 272 ++++++++++++++++-------------
 translations/client_es.ts               | 278 +++++++++++++++++-------------
 translations/client_es_AR.ts            | 272 ++++++++++++++++-------------
 translations/client_et.ts               | 272 ++++++++++++++++-------------
 translations/client_eu.ts               | 272 ++++++++++++++++-------------
 translations/client_fa.ts               | 272 ++++++++++++++++-------------
 translations/client_fi.ts               | 272 ++++++++++++++++-------------
 translations/client_fr.ts               | 277 +++++++++++++++++-------------
 translations/client_gl.ts               | 272 ++++++++++++++++-------------
 translations/client_hu.ts               | 272 ++++++++++++++++-------------
 translations/client_it.ts               | 272 ++++++++++++++++-------------
 translations/client_ja.ts               | 286 +++++++++++++++++--------------
 translations/client_nb_NO.ts            | 280 +++++++++++++++++-------------
 translations/client_nl.ts               | 272 ++++++++++++++++-------------
 translations/client_pl.ts               | 295 ++++++++++++++++++--------------
 translations/client_pt.ts               | 272 ++++++++++++++++-------------
 translations/client_pt_BR.ts            | 276 +++++++++++++++++-------------
 translations/client_ru.ts               | 276 +++++++++++++++++-------------
 translations/client_sk.ts               | 272 ++++++++++++++++-------------
 translations/client_sl.ts               | 272 ++++++++++++++++-------------
 translations/client_sr.ts               | 272 ++++++++++++++++-------------
 translations/client_sv.ts               | 278 +++++++++++++++++-------------
 translations/client_th.ts               | 276 +++++++++++++++++-------------
 translations/client_tr.ts               | 272 ++++++++++++++++-------------
 translations/client_uk.ts               | 272 ++++++++++++++++-------------
 translations/client_zh_CN.ts            | 272 ++++++++++++++++-------------
 translations/client_zh_TW.ts            | 294 +++++++++++++++++--------------
 84 files changed, 5258 insertions(+), 4082 deletions(-)

diff --cc .tag
index 1f682c4,6828f88..7a04858
--- a/.tag
+++ b/.tag
@@@ -1,1 -1,1 +1,1 @@@
- b62b0d0a64e72793fa9055c2511d42b130b83ccb
 -$Format:%H$
++61939d67e6c3f2487f83cee9ac9d53454d136359
diff --cc VERSION.cmake
index 5f9e527,abc8682..39e89fa
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@@ -5,7 -5,7 +5,7 @@@ set( MIRALL_VERSION_YEAR  2017 
  set( MIRALL_SOVERSION 0 )
  
  if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
-     set( MIRALL_VERSION_SUFFIX "beta1" )
 -    set( MIRALL_VERSION_SUFFIX "rc2") #e.g. beta1, beta2, rc1
++    set( MIRALL_VERSION_SUFFIX "rc2" )
  endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
  
  if( NOT DEFINED MIRALL_VERSION_BUILD )

-- 
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