starting release 0153

This commit is contained in:
benfry
2008-10-19 12:50:25 +00:00
parent 23ec7fd966
commit 79d9dcf9a7
5 changed files with 15 additions and 8 deletions

View File

@@ -42,8 +42,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 152;
static final String VERSION_NAME = "0152 Beta";
static final int VERSION = 153;
static final String VERSION_NAME = "0153 Beta";
static final int[] platforms = new int[] {
PConstants.WINDOWS, PConstants.MACOSX, PConstants.LINUX

View File

@@ -1,3 +1,7 @@
0152 core
X no changes to 0152 core
0151 core
X NullPointerException on curveVertex() when using more than 128 vertices
X http://dev.processing.org/bugs/show_bug.cgi?id=952

View File

@@ -1,4 +1,4 @@
0152 core
0153 core
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

View File

@@ -1,3 +1,10 @@
0152 pde
X movie.read() breaking, which breaks the examples
X http://dev.processing.org/bugs/show_bug.cgi?id=961
X movie width/height broken
X http://dev.processing.org/bugs/show_bug.cgi?id=962
0151 pde
o Fix error message spew on Linux when using "Save As"
X http://dev.processing.org/bugs/show_bug.cgi?id=951

View File

@@ -1,8 +1,4 @@
0152 pde
X movie.read() breaking, which breaks the examples
X http://dev.processing.org/bugs/show_bug.cgi?id=961
X movie width/height broken
X http://dev.processing.org/bugs/show_bug.cgi?id=962
0153 pde
_ don't open more than one "create font" or "color selector"