From 4b26da92cdddf0ea0e924e6e958869acf8ad0866 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 23 Jun 2017 19:01:42 -0400 Subject: [PATCH] starting the next release --- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 9 +++++++++ core/todo.txt | 8 +------- done.txt | 14 ++++++++++++++ todo.txt | 13 +------------ 5 files changed, 27 insertions(+), 21 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index c4a25bb90..06b01c083 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -55,9 +55,9 @@ import processing.data.StringList; 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 = 262; + static private final int REVISION = 263; /** This might be replaced by main() if there's a lib/version.txt file. */ - static private String VERSION_NAME = "0262"; //$NON-NLS-1$ + static private String VERSION_NAME = "0263"; //$NON-NLS-1$ /** Set true if this a proper release rather than a numbered revision. */ /** diff --git a/core/done.txt b/core/done.txt index d8a7e7d0a..5468d84ff 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,12 @@ +0262 (3.3.5) +X default to using native select on all platforms + +contrib +X Add defaultFontOrDeath to OpenGL textWidth +X https://github.com/processing/processing/issues/5137 +X https://github.com/processing/processing/pull/5138 + + 0261 (3.3.4) X add exec() with StringList options X start to add stub for shell() function diff --git a/core/todo.txt b/core/todo.txt index d2bec0a91..93a78b1ab 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,10 +1,4 @@ -0262 (3.3.5 or 3.4) -X default to using native select on all platforms - -contrib -X Add defaultFontOrDeath to OpenGL textWidth -X https://github.com/processing/processing/issues/5137 -X https://github.com/processing/processing/pull/5138 +0263 (3.3.6 or 3.4) _ shell discussion with gohai diff --git a/done.txt b/done.txt index e8f8f435a..527961f6e 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,17 @@ +0262 (3.3.5 or 3.4) +X use native Linux file choosers by default +X https://github.com/processing/processing/issues/5122 +X Console window losing text +X https://github.com/processing/processing/issues/5110 +X Linux 64-bit issues +X https://github.com/processing/processing/issues/5111 + +contrib +X display=-1 regression ("could not parse" message) +X https://github.com/processing/processing/issues/5118 +X https://github.com/processing/processing/pull/5141 + + 0261 (3.3.4) X redo console handling to not use Timer, fixing freeze-up problems o https://github.com/processing/processing/pull/4935 diff --git a/todo.txt b/todo.txt index 3ac674b69..3b6a35ed6 100755 --- a/todo.txt +++ b/todo.txt @@ -1,15 +1,4 @@ -0262 (3.3.5 or 3.4) -X use native Linux file choosers by default -X https://github.com/processing/processing/issues/5122 -X Console window losing text -X https://github.com/processing/processing/issues/5110 -_ Linux 64-bit issues -_ https://github.com/processing/processing/issues/5111 - -contrib -X display=-1 regression ("could not parse" message) -X https://github.com/processing/processing/issues/5118 -X https://github.com/processing/processing/pull/5141 +0263 (3.3.6 or 3.4) contrib