Author: ben
Date: 2007-08-23 21:47:57 -0700 (Thu, 23 Aug 2007)
New Revision: 6208
Modified:
openlaszlo/branches/wafflecone/docs/release-notes.html
Log:
Change 20070823-ben-a by [EMAIL PROTECTED] on 2007-08-23 21:44:47 PDT
in /Users/ben/src/svn/openlaszlo/branches/wafflecone
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: Begin heinous draft of 4.0.5 release notes.
New Features:
Bugs Fixed: PARTIAL LPP-4577 Write wafflecone release notes
Technical Reviewer: none
QA Reviewer: none
Doc Reviewer: (pending)
Documentation:
These are definitely NOT complete, done, or ready to be shipped.
They are just an ugly starting place.
Release Notes:
Details:
Tests:
docs/releasenotes.html passes w3c validator
Modified: openlaszlo/branches/wafflecone/docs/release-notes.html
===================================================================
--- openlaszlo/branches/wafflecone/docs/release-notes.html 2007-08-24
04:43:40 UTC (rev 6207)
+++ openlaszlo/branches/wafflecone/docs/release-notes.html 2007-08-24
04:47:57 UTC (rev 6208)
@@ -3,7 +3,8 @@
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
-* X_LZ_COPYRIGHT_END ******************************************************
--><title>OpenLaszlo 4.0.3 Release Notes</title>
+* X_LZ_COPYRIGHT_END ****************************************************** -->
+<title>OpenLaszlo 4.0.5 Release Notes</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -13,10 +14,12 @@
<body class="release-notes">
-<h1><b>Release Notes for OpenLaszlo 4.0.3</b> </h1>
+<h1><b>INCOMPLETE CONFUSING HALF-DONE Release Notes for OpenLaszlo 4.0.5</b>
</h1>
<p class="bodytext">
-OpenLaszlo 4.0.3 is a bug fix release, based on OpenLaszlo 4.0.2. This release
includes many bugfixes, including many community-reported bugs, and several
community-contributed fixes. If you are developing in 4.0.0, 4.0.1, or 4.0.2,
please upgrade to 4.0.3 in order to take advantage of the bugs fixed in this
release. 4.0.x is a big change from OpenLaszlo 3.x.</p>
+OpenLaszlo 4.0.5 is .... TODO [WORDS GO HERE] ....
+This release includes many bugfixes, including many community-reported bugs,
and several community-contributed fixes. If you are developing in 4.0.0, 4.0.1,
4.0.2, or 4.0.3, please upgrade to 4.0.5 in order to take advantage of the bugs
fixed in this release.</p>
+<p>What happened to 4.0.4? We skipped a number. We don't like 404s. It has
some bad bugs that we discovered at the last minute; we do not recommend
development with 4.0.3. Use 4.0.4 instead; it is exactly release 4.0.3 with two
additional bug fixes, fo.</p>
<p>
For every release, we rely on the OpenLaszlo community to help ensure
the quality of the platform release and to determine its future
@@ -28,16 +31,21 @@
<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>
+<h1>TODO: CHECK ON THE STATUS OF THESE BUGS -- [WAS: Important Known Open Bugs
in 4.0.4]</h1>
+<p><a href="http://www.openlaszlo.org/jira/browse/LPP-4242">LPP-4242</a> and
<a href="http://www.openlaszlo.org/jira/browse/LPP-4244">LPP-4244</a></p>
+<p>Some known bugs are present in this release; 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>
- <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4210">drawview
gradients broken in Firefox</a> This is due to lack of support in the DHTML
canvas tag for opacity in gradients. Firefox is among the browsers that doesn't
accept opacity information for gradient stops. Similar effects can be achieved
with color.</li>
- <li><a
href="http://www.openlaszlo.org/jira/browse/LPP-2958">lztest-textstyle.lzx
fails in legals</a> The foreground and background colors of text are not
handled the same in swf and in dhtml. There are minor display differences
between SWF and DHTML, because SWF uses a separate background movieclip,
whereas DHTML just uses bgcolor attribute of text. The workaround is to put an
extra view in behind the text view. This workaround will not work for
DHTML/Safari.</li>
+ <li>TODO CHECK STATUS <a
href="http://www.openlaszlo.org/jira/browse/LPP-4241"> Views clip their
contents when opacity changed in R5588 IE7 DHTML</a> This an issue with the IE7
renderer. The workaround is to not set the width/height of the container that
has alpha (so the view system can resize it to its contents) or set the
width/height to be bigger than its contents. See the <a
href="http://jira.openlaszlo.org/jira/browse/LPP-4241#action_37470">JIRA bug
comments</a> for an example of this workaround, and <a
href="http://blogs.msdn.com/ie/archive/2005/04/26/412263.aspx">this msdn
article</a>.</li>
+ <li>TODO CHECK STATUS <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>TODO CHECK STATUS <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>
+ <li>TODO CHECK STATUS <a
href="http://www.openlaszlo.org/jira/browse/LPP-4210">drawview gradients broken
in Firefox</a> This is due to lack of support in the DHTML canvas tag for
opacity in gradients. Firefox is among the browsers that doesn't accept opacity
information for gradient stops. Similar effects can be achieved with color.</li>
+ <li>TODO CHECK STATUS <a
href="http://www.openlaszlo.org/jira/browse/LPP-2958">lztest-textstyle.lzx
fails in legals</a> The foreground and background colors of text are not
handled the same in swf and in dhtml. There are minor display differences
between SWF and DHTML, because SWF uses a separate background movieclip,
whereas DHTML just uses bgcolor attribute of text. The workaround is to put an
extra view in behind the text view. This workaround will not work for
DHTML/Safari.</li>
+
</ul>
-<h1>Resoloved Bugs in OpenLaszlo 4.0.3 (76)</h1>
+<h1>TODO: LIST RESOLVED BUGS IN OpenLaszlo 4.0.5</h1>
+
+<h1>Resoloved Bugs in OpenLaszlo 4.0.4 (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>
<li><a href="http://www.openlaszlo.org/jira/browse/LPP-1834">LPP-1834</a>
cubic bezier implementation in drawview has issues</li>
@@ -112,12 +120,14 @@
<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4152">LPP-4152</a>
Global cursor should be cleared by LzCursor.restoreCursor() in DHTML</li>
<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4156">LPP-4156</a>
Drawview fill() broken in R5451 DHTML FF</li>
<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4168">LPP-4168</a>
onframe event not being sent</li>
+<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4242">LPP-4242</a>
Controls go to disabled state when outer view opacity set in R5588 IE7
DHTML</li>
+<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4244">LPP-4244</a>
Mouse handling busted in R5588 IE7 DHTML</li>
<li><a href='http://www.openlaszlo.org/jira/browse/LPP-4252'>LPP-4252</a>
Demos in IE/dhtml have artifacts and buttons/tabs cannot be selected</li>
<li><a href='http://www.openlaszlo.org/jira/browse/LPP-4254'>LPP-4254</a>
Combobox items not reliably responding to mouse clicks for SWF and DHTML
R5599</li>
<li><a href='http://www.openlaszlo.org/jira/browse/LPP-4271'>LPP-4271</a>
Flash and DHTML: Problem selecting editable and non-editable combobox
(Regression)</li>
</ul>
-<h1>Improvements in OpenLaszlo 4.0.3</h1>
+<h1>Improvements in OpenLaszlo 4.0.4</h1>
<ul>
<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-2828'>LPP-2828</a>
Find some way to get rid of LzFixTags in the LFC</li>
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins