Add new caldav param

This commit is contained in:
Daniel Berteaud 2012-04-26 18:18:38 +02:00
parent 53ba7f8ebd
commit a7cd57dbdb
2 changed files with 9 additions and 4 deletions

View File

@ -1 +1,3 @@
define('CALDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u/');
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}');
define('CALDAV_PATH', '/SOGo/dav/%u/');
define('CALDAV_PERSONAL', 'personal');

View File

@ -1,6 +1,6 @@
Name: smeserver-sogosync
Version: 0.0.1
Release: 0.beta3%{?dist}
Version: 0.1.1
Release: 0.beta5%{?dist}
Summary: SME Server integration for sogosync
Group: Application/System
@ -40,5 +40,8 @@ rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Mar 31 2012 Daniel Berteaud <daniel@firewall-services.com> 0.0.1-1
* Thu Apr 26 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.1-1
- Update config templates
* Sat Mar 31 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.0-1
- initial package