[Pkg-owncloud-commits] [python-owncloud] 04/33: Tested versions of ocsync up to 0.70.7 Fixes #33
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:49:46 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch upstream
in repository python-owncloud.
commit 87321810a74c10eabcd9bd757cf64d7f61d96d7a
Author: hefee <hefee at netzguerilla.net>
Date: Sat Jun 15 11:59:09 2013 +0200
Tested versions of ocsync up to 0.70.7
Fixes #33
---
csync/csync.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csync/csync.py b/csync/csync.py
index 620969e..391c768 100755
--- a/csync/csync.py
+++ b/csync/csync.py
@@ -96,7 +96,7 @@ class ownCloudSync():
libVersion = csynclib.csync_version(0,40,1)
if DEBUG:
print 'libocsync version: ', libVersion
- if libVersion not in ('0.70.4', '0.70.5'):
+ if libVersion not in ('0.70.4', '0.70.5','0.70.6','0.70.7'):
print 'This version of libocsync %s is not tested against ownCloud server 4.7.5.' % libVersion
c = csynclib.CSYNC()
self.ctx = ctypes.pointer(c)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git
More information about the Pkg-owncloud-commits
mailing list