From 358aae114a6a2c5d9866b8b01a477d24270002b0 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 2 Nov 2012 12:31:40 +0000 Subject: [PATCH] working on release of 2.0b6 --- android/todo.txt | 3 +- build/shared/revisions.txt | 67 ++++++++++++++++++++++++++++++++++++++ core/todo.txt | 22 +++++++++++-- todo.txt | 8 ++++- 4 files changed, 95 insertions(+), 5 deletions(-) diff --git a/android/todo.txt b/android/todo.txt index df431b677..988c71f6f 100644 --- a/android/todo.txt +++ b/android/todo.txt @@ -1,4 +1,5 @@ -0214 android +0214 android (2.0b6) +X No changes on the Android side of things _ implement Android version of command line tools diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index b61353323..0c2cb231b 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,3 +1,70 @@ +PROCESSING 2.0b6 (REV 0214) - 2 November 2012 + +Patching up command line issues that went backwards in the last release, +a number of OpenGL fixes, and more internal changes and updates. + +[ bug fixes ] + ++ Command line support was broken in 2.0b5, with an error about + processing-java ClassNotFoundException: BatchCompiler + http://code.google.com/p/processing/issues/detail?id=1334 + On Mac OS X, you may need to re-run the "Install Command Line" tool. + ++ Make sure the sketchbook is being picked up on the command line, + so that imported libraries are handled correctly. + ++ Import statements were executed within multiline comments. + http://code.google.com/p/processing/issues/detail?id=911 + ++ Editor not responding properly if the "External Editor" preference + had been enabled with a previous release. + http://code.google.com/p/processing/issues/detail?id=1355 + ++ A number of OpenGL fixes to better handle older chipsets, like the + GMA 950 (found on lots of older Mac Minis and similar hardware). + ++ Reverted back to an older version of the JOGL library to prevent + issues with sketches locking up. In particular, this should fix + sketches that use the video library: + http://code.google.com/p/processing/issues/detail?id=1338 + http://code.google.com/p/processing/issues/detail?id=1364 + ++ Icon loading was causing an error if you used a package for your code. + http://code.google.com/p/processing/issues/detail?id=1346 + ++ No longer using --request on OS X 10.6, since it's not available. + Avoids a harmless warning message on the console when running a sketch. + +[ changes/additions ] + ++ Added an option to Preferences to enable/disable advanced input method + support to handle complex scripts like Japanese, Korean, or Chinese. + http://code.google.com/p/processing/issues/detail?id=526 + ++ Add option for blinking and/or block caret in the editor. To disable + caret blinking in the text editor, add this line to preferences.txt: + editor.caret.blink = true + Or to just a block caret, use this: + editor.caret.block = false + http://code.google.com/p/processing/issues/detail?id=1136 + +[ internal ] + ++ Removed applet-related preferences, and the 'applet' subfolder in the + source/distribution. + ++ Removed the old 'cmd' folder from the source/distribution + ++ Preferences are now written in sorted order to make it easier to handle + comparisons or other debugging. + ++ Major change to handle how the 'lib' folder is found, hopefully does a + better job with command line support. + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + PROCESSING 2.0b5 (REV 0213) - 22 October 2012 Fixes for a few regressions that showed up in 2.0b4, plus some internal diff --git a/core/todo.txt b/core/todo.txt index 8ab846d89..963576dee 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,6 +1,22 @@ -0214 core -X Patch for /trunk/processing/core/src/processing/opengl/PGraphicsOpenGL.java -X http://code.google.com/p/processing/issues/detail?id=1306 +0214 core (2.0b6) +A Patch for /trunk/processing/core/src/processing/opengl/PGraphicsOpenGL.java +A http://code.google.com/p/processing/issues/detail?id=1306 +A reverted back to earlier version of JOGL +A several fixes for GMA 950 +A video was broken due to JOGL issues +A http://code.google.com/p/processing/issues/detail?id=1364 +X icon loading causes an error if you use a package +X http://code.google.com/p/processing/issues/detail?id=1346 + + +_ mouseButton not being set properly in mouseClicked +_ http://code.google.com/p/processing/issues/detail?id=1350 + +_ "translate, or this variation of it" when using text(s, x, y, z) accidentally +_ change to be th text command + +_ OutOfMemory in image() +_ http://code.google.com/p/processing/issues/detail?id=1353 _ remove java.awt.* imports from sketches _ go through examples to make sure they're not being used diff --git a/todo.txt b/todo.txt index d0c0b1ec3..5c51c9a4c 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -0214 pde +0214 pde (2.0b6) X Input Method support (for Japanese et al.) has been disabled X implement as an option inside Preferences X http://code.google.com/p/processing/issues/detail?id=526 @@ -21,6 +21,12 @@ X check to see if sketchbook is getting picked up for cmd line X don't use --request on OS X 10.6, it's not available X processing-java ClassNotFoundException: BatchCompiler (Linux) X http://code.google.com/p/processing/issues/detail?id=1334 +X 2.0 beta editor does not respond properly if External Editor was enabled +X http://code.google.com/p/processing/issues/detail?id=1355 + + +_ Sketch that exported to Linux doesn't get the command line arguments +_ http://code.google.com/p/processing/issues/detail?id=1359 _ renaming RGB (.pde) to Rgb.java says "a file named RGB.pde already exists"