Difference between revisions of "XULRunner Versions"

From CDOT Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
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.   
 
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.
+
Developers can also be allowed to specify what the minimum is 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 are required.  XULRunner will check this constraint on the application and refuse to run those who do not pass the version test.
  
 
== XULRunner 1.8.0.4 ==  
 
== 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 [http://developer.mozilla.org/en/docs/XULRunner_1.8.0.4_Release_Notes  XULRunner 1.8.0.4 Release Notes]
+
Is a security/stability update which is available as a patch to be downloaded. It replaces version 1.8.0.1. All XULRunner users should upgrade.  This patch can be found at the Mozilla Development Center under [http://developer.mozilla.org/en/docs/XULRunner_1.8.0.4_Release_Notes  XULRunner 1.8.0.4 Release Notes]
  
  
Line 11: Line 11:
  
 
== XULRunner 1.8.0.1 ==
 
== 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 [http://developer.mozilla.org/en/docs/XULRunner XULRunner]
+
XULRunner 1.8.0.1 is the first stable developer preview release of XULRunner. It features include launching 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 [http://developer.mozilla.org/en/docs/XULRunner XULRunner]
  
  
  
 
For the source code of this version, click on the following link, [http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.0.1/source/xulrunner-1.8.0.1-source.tar.bz2 xulrunner-1.8.0.1-source.tar.bz2]
 
For the source code of this version, click on the following link, [http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.0.1/source/xulrunner-1.8.0.1-source.tar.bz2 xulrunner-1.8.0.1-source.tar.bz2]

Revision as of 00:34, 12 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 the minimum is 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 are required. XULRunner will check this constraint on the application and refuse 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 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 launching 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