Increase version

master
Самоукин Алексей 14 years ago
parent 881d07165a
commit 69fda2aa84

@ -7,7 +7,7 @@ calculate-client needs the following library version installed, in order to run:
python >= 2.5
python-ldap >= 2.0.0
pyxml >= 0.8
calculate-lib >= 2.1.6
calculate-lib >= 2.1.8
py-smbpasswd >= 1.0
To install calculate-client , just execute the install script 'setup.py'.

@ -35,7 +35,7 @@ import subprocess
from encrypt import encrypt
from signal import SIGTERM
Version = "calculate-client 2.1.11"
Version = "calculate-client 2.1.12"
tr = cl_base.lang()
tr.setLanguage(sys.modules[__name__])
@ -2865,6 +2865,8 @@ or ld_bind_dn or ld_bind_pw")
--exclude="/.kde4/share/apps/nepomuk/repository/main/data" \
--exclude="/.logout" \
--exclude="/.Xauthority" \
--exclude="/.thumbnails" \
--exclude="/.mozilla/firefox/*/Cache" \
--filter="P /.googleearth" --filter="P /Home" --filter="P /Disks" \
--filter="P /.local/share/akonadi/db_data" --filter="P /.VirtualBox" \
--filter="P /.mozilla/firefox/calculate.default/urlclassifier3.sqlite" \
@ -2872,6 +2874,8 @@ or ld_bind_dn or ld_bind_pw")
--filter="P /.kde4/share/apps/nepomuk/repository/main/data" \
--filter="P /.logout" \
--filter="P /.Xauthority" \
--filter="P /.thumbnails" \
--filter="P /.mozilla/firefox/*/Cache" \
--filter="P /FTP" -a -x -v -v -v -v %s/ %s/' %(homeProfile,userHome)
elif sync == "logout":
if os.path.exists(userHome) and os.listdir(userHome) and\
@ -2885,6 +2889,8 @@ or ld_bind_dn or ld_bind_pw")
--exclude="/.Xauthority" \
--exclude="/.kde4/share/apps/nepomuk/repository/main/data" \
--exclude="/.kde4/socket-*" --exclude="/.kde4/share/config/phonondevicesrc" \
--exclude="/.thumbnails" \
--exclude="/.mozilla/firefox/*/Cache" \
-a -x -v -v -v -v %s/ %s/'%(userHome,homeProfile)
else:
self.printERROR(_("Method syncUser: option sync=%s incorrect")\

@ -138,7 +138,7 @@ class Data:
cl_name = {'value':'calculate-client'}
# версия программы
cl_ver = {'value':'2.1.11'}
cl_ver = {'value':'2.1.12'}
# Режим работы клиента клиент
# (local или имя хоста клиента)

@ -102,7 +102,7 @@ class cl_install_data(install_data):
setup(
name = 'calculate-client',
version = "2.1.11",
version = "2.1.12",
description = "Client for the calculate-server",
author = "Mir Calculate Ltd.",
author_email = "support@calculate.ru",

Loading…
Cancel
Save