Preparation for release 2.2.0

This commit is contained in:
Francis Lachapelle
2014-02-19 21:57:01 -05:00
parent 2948920e0b
commit 96f2552b45
10 changed files with 17 additions and 16 deletions
+6 -5
View File
@@ -42,12 +42,13 @@ ProxyPreserveHost On
ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0
#
# Enable to use Microsoft Active Sync support
# Note that you MUST have many sogod workers to use Active Sync.
# Enable to use Microsoft ActiveSync support
# Note that you MUST have many sogod workers to use ActiveSync.
# See the SOGo Installation and Configuration guide for more details.
#
#ProxyPass /Microsoft-Server-ActiveSync http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync retry=60 connectiontimeout=5 timeout=360
#ProxyPass /Microsoft-Server-ActiveSync \
# http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync \
# retry=60 connectiontimeout=5 timeout=360
<Proxy http://127.0.0.1:20000/SOGo>
## adjust the following to your configuration
@@ -67,7 +68,7 @@ ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0
Allow from all
</Proxy>
# For apple autoconfiguration
# For Apple autoconfiguration
<IfModule rewrite_module>
RewriteEngine On
RewriteRule ^/.well-known/caldav/?$ /SOGo/dav [R=301]
Binary file not shown.
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 433 KiB

After

Width:  |  Height:  |  Size: 401 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 768 KiB

After

Width:  |  Height:  |  Size: 311 KiB

+1 -1
View File
@@ -1,4 +1,4 @@
2.1.2 (2014-01-XX)
2.2.0 (2014-02-XX)
------------------
New features
+8 -8
View File
@@ -28,22 +28,22 @@ $plugins
= array(
"sogo-connector@inverse.ca"
=> array( "application" => "thunderbird",
"version" => "17.0.3",
"filename" => "sogo-connector-17.0.3.xpi" ),
"version" => "24.0.4",
"filename" => "sogo-connector-24.0.4.xpi" ),
"sogo-integrator@inverse.ca"
=> array( "application" => "thunderbird",
"version" => "17.0.3",
"filename" => "sogo-integrator-17.0.3.xpi" ),
"version" => "24.0.4",
"filename" => "sogo-integrator-24.0.4.xpi" ),
"{e2fda1a4-762b-4020-b5ad-a41df1933103}"
=> array( "application" => "thunderbird",
"version" => "1.9",
"filename" => "lightning-1.9.xpi" )
"version" => "2.6.4",
"filename" => "lightning-2.6.4.xpi" )
);
$applications
= array( "thunderbird" => "<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>17.0</em:minVersion>
<em:maxVersion>17.*</em:maxVersion>" );
<em:minVersion>24.0</em:minVersion>
<em:maxVersion>24.*</em:maxVersion>" );
$pluginname = $_GET["plugin"];
$plugin =& $plugins[$pluginname];
+2 -2
View File
@@ -3,5 +3,5 @@
# of the executable.
MAJOR_VERSION=2
MINOR_VERSION=1
SUBMINOR_VERSION=2
MINOR_VERSION=2
SUBMINOR_VERSION=0