Dear List,

it is possible to configure the update server in a way that simultaneous support of Thunderbird 17 and 24 is given?

Right now I deliver sogo-integrator, sogo-connector and lightning using the update server (see below). I would think that this configuration implies that these add-ons would only pushed to thunderbird 17.

But if I upgrade a thunderbird client from 17 to 24 the client still tries to install the updates. Even more strangely, lightning will then be disabled (what is correct since it is not compatible) but sogo-connector and sogo-integrator are activated (despite having version restrictions in their install.rdf).

Am I doing something wrong? How do you serve different versions of thunderbird clients?

Best regards,

Sven

Note: I observed this behaviour with linux clients (ubuntu 13.04). I did not check the behaviour of windows yet.


=== excerpt from updates.php ===

$plugins
= array(
        "sogo-connec...@inverse.ca"
         => array( "application" => "thunderbird",
                   "version" => "17.0.5",
                   "filename" => "sogo-connector-17.0.5.xpi" ),
        "sogo-integra...@inverse.ca"
         => array( "application" => "thunderbird",
                   "version" => "17.0.5",
                   "filename" => "sogo-integrator-17.0.5.xpi" ),
        "{e2fda1a4-762b-4020-b5ad-a41df1933103}"
         => array( "application" => "thunderbird",
                   "version" => "1.9.1",
                   "filename" => "lightning-1.9.1.xpi" )
);

$applications
= array( "thunderbird" => "<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
                <em:minVersion>17.0</em:minVersion>
                <em:maxVersion>17.*</em:maxVersion>" );


===================================

--
Sven Arnold

LOCALITE GmbH
Biomedical Visualization Systems

Fon   +49 2241 14-2174
Fax   +49 2241 14-42175

Schloss Birlinghoven
D-53757 St. Augustin

Amtsgericht Siegburg, Register-Nr. HRB 9263
Certified according to EN ISO 13485

http://www.localite.de
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to