diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 8a41c00ee..43da1dc5b 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,3 +1,25 @@ +PROCESSING 2.0a4 (REV 0203) - 10 November 2011 + +This is just a quick release so that I can procrastinate on packing for +Chicago a little longer. A handful of bug fixes here: + ++ Video capture was broken in 2.0a3 on OS X due to an issue with the build + process. Should be all set now. + ++ Fixed incessant "inefficient font rendering" debug message on Android. + ++ Fixed android/code/build.xml to point at the correct SDK version. + ++ Changing between 32- and 64- bit mode on OS X wasn't properly reloading + library paths. Now it should pick up the necessary 32- and 64-bit version + of a library that's needed. (However there are still no useful error + messages when natives aren't available for the platform--just an + UnsatisfiedLinkError when you try to run. Will fix.) + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + PROCESSING 2.0a3 (REV 0202) - 5 November 2011 Some weekend bug fixing and regression repair for the recent alpha releases. diff --git a/core/todo.txt b/core/todo.txt index 02311222b..cbcb4eb1b 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,5 @@ 0203 core +X fix strange build issue with video capture breakage on OS X _ add inputPath() and outputPath() -> sketch folder or sd card diff --git a/todo.txt b/todo.txt index 2f9bd83d1..70ff86828 100644 --- a/todo.txt +++ b/todo.txt @@ -2,6 +2,8 @@ X changing between 32- and 64- bit mode on OS X wasn't reloading library paths +_ update to Java 6u29 for Linux and Windows (OS X now updated) + _ make note of when library is not available (serial) with error msg _ i.e. if running in 64-bit mode on OS X, can't do serial