[Pkg-owncloud-commits] [ocsync] branch master updated (a52f383 -> fadebce)

Sandro Knauß hefee-guest at alioth.debian.org
Wed Sep 11 19:47:04 UTC 2013


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

hefee-guest pushed a change to branch master
in repository ocsync.

      from  a52f383   Refresh patch
       new  e1368bf   Imported Upstream version 0.90.0
       new  8a902bf   Merge tag 'upstream/0.90.0'
       new  1d3a73d   New upstream release
       new  e4233fe   Refresh patch lines
       new  ab58e7a   Moved libocsync0 to Section libs
       new  e0a2819   Updated debian/libocsync0.symbols
       new  73cc1e7   Added patch to fix spelling-error-in-binary: transferred
       new  fadebce   Release to unstable

The 8 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.


Summary of changes:
 .tag                                            |    2 +-
 CMakeLists.txt                                  |    4 +-
 ChangeLog                                       |   22 +-
 client/csync_auth.c                             |    6 +-
 client/csync_client.c                           |    2 +-
 cmake/Modules/DefineCMakeDefaults.cmake         |    3 +
 cmake/Modules/DefineCompilerFlags.cmake         |   63 +++--
 config/ocsync_exclude.conf                      |    8 +-
 debian/changelog                                |    9 +
 debian/control                                  |    1 +
 debian/libocsync0.symbols                       |   13 +-
 debian/patches/freebsd.patch                    |   14 +-
 debian/patches/series                           |    1 +
 debian/patches/spelling-error-transferred.patch |   59 +++++
 modules/csync_dummy.c                           |    2 +-
 modules/csync_owncloud.c                        |  257 +++++++++++++------
 modules/csync_owncloud.h                        |   23 +-
 modules/csync_owncloud_recursive_propfind.c     |   10 +-
 modules/csync_owncloud_util.c                   |   27 ++
 modules/csync_sftp.c                            |    2 +-
 modules/csync_sftp2.c                           |    2 +-
 modules/csync_smb.c                             |    4 +-
 src/csync.c                                     |  241 +++++++++--------
 src/csync.h                                     |   63 ++++-
 src/csync_exclude.c                             |   46 ++--
 src/csync_exclude.h                             |   19 +-
 src/csync_lock.c                                |    2 +-
 src/csync_log.c                                 |    2 +-
 src/csync_log.h                                 |    6 +
 src/csync_misc.c                                |    1 +
 src/csync_misc.h                                |    7 +
 src/csync_private.h                             |   14 +-
 src/csync_propagate.c                           |  313 ++++++++++++++++++-----
 src/csync_propagate.h                           |    5 +
 src/csync_reconcile.c                           |    4 +-
 src/csync_rename.cc                             |    8 +-
 src/csync_rename.h                              |    2 +-
 src/csync_statedb.c                             |  231 +++++++++++------
 src/csync_time.c                                |   10 +-
 src/csync_update.c                              |   76 ++++--
 src/csync_util.c                                |   92 +++++--
 src/httpbf/src/httpbf.c                         |   83 ++++--
 src/httpbf/src/httpbf.h                         |   18 +-
 src/httpbf/tests/hbf_send_test.c                |    2 +-
 src/std/c_file.c                                |  100 ++++++--
 src/std/c_file.h                                |   10 +
 src/std/c_macro.h                               |    3 +
 src/std/c_private.h                             |    7 +-
 src/std/c_string.c                              |   31 ++-
 src/std/c_string.h                              |    9 +
 src/vio/csync_vio.c                             |   12 +-
 src/vio/csync_vio.h                             |    2 +-
 src/vio/csync_vio_file_stat.h                   |    4 +-
 src/vio/csync_vio_local.c                       |   37 +--
 src/vio/csync_vio_local.h                       |    2 +-
 src/vio/csync_vio_method.h                      |    2 +-
 tests/csync_tests/check_csync_exclude.c         |   21 +-
 tests/csync_tests/check_csync_statedb_query.c   |   11 +-
 tests/csync_tests/check_csync_update.c          |   17 +-
 tests/httpbf_tests/hbf_send_test.c              |    4 +-
 tests/ownCloud/ownCloud/Test.pm                 |   13 +-
 tests/ownCloud/t3.pl                            |   19 ++
 tests/ownCloud/t4.pl                            |   25 +-
 63 files changed, 1510 insertions(+), 598 deletions(-)
 create mode 100644 debian/patches/spelling-error-transferred.patch
 mode change 100644 => 100755 tests/ownCloud/t4.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/ocsync.git



More information about the Pkg-owncloud-commits mailing list