From 79d9dcf9a73dc2d34e27cf7438e2bee2b849dd95 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 19 Oct 2008 12:50:25 +0000 Subject: [PATCH] starting release 0153 --- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 4 ++++ core/todo.txt | 2 +- done.txt | 7 +++++++ todo.txt | 6 +----- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 6248d7022..d3fdcb6a7 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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 diff --git a/core/done.txt b/core/done.txt index 535ac3fa8..c63a0d47e 100644 --- a/core/done.txt +++ b/core/done.txt @@ -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 diff --git a/core/todo.txt b/core/todo.txt index 96bd59cb9..b535298cd 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,4 @@ -0152 core +0153 core . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/done.txt b/done.txt index 4d21dc35d..cc082db0d 100644 --- a/done.txt +++ b/done.txt @@ -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 diff --git a/todo.txt b/todo.txt index a6f3f3f3a..3ac3c053f 100644 --- a/todo.txt +++ b/todo.txt @@ -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"