[Laszlo-checkins] r5688 - openlaszlo/branches/4.0/docs

ben@openlaszlo.org ben at openlaszlo.org
Tue Jul 17 12:44:39 PDT 2007


Author: ben
Date: 2007-07-17 12:44:35 -0700 (Tue, 17 Jul 2007)
New Revision: 5688

Modified:
   openlaszlo/branches/4.0/docs/release-notes.html
Log:
Change 20070717-ben-2 by ben at cooper.local on 2007-07-17 12:41:30 PDT
    in /Users/ben/src/svn/openlaszlo/branches/4.0
    for http://svn.openlaszlo.org/openlaszlo/branches/4.0

Summary: 4.0.3 release note tweaks

New Features:

Bugs Fixed: LPP-3849  Document debugging in Safari

Technical Reviewer: (pending)
QA Reviewer: frisco (pending)
Doc Reviewer: frisco (pending)

Documentation:

Release Notes:
Added explanation of current state of debugger in Safari, and link to open bug. 
Added workaround description for java 1.6/tomcat 5.5. 

Details:
    

Tests:
Passes W3C HTML validation.



Modified: openlaszlo/branches/4.0/docs/release-notes.html
===================================================================
--- openlaszlo/branches/4.0/docs/release-notes.html	2007-07-17 19:44:21 UTC (rev 5687)
+++ openlaszlo/branches/4.0/docs/release-notes.html	2007-07-17 19:44:35 UTC (rev 5688)
@@ -28,6 +28,12 @@
 <p>
 Please see the <a href="http://download.openlaszlo.org/4.0.0/release-notes.html">OpenLaszlo 4.0 Release Notes</a> for an overview of significant changes since 3.x.
 </p>
+<h1>Important Known Open Bugs in 4.0.3</h1>
+<p>Many known bugs are present in 4.0.3; this is the way of the world. A few of these bugs deserve special attention:</p>
+<ul>
+    <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4235">With jdk 1.6 and tomcat 5.5.23, changes to build.xml deploy task necessary></a> The bug description indicates a small change that must be made to the main build.xml file in order to use these recent versions of tomcat and java.</li>
+    <li><a href="http://www.openlaszlo.org/jira/browse/LPP-3579"> Fix debugger in Safari</a> The dhtml debugger does not work in Safari 2 or Safari 3 or WebKit nightly as of r24285. The bug description includes a workaround if you are building OL from source and you need the safari debugger to work. If you do not do the special dance described in the bug, <em>the dhtml debugger will not work in any known version of Safari.</em></li>
+</ul>
 <h1>Resoloved Bugs in OpenLaszlo 4.0.3 (76)</h1>
 <ul>
 <li><a href="http://www.openlaszlo.org/jira/browse/LPP-1813">LPP-1813</a> Clicking on image in clips should put it into details view</li>
@@ -107,9 +113,12 @@
 
 <h1>Improvements in OpenLaszlo 4.0.3</h1>
 <ul>
+    <li><a href='http://www.openlaszlo.org/jira/browse/LPP-3419'>LPP-3419</a> Debug interface should use firebug console when available</li>    
     <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4135">LPP-4135</a> Add implementation for setting request headers in Dataset requests in SWF</li>
     <li><a href="http://www.openlaszlo.org/jira/browse/LPP-2322">LPP-2322</a> Incubator component colorslider by Bajarang Lai Chitlangi</li>
     <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4162">LPP-4162</a> Implement &lt;library/&gt; support in DHTML</li>
+    <li><a href='http://www.openlaszlo.org/jira/browse/LPP-3986'>LPP-3986</a> Move services/LzTrack.lzs to class system</li>
+    <li><a href='http://www.openlaszlo.org/jira/browse/LPP-2828'>LPP-2828</a> Find some way to get rid of LzFixTags in the LFC</li>    
 </ul>
 <h1>Release notes for OpenLaszlo 4.0.1/4.0.2</h1>
 <p class="bodytext">



More information about the Laszlo-checkins mailing list