Author: lou
Date: 2008-01-10 11:33:24 -0800 (Thu, 10 Jan 2008)
New Revision: 7804
Modified:
openlaszlo/branches/wafflecone/docs/release-notes.html
Log:
Change 20080110-lou-T by [EMAIL PROTECTED] on 2008-01-10 15:27:59 AST
in /Users/lou/src/svn/openlaszlo/branches/wafflecone
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: fix overlooked changes in 4.0.8 release notes
Bugs Fixed: LPP-5326
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details:
change release number to 4.0.8
remove new features section
remove 4.0.7 fixed bugs
Tests:
Modified: openlaszlo/branches/wafflecone/docs/release-notes.html
===================================================================
--- openlaszlo/branches/wafflecone/docs/release-notes.html 2008-01-10
19:31:49 UTC (rev 7803)
+++ openlaszlo/branches/wafflecone/docs/release-notes.html 2008-01-10
19:33:24 UTC (rev 7804)
@@ -4,7 +4,7 @@
* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
-<title>OpenLaszlo 4.0.7 Release Notes</title>
+<title>OpenLaszlo 4.0.8 Release Notes</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../lps/includes/explore.css" type="text/css" />
@@ -13,11 +13,11 @@
<body class="release-notes">
-<h1>Release Notes for OpenLaszlo 4.0.7</h1>
+<h1>Release Notes for OpenLaszlo 4.0.8</h1>
<p class="bodytext">
-<b>OpenLaszlo 4.0.7 is a bugfix release</b> with a few changes since
OpenLaszlo 4.0.6. If you are using a version before 4.0.5, we recommending
upgrading to 4.0.7. 4.0.7 is the recommended release for swf development!
Support for applications to DHTML remains at "beta" level; it will be fully
supported with OL 4.1. This release has been tested by users world wide and
vetted by the Laszlo Systems Quality Assurance team.</p>
+<b>OpenLaszlo 4.0.8 is a bugfix release</b> to OpenLaszlo 4.0.7. If you are
using a version before 4.0.5, we recommending upgrading to 4.0.8. 4.0.8 is the
recommended release for swf development! Support for applications to DHTML
remains at "beta" level; it will be fully supported with OL 4.1. This release
has been tested by users world wide and vetted by the Laszlo Systems Quality
Assurance team.</p>
<p>
For every release, we rely on the OpenLaszlo community to help ensure
@@ -31,43 +31,14 @@
<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>New Features in 4.0.7</h1>
-<p><b>Improved Bug Report Support in Debugger:</b> The `bugReport` method of
the Debugger can be used to create a
- report suitable for copy/pasting into a bug report. To use it,
- enable backtraces and debugging, then inspect the error message
- that you believe reveals a bug, then invoke `Debug.bugReport()` in
- the debugger. Copy and paste the output of that call into your
- bug report.
-</p>
-<p>
- This process is described in more detail in the <a
href="developers/debugging.html">Debugging chapter of the
- OpenLaszlo Developer's Guide.</a>
-</p>
-<h1>Bugs Fixed in 4.0.7</h1>
+
+<h1>Bugs Fixed in 4.0.8</h1>
<ul>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-1636'>LPP-1636</a>] -
Scripts do not handle spaces in path names</li>
<li>[<a href="http://www.openlaszlo.org/jira/browse/LPP-2071">LPP-2071</a>] -
__LzDebug.whyAlive() incorrectly reports leaking arrays with SWF8</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-2593'>LPP-2593</a>] -
Trunk: lzc and lzc.bat will not run in a standard Windows configuration</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4099'>LPP-4099</a>] -
Can't get onerror event while loading resources from 403 forbidden image
links</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4142'>LPP-4142</a>] -
LZC arguments that use an equal sign (such as --runtime=swf8) do not work on
the Windows command line (cmd).</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4664'>LPP-4664</a>] -
test/explicit-replicators/replicator.lzx visually deletes last two items when
the second-to-last item is clicked and ...</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4719'>LPP-4719</a>] -
Provide a way to output relevant debug info to copy/paste into mail</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4737'>LPP-4737</a>] -
Empty graphic seen when you navigate to the OL app without Flash</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4784'>LPP-4784</a>] -
OL4.0.5, <html> tag and SWF :
http://www.openlaszlo.org/lps4/lps/components/extensions/test/html-swf.jsp NOT
WORKING</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4843'>LPP-4843</a>] -
Error parsing arguments to lzc using native Windows</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4844'>LPP-4844</a>] -
ondata event not triggered when dataset loads v4.0.5 SWF</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4884'>LPP-4884</a>] -
All small applications, except weather, will fail to display in IE7/swf.</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4906'>LPP-4906</a>] -
Laszlo Explorer, incorrect text</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4999'>LPP-4999</a>] -
IE resets history to #0 after visiting another site and pressing the back
button</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-5004'>LPP-5004</a>] -
Generate Release Notes for 4.0.7</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-5004'>LPP-5012</a>] -
Multiple calls to callJS fails in Firefox</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-5004'>LPP-5016</a>] -
_parse gets called before canvas is initialized</li>
-<li>[<a href="http://www.openlaszlo.org/jira/browse/LPP-5217">LPP-5217</a>] -
windows can leak memory</li>
-<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-5070'>LPP-5070</a>] -
Videos not playing in YouTube demo</li>
<li>[<a href="http://www.openlaszlo.org/jira/browse/LPP-5205">LPP-5205</a>] -
Debug.whyAlive no longer shows reference keeping object alive</li>
+<li>[<a href="http://www.openlaszlo.org/jira/browse/LPP-5217">LPP-5217</a>] -
windows can leak memory</li>
<li>[<a href="http://www.openlaszlo.org/jira/browse/LPP-5321">LPP-5321</a>] -
Serious memory leak for CSS styled nodes</li>
<br>
-<p><b>Notes on LPP-5070:</b> Due to recent changes in the YouTube REST API and
Google's caching procedures, a small number of videos in the YouTube Demo will
still not load when selected.</p>
</ul>
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins