Skip to content

Commit b25d3b3

Browse files
committed
working on release of 2.0b6
1 parent 98c45aa commit b25d3b3

4 files changed

Lines changed: 95 additions & 5 deletions

File tree

android/todo.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
0214 android
1+
0214 android (2.0b6)
2+
X No changes on the Android side of things
23

34

45
_ implement Android version of command line tools

build/shared/revisions.txt

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
PROCESSING 2.0b6 (REV 0214) - 2 November 2012
2+
3+
Patching up command line issues that went backwards in the last release,
4+
a number of OpenGL fixes, and more internal changes and updates.
5+
6+
[ bug fixes ]
7+
8+
+ Command line support was broken in 2.0b5, with an error about
9+
processing-java ClassNotFoundException: BatchCompiler
10+
http://code.google.com/p/processing/issues/detail?id=1334
11+
On Mac OS X, you may need to re-run the "Install Command Line" tool.
12+
13+
+ Make sure the sketchbook is being picked up on the command line,
14+
so that imported libraries are handled correctly.
15+
16+
+ Import statements were executed within multiline comments.
17+
http://code.google.com/p/processing/issues/detail?id=911
18+
19+
+ Editor not responding properly if the "External Editor" preference
20+
had been enabled with a previous release.
21+
http://code.google.com/p/processing/issues/detail?id=1355
22+
23+
+ A number of OpenGL fixes to better handle older chipsets, like the
24+
GMA 950 (found on lots of older Mac Minis and similar hardware).
25+
26+
+ Reverted back to an older version of the JOGL library to prevent
27+
issues with sketches locking up. In particular, this should fix
28+
sketches that use the video library:
29+
http://code.google.com/p/processing/issues/detail?id=1338
30+
http://code.google.com/p/processing/issues/detail?id=1364
31+
32+
+ Icon loading was causing an error if you used a package for your code.
33+
http://code.google.com/p/processing/issues/detail?id=1346
34+
35+
+ No longer using --request on OS X 10.6, since it's not available.
36+
Avoids a harmless warning message on the console when running a sketch.
37+
38+
[ changes/additions ]
39+
40+
+ Added an option to Preferences to enable/disable advanced input method
41+
support to handle complex scripts like Japanese, Korean, or Chinese.
42+
http://code.google.com/p/processing/issues/detail?id=526
43+
44+
+ Add option for blinking and/or block caret in the editor. To disable
45+
caret blinking in the text editor, add this line to preferences.txt:
46+
editor.caret.blink = true
47+
Or to just a block caret, use this:
48+
editor.caret.block = false
49+
http://code.google.com/p/processing/issues/detail?id=1136
50+
51+
[ internal ]
52+
53+
+ Removed applet-related preferences, and the 'applet' subfolder in the
54+
source/distribution.
55+
56+
+ Removed the old 'cmd' folder from the source/distribution
57+
58+
+ Preferences are now written in sorted order to make it easier to handle
59+
comparisons or other debugging.
60+
61+
+ Major change to handle how the 'lib' folder is found, hopefully does a
62+
better job with command line support.
63+
64+
65+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
66+
67+
168
PROCESSING 2.0b5 (REV 0213) - 22 October 2012
269

370
Fixes for a few regressions that showed up in 2.0b4, plus some internal

core/todo.txt

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1-
0214 core
2-
X Patch for /trunk/processing/core/src/processing/opengl/PGraphicsOpenGL.java
3-
X http://code.google.com/p/processing/issues/detail?id=1306
1+
0214 core (2.0b6)
2+
A Patch for /trunk/processing/core/src/processing/opengl/PGraphicsOpenGL.java
3+
A http://code.google.com/p/processing/issues/detail?id=1306
4+
A reverted back to earlier version of JOGL
5+
A several fixes for GMA 950
6+
A video was broken due to JOGL issues
7+
A http://code.google.com/p/processing/issues/detail?id=1364
8+
X icon loading causes an error if you use a package
9+
X http://code.google.com/p/processing/issues/detail?id=1346
10+
11+
12+
_ mouseButton not being set properly in mouseClicked
13+
_ http://code.google.com/p/processing/issues/detail?id=1350
14+
15+
_ "translate, or this variation of it" when using text(s, x, y, z) accidentally
16+
_ change to be th text command
17+
18+
_ OutOfMemory in image()
19+
_ http://code.google.com/p/processing/issues/detail?id=1353
420

521
_ remove java.awt.* imports from sketches
622
_ go through examples to make sure they're not being used

todo.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0214 pde
1+
0214 pde (2.0b6)
22
X Input Method support (for Japanese et al.) has been disabled
33
X implement as an option inside Preferences
44
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
2121
X don't use --request on OS X 10.6, it's not available
2222
X processing-java ClassNotFoundException: BatchCompiler (Linux)
2323
X http://code.google.com/p/processing/issues/detail?id=1334
24+
X 2.0 beta editor does not respond properly if External Editor was enabled
25+
X http://code.google.com/p/processing/issues/detail?id=1355
26+
27+
28+
_ Sketch that exported to Linux doesn't get the command line arguments
29+
_ http://code.google.com/p/processing/issues/detail?id=1359
2430

2531
_ renaming RGB (.pde) to Rgb.java says "a file named RGB.pde already exists"
2632

0 commit comments

Comments
 (0)