starting the next release

This commit is contained in:
Ben Fry
2017-06-23 19:01:42 -04:00
parent 8e0c370c4f
commit 4b26da92cd
5 changed files with 27 additions and 21 deletions
+2 -2
View File
@@ -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. */
/**
+9
View File
@@ -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
+1 -7
View File
@@ -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
+14
View File
@@ -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
+1 -12
View File
@@ -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