starting the next release

This commit is contained in:
Ben Fry
2017-04-25 22:25:48 -04:00
parent 9ebb5bc331
commit f41360c0bf
5 changed files with 30 additions and 23 deletions

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 = 259;
static private final int REVISION = 260;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "0259"; //$NON-NLS-1$
static private String VERSION_NAME = "0260"; //$NON-NLS-1$
/** Set true if this a proper release rather than a numbered revision. */
/**

View File

@@ -1,3 +1,25 @@
0259 (3.3.2)
X add (far) more efficient file loading for loadBytes(File)
X add loadBytes(URL) variant that uses content length header for array size
X keyPressed is false if one key is released while multiple keys are pressed
X https://github.com/processing/processing/issues/4993
X createInput() wasn't returning null for files that were not found
X https://github.com/processing/processing/issues/5026
andres
X Assigning Pixels Vertically Flipped in P2D
X https://github.com/processing/processing/issues/5013
gohai
X improve loadBytes() performance
X https://github.com/processing/processing/pull/5027
jakub
X ArrayIndexOutOfBoundsException when using tint() or loadFont()
X https://github.com/processing/processing/issues/5028
X https://github.com/processing/processing/pull/5029
0258 (3.3.1)
X improve sum() functions in processing.data
X add sum() to IntDict and FloatDict

View File

@@ -1,23 +1,4 @@
0259 (3.3.2)
X add (far) more efficient file loading for loadBytes(File)
X add loadBytes(URL) variant that uses content length header for array size
X keyPressed is false if one key is released while multiple keys are pressed
X https://github.com/processing/processing/issues/4993
X createInput() wasn't returning null for files that were not found
X https://github.com/processing/processing/issues/5026
andres
X Assigning Pixels Vertically Flipped in P2D
X https://github.com/processing/processing/issues/5013
gohai
X improve loadBytes() performance
X https://github.com/processing/processing/pull/5027
jakub
X ArrayIndexOutOfBoundsException when using tint() or loadFont()
X https://github.com/processing/processing/issues/5028
X https://github.com/processing/processing/pull/5029
0260 (3.3.3 or 3.4)
high

View File

@@ -1,3 +1,7 @@
0259 (3.3.2)
X no changes to the PDE in this release
0258 (3.3.1)
X fix the JRE downloader
X https://gist.github.com/P7h/9741922

View File

@@ -1,4 +1,4 @@
0259 (3.3.2)
0260 (3.3.3 or 3.4)
contrib