Difference between revisions of "XULRunner Versions"

From CDOT Wiki
Jump to: navigation, search
m (XULRunner 1.8.0.1)
Line 1: Line 1:
XULRunner is not a frozen API but instead delievers a set of XUL toolkits.  Some of the XULRunner applications will only work on specific versions of toolkits.  The current thinking of XULRUnner version number is for it o be matching the number of the corresponding Gecko milestone.   
+
XULRunner is not a frozen API but instead delivers a set of XUL toolkits.  Some of the XULRunner applications will only work on specific versions of toolkits.  The current thinking of XULRUnner version number is for it to be matching the number of the corresponding Gecko milestone.   
  
Developers can also be allowed to specifiy what is the minimum and maximum version of the toolkit is requierd to run the specific application.  This is currently implemented as an option in the .xulapp file. The applications can specify the MinVersion and MaxVersion for the toolkit versions that is required.  XULRunner will check this constraint on the application and refush to run those who do not pass the version test.
+
Developers can also be allowed to specify what is the minimum and maximum version of the toolkit is required to run the specific application.  This is currently implemented as an option in the .xulapp file on Macs and in the application.ini file for Windows and Linux. The applications can specify the MinVersion and MaxVersion for the toolkit versions that is required.  XULRunner will check this constraint on the application and refush to run those who do not pass the version test.
  
 
== XULRunner 1.8.0.4 ==  
 
== XULRunner 1.8.0.4 ==  

Revision as of 23:37, 11 December 2006

XULRunner is not a frozen API but instead delivers a set of XUL toolkits. Some of the XULRunner applications will only work on specific versions of toolkits. The current thinking of XULRUnner version number is for it to be matching the number of the corresponding Gecko milestone.

Developers can also be allowed to specify what is the minimum and maximum version of the toolkit is required to run the specific application. This is currently implemented as an option in the .xulapp file on Macs and in the application.ini file for Windows and Linux. The applications can specify the MinVersion and MaxVersion for the toolkit versions that is required. XULRunner will check this constraint on the application and refush to run those who do not pass the version test.

XULRunner 1.8.0.4

Is a security/stability update which is available as a patch to be downloaded. It replaces version version 1.8.0.1. All XULRunner users should upgrade. This patch can be found at the Mozilla Development Center under XULRunner 1.8.0.4 Release Notes


For the source code of this version, click on the following link, xulrunner-1.8.0.4-source.tar.bz2

XULRunner 1.8.0.1

XULRunner 1.8.0.1 is the first stable developer preview release of XULRunner. It features include lauching standalone XUL applications and embedding APIs. This can be used for rendering web pages within native and java applications. This version can be downloaded at the Mozilla Development Center under XULRunner


For the source code of this version, click on the following link, xulrunner-1.8.0.1-source.tar.bz2