add new caldav param in config.php

This commit is contained in:
Daniel Berteaud 2012-05-14 10:28:48 +02:00
parent 74519bf0b8
commit c2155dd14e
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1,2 @@
define('CARDDAV_PERSONAL', 'personal');
define('CARDDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u/Contacts/');

View File

@ -1,5 +1,5 @@
Name: smeserver-sogosync
Version: 0.1.2
Version: 0.1.3
Release: 0.beta5%{?dist}
Summary: SME Server integration for sogosync
@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%changelog
* Mon May 14 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.3-1
- Add new caldav param in config.php
* Fri Apr 27 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.2-1
- Re add CALDAV_URL param