more release notes

This commit is contained in:
benfry
2008-07-28 03:48:12 +00:00
parent 528d0bff7e
commit 8d710a3c64
2 changed files with 20 additions and 4 deletions

View File

@@ -14,21 +14,29 @@ Eclipse compiler is more easily pluggable in the more basic ways
that we'd like to use it. Also moving toward removing the requirement
(since release 0136+) for a full JDK.
** IF THIS IS YOUR FIRST RELEASE SINCE 0135, PLEASE READ THE "ABOUT" **
** ENTRIES FOR 0136 TO 0142 BELOW FOR MAJOR CHANGES AND KNOWN BUGS **
[ fixes ]
+ The new compiler fixes (or avoids) a handful of compiler-related bugs.
http://dev.processing.org/bugs/show_bug.cgi?id=828
http://dev.processing.org/bugs/show_bug.cgi?id=831
+ "Target VM failed to initialize: VM initialization failed" now fixed.
http://dev.processing.org/bugs/show_bug.cgi?id=796
+ A handful of fixes for the build scripts, submitted by helpful users.
http://dev.processing.org/bugs/show_bug.cgi?id=851
http://dev.processing.org/bugs/show_bug.cgi?id=842
+ Giving up on Apple ever fixing their font specification bug,
and just built in a workaround so that fonts are more likely to
work on Mac OS X.
work on Mac OS X. With the workaround, using createFont() in code
(on OS X) may cause a lag (on my machine it's 150 ms with 800 fonts)
or in some cases when using hint(ENABLE_NATIVE_FONTS).
http://dev.processing.org/bugs/show_bug.cgi?id=407
(Filed as bug #4769141 with Apple http://bugreport.apple.com/)
Filed as bug #4769141 with Apple http://bugreport.apple.com/
+ Properly handle negative values passed to the arc() command.
@@ -39,6 +47,14 @@ that we'd like to use it. Also moving toward removing the requirement
a PImage in place. Setting width or height to zero will resize
that dimension in proportion to the other.
[ cannot fix ]
+ Slow response on file/sketchbook/examples menus on OS X 10.5.
This is an Apple bug in Java 1.5 and 1.6 on Mac OS X 10.5
(but not 10.4) causing these menus to be extremely slow.
Workarounds described in the bug report:
http://dev.processing.org/bugs/show_bug.cgi?id=786
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

View File

@@ -6,6 +6,8 @@ X just moving to ecj instead of javac
X preproc code showing through since it's on line 0:
X http://dev.processing.org/bugs/show_bug.cgi?id=831
X also need to handle "unexpected type" error in that example
X "Target VM failed to initialize: VM initialization failed" when trying to run
X http://dev.processing.org/bugs/show_bug.cgi?id=796
_ draw mode apps do not shut off the run button when finished
@@ -98,8 +100,6 @@ _ need someone to go out and test all scenarios of this
[ known bugs ]
_ "Target VM failed to initialize: VM initialization failed" when trying to run
_ http://dev.processing.org/bugs/show_bug.cgi?id=796
_ slow response on file, sketchbook, and examples menus
_ http://dev.processing.org/bugs/show_bug.cgi?id=786
_ could be all the listeners?