[Pkg-owncloud-commits] [ocsync] branch master updated (f9a36da -> b1d87d4)

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Dec 13 14:26:32 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  f9a36da   Adding Provides for libocsync-plugin-*
       new  553c8d6   Remove error string from file_status struct and replace by CSYNC_STATUS
       new  8fd921f   Rather use unit64_t than ino_t which causes trouble on win32.
       new  000f7d3   Add test that directories are properly moved
       new  d99f5c5   Set the symlink error message only for links.
       new  7300f10   Do not recurse into ignored directory
       new  f6f513c   Better check if the path variable is defined.
       new  22608f1   Symlink detection for Win32.
       new  9b2f9e3   Push version to 0.91.2 for oCC 1.5.0 beta4
       new  ffd0975   Remove ignoring pattern for progressdatabase.
       new  d13e299   Imported Upstream version 0.91.2
       new  f560b80   Merge tag 'upstream/0.91.2'
       new  f777aba   New upstream release
       new  de36541   track stable version of ocsync
       new  0788952   Added changelog for csnyc 0.91.0 .. 0.91.2
       new  bdf36f5   Set errno and error message if neon errors in fetch_resource_list.
       new  1b4e2be   Use csync_normalize_etag everywhere.
       new  ba8fa9a   Do not 'normalize' etag when we read from db
       new  b578558   compile ocsync for FreeBSD.
       new  2cbdb35   Get rid of PATH_MAX, that is not available under FreeBSD.
       new  7e2dec5   fixing typo
       new  4153c0d   LGPL License header for perl test module.
       new  b8e7c7f   Bump version to 0.91.3
       new  612b099   Added changelog, bumped version to 0.91.4
       new  7cb88e9   Imported Upstream version 0.91.4
       new  bde440e   Merge tag 'upstream/0.91.4'
       new  60d2071   Removed applied patches
       new  c0e0aaa   Update changelog
       new  6a3dd73   New upstream release.
       new  b1d87d4   Updated debian/copyright

The 29 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                          |  2 +-
 ChangeLog                               | 51 +++++++++++++++++++++++++++++++
 debian/changelog                        | 10 +++++++
 debian/copyright                        | 20 -------------
 debian/patches/freebsd.patch            | 53 ---------------------------------
 debian/patches/path_max.patch           | 31 -------------------
 debian/patches/series                   |  2 --
 debian/watch                            |  2 +-
 src/csync.c                             |  3 +-
 src/csync.h                             |  9 ++++--
 src/csync_dbtree.c                      |  2 +-
 src/csync_exclude.c                     |  8 +----
 src/csync_misc.c                        | 11 ++-----
 src/csync_misc.h                        |  2 +-
 src/csync_owncloud.c                    | 12 ++++----
 src/csync_owncloud_recursive_propfind.c |  8 +----
 src/csync_owncloud_util.c               |  4 ++-
 src/csync_private.h                     |  2 +-
 src/csync_statedb.c                     | 11 ++++---
 src/csync_statedb.h                     |  4 +--
 src/csync_update.c                      | 14 +++++----
 src/csync_update.h                      |  2 +-
 src/csync_util.c                        |  2 +-
 src/csync_util.h                        |  2 +-
 src/std/c_file.c                        | 31 +++++++++++++++++++
 src/std/c_file.h                        | 14 ++++++++-
 src/std/c_private.h                     |  9 ++++++
 src/std/c_string.c                      |  4 +--
 src/vio/csync_vio_local.c               |  5 ++++
 tests/ownCloud/ownCloud/Test.pm         | 20 ++++++-------
 tests/ownCloud/t3.pl                    | 21 +++++++++++--
 32 files changed, 194 insertions(+), 179 deletions(-)
 delete mode 100644 debian/patches/freebsd.patch
 delete mode 100644 debian/patches/path_max.patch
 delete mode 100644 debian/patches/series

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