starting 3.5.2

This commit is contained in:
Ben Fry
2019-01-22 10:49:35 -05:00
parent b224321425
commit 9548caeaba
5 changed files with 15 additions and 7 deletions
+2 -2
View File
@@ -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. */
/**
+4
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
0267 (3.5.1)
0268 (3.5.2)
high-ish
+5
View File
@@ -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
+3 -4
View File
@@ -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