From 9548caeaba161148bf82c39893133b68a195f9c0 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 22 Jan 2019 10:49:35 -0500 Subject: [PATCH] starting 3.5.2 --- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 4 ++++ core/todo.txt | 2 +- done.txt | 5 +++++ todo.txt | 7 +++---- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 919440f4d..0ddd739d8 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -56,9 +56,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 = 267; + static private final int REVISION = 268; /** This might be replaced by main() if there's a lib/version.txt file. */ - static private String VERSION_NAME = "0267"; //$NON-NLS-1$ + static private String VERSION_NAME = "0268"; //$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 e616f82f3..d32cba1ca 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +0267 (3.5.1) +X no changes to core in this release + + 0266 (3.5) X fix javaPlatform variable for newer JDK versions X https://github.com/processing/processing/pull/5626 diff --git a/core/todo.txt b/core/todo.txt index e7dafe49d..40d73ea72 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,4 @@ -0267 (3.5.1) +0268 (3.5.2) high-ish diff --git a/done.txt b/done.txt index 5d17fd845..435cbd102 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,8 @@ +0267 (3.5.1) +X size() command not working properly +X https://github.com/processing/processing/issues/5759 + + 0266 (3.5) X update to Java 8u192 o processing-java doesn't handle sketch exceptions by quitting the sketch diff --git a/todo.txt b/todo.txt index 0856a9168..eed92ada5 100755 --- a/todo.txt +++ b/todo.txt @@ -1,9 +1,8 @@ -0267 (3.5.1) -X size() command not working properly -X https://github.com/processing/processing/issues/5759 +0268 (3.5.2) +_ shortcuts not working on Windows/Linux (using meta) +_ https://github.com/processing/processing/issues/5763 -3.5.1 _ Find in Reference disabled for various keywords (draw, for, if, catch, while) _ https://github.com/processing/processing/issues/5562 _ https://github.com/processing/processing/pull/5642