From 8d710a3c64dbf736fc5637e866bb310b4db7e658 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 28 Jul 2008 03:48:12 +0000 Subject: [PATCH] more release notes --- build/shared/revisions.txt | 20 ++++++++++++++++++-- todo.txt | 4 ++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index f52c30d75..008a7ba7a 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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 + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/todo.txt b/todo.txt index e9aa83f3c..4d27ed7f4 100644 --- a/todo.txt +++ b/todo.txt @@ -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?