diff --git a/android/todo.txt b/android/todo.txt index b57b3383e..34297f8ce 100644 --- a/android/todo.txt +++ b/android/todo.txt @@ -1,4 +1,4 @@ -0206 android +0206 android (2.0a7) X add full PAppletMethods implementation to Android X swap Run on Device and Run on Emulator X http://code.google.com/p/processing/issues/detail?id=1083 diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index bf0fc7bd5..282f40ac3 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -6,6 +6,11 @@ The big change is that we're dropping support for applets in 2.0, and in this release. See the Changes section of the Wiki for details. We've not updated all of the documentation to reflect this yet. +OS X 10.8 Mountain Lion support has also been added, by virtue of our +paying $99/year for the privilege of releasing our free and open source +application on OS X. When run on 10.8, versions prior to 2.0a7 would report +that they were corrupt, invalid, or not trusted. Which is definitely us. + [ editor ] + Implemented a "Recent Sketches" menu. This replaces re-opening diff --git a/todo.txt b/todo.txt index 8b1b1679f..79962a687 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -0206 pde +0206 pde (2.0a7) X suppress "invalid context 0x0" and "invalid drawable" at the console level X launch moviemaker as separate Java process (to disable Quaqua) o or selectively disable parts to see which is causing the trouble