From db33269daabc910398ac39e7f763e62842a550e1 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 26 Apr 2015 22:22:32 -0400 Subject: [PATCH] starting the next release --- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 4 ++++ core/todo.txt | 3 +-- done.txt | 15 +++++++++++++++ todo.txt | 15 ++------------- 5 files changed, 24 insertions(+), 17 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index c34d101b3..49d551061 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -47,9 +47,9 @@ import processing.core.*; public class Base { // Added accessors for 0218 because the UpdateCheck class was not properly // updating the values, due to javac inlining the static final values. - static private final int REVISION = 234; + static private final int REVISION = 235; /** This might be replaced by main() if there's a lib/version.txt file. */ - static private String VERSION_NAME = "0234"; //$NON-NLS-1$ + static private String VERSION_NAME = "0235"; //$NON-NLS-1$ /** Set true if this a proper release rather than a numbered revision. */ // static private boolean RELEASE = false; diff --git a/core/done.txt b/core/done.txt index f034fcd2b..d782b577c 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +0234 (3.0a7) +X add fix to avoid StringList leak + + 0233 (3.0a6) X remove Applet as base class X how to name the retina pixel stuff diff --git a/core/todo.txt b/core/todo.txt index 1297f7a04..3b3614695 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,4 @@ -0234 (3.0a7) -X add fix to avoid StringList leak +0235 (3.0a7) high priority diff --git a/done.txt b/done.txt index 4437bfbbb..3935a6f2c 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,18 @@ +0234 (3.0a7) +X fix bug causing Preferences window exception +X https://github.com/processing/processing/issues/3215 +X install/remove buttons not working in the managers +X https://github.com/processing/processing/issues/3172 +X Preferences window elements not sized correctly in 3.0a6 +X https://github.com/processing/processing/issues/3212 +X https://github.com/processing/processing/pull/3217 +X https://github.com/processing/processing/pull/3220 +X call setEditable() later after the layout +X Fixed Find/Replace layout regressions in 3.0a6 +X https://github.com/processing/processing/issues/3213 +X https://github.com/processing/processing/pull/3216 + + 0233 (3.0a6) X post a note about the "help" stuff X https://github.com/processing/processing/labels/help diff --git a/todo.txt b/todo.txt index cb0695da2..17d068c57 100644 --- a/todo.txt +++ b/todo.txt @@ -1,18 +1,7 @@ -0234 (3.0a7) -X fix bug causing Preferences window exception -X https://github.com/processing/processing/issues/3215 -X install/remove buttons not working in the managers -X https://github.com/processing/processing/issues/3172 -X Preferences window elements not sized correctly in 3.0a6 -X https://github.com/processing/processing/issues/3212 -X https://github.com/processing/processing/pull/3217 -X https://github.com/processing/processing/pull/3220 -X call setEditable() later after the layout -X Fixed Find/Replace layout regressions in 3.0a6 -X https://github.com/processing/processing/issues/3213 -X https://github.com/processing/processing/pull/3216 +0235 (3.0a8) +_ 'ant clean' not removing old versions created by dist _ finish adding 'examples' contribs _ https://github.com/processing/processing/issues/2953 _ don't return here, allow contrib types to fail: