From: <ox-...@us...> - 2003-05-27 07:45:36
|
Update of /cvsroot/sheets/sheets/installer In directory sc8-pr-cvs1:/tmp/cvs-serv16832/installer Modified Files: Sheets.iap_xml Log Message: New version of OX with the following features: 1. Change the promotion algorithm so that it breaks data from a single sync across multiple slots. Also reduces the number of times data is re-stored. 2. Added version numbers for slots to allow future changes 3. Changed slot arrays so that they directly read/write from the byte buffer -- this resulted in improved performance and space efficiency. NOTE: This database format is incompatible with previous databases. Please recreate your .sdb file. Index: Sheets.iap_xml =================================================================== RCS file: /cvsroot/sheets/sheets/installer/Sheets.iap_xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Sheets.iap_xml 8 May 2003 22:21:13 -0000 1.5 --- Sheets.iap_xml 27 May 2003 07:45:33 -0000 1.6 *************** *** 2,6 **** <!-- This script was automatically generated using Zero G's InstallAnywhere 5.0.7 Standard, Build 1680 STATUS: Fully Functional LICENSED Edition ! DATE: Thu May 08 15:07:48 PDT 2003 --> <InstallAnywhere_Deployment_Project increments="1269"> <!-- ** DO NOT EDIT ** Essential authorization and configuration data ** DO NOT EDIT ** --> --- 2,6 ---- <!-- This script was automatically generated using Zero G's InstallAnywhere 5.0.7 Standard, Build 1680 STATUS: Fully Functional LICENSED Edition ! DATE: Fri May 23 15:56:53 PDT 2003 --> <InstallAnywhere_Deployment_Project increments="1269"> <!-- ** DO NOT EDIT ** Essential authorization and configuration data ** DO NOT EDIT ** --> *************** *** 11,15 **** <buildID>3,13,71,87,105,110,100,111,119,115,32,50,48,48,48,44,32,53,46,49,44,32,120,56,54,59,32,74,97,118,97,32,49,46,51,46,49,95,48,51,44,32,83,117,110,32,77,105,99,114,111,115,121,115,116,101,109,115,32,73,110,99,46,44,32,104,116,116,112,58,47,47,106,97,118,97,46,115,117,110,46,99,111,109,47,59,32,101,110,44,32,85,83,59,32,67,112,49,50,53,50</buildID> <!-- The authorizationID may change between project saves and builds. This does not effect the integrity of the project, nor do changes in this value represent changes in the actual InstallAnywhere project. --> ! <authorizationID>1,0,0,-16,3,-45,-48,32,80,112,114,103,83,98,113,97,113,49,51,67,58,65,70,68,86,69,64,69,66,69,48,63,87,5,2,2,4,16,121,5,0,0,0</authorizationID> </essentialScriptInfo> <installationObjects uniqueObjects="64"> --- 11,15 ---- <buildID>3,13,71,87,105,110,100,111,119,115,32,50,48,48,48,44,32,53,46,49,44,32,120,56,54,59,32,74,97,118,97,32,49,46,51,46,49,95,48,51,44,32,83,117,110,32,77,105,99,114,111,115,121,115,116,101,109,115,32,73,110,99,46,44,32,104,116,116,112,58,47,47,106,97,118,97,46,115,117,110,46,99,111,109,47,59,32,101,110,44,32,85,83,59,32,67,112,49,50,53,50</buildID> <!-- The authorizationID may change between project saves and builds. This does not effect the integrity of the project, nor do changes in this value represent changes in the actual InstallAnywhere project. --> ! <authorizationID>1,0,0,-16,83,51,32,0,80,112,114,103,83,98,113,97,113,49,51,67,58,65,70,68,86,69,64,69,66,69,48,63,87,5,2,13,10,29,119,5,0,0,0</authorizationID> </essentialScriptInfo> <installationObjects uniqueObjects="64"> *************** *** 167,171 **** </method> <method name="addElement"> ! <object class="com.zerog.ia.installer.util.LAXPropertyData" objectID="1d51d5948eb1"> <property name="propertyValue"> <string><![CDATA[org.browsecode.sheets.Sheets]]></string> --- 167,171 ---- </method> <method name="addElement"> ! <object class="com.zerog.ia.installer.util.LAXPropertyData" objectID="6abe05df8eae"> <property name="propertyValue"> <string><![CDATA[org.browsecode.sheets.Sheets]]></string> *************** *** 258,262 **** </property> <property name="fileSize"> ! <long>5236869</long> </property> <property name="macBinary"> --- 258,262 ---- </property> <property name="fileSize"> ! <long>5237944</long> </property> <property name="macBinary"> *************** *** 706,710 **** <method name="put"> <string><![CDATA[com.zerog.ia.project.save.last.date]]></string> ! <string><![CDATA[Thu May 08 15:07:47 PDT 2003]]></string> </method> <method name="put"> --- 706,710 ---- <method name="put"> <string><![CDATA[com.zerog.ia.project.save.last.date]]></string> ! <string><![CDATA[Fri May 23 15:56:53 PDT 2003]]></string> </method> <method name="put"> *************** *** 750,754 **** <method name="put"> <string><![CDATA[com.zerog.ia.project.build.last.date]]></string> ! <string><![CDATA[Thu May 08 15:07:47 PDT 2003]]></string> </method> <method name="put"> --- 750,754 ---- <method name="put"> <string><![CDATA[com.zerog.ia.project.build.last.date]]></string> ! <string><![CDATA[Fri May 23 15:56:53 PDT 2003]]></string> </method> <method name="put"> *************** *** 1414,1418 **** </property> <property name="fileSize"> ! <long>170088</long> </property> <property name="macBinary"> --- 1414,1418 ---- </property> <property name="fileSize"> ! <long>181447</long> </property> <property name="macBinary"> |