starting the next release

This commit is contained in:
Ben Fry
2013-06-21 15:35:44 -04:00
parent 0f1f70590a
commit 05d6b280ef
5 changed files with 27 additions and 21 deletions
+2 -2
View File
@@ -46,9 +46,9 @@ import processing.core.*;
public class Base {
// Added accessors for 0218 because the UpdateCheck class was not properly
// updating the values, because javac was inlining the static final values.
static private final int REVISION = 219;
static private final int REVISION = 220;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "0219"; //$NON-NLS-1$
static private String VERSION_NAME = "0220"; //$NON-NLS-1$
/** Set true if this a proper release rather than a numbered revision. */
// static private boolean RELEASE = false;
+10
View File
@@ -1,3 +1,13 @@
0219 core (2.0.1)
X add error message for what line was bad while parsing a table
X otherwise confusing ArrayIndexOutOfBoundsException while parsing bad CSV
X getVertex() trying to get three values when no Z-coord is available
X "PShape getVertex() not implemented properly for SVG files"
X https://github.com/processing/processing/issues/1596
X typo in printProjection() method
X https://github.com/processing/processing/issues/1863
0218 core (2.0)
X textureWrap(REPEAT) + textureMode(IMAGE) clamps positive coordinates
X https://github.com/processing/processing/issues/1809
+1 -8
View File
@@ -1,11 +1,4 @@
0219 core (2.0.1)
X add error message for what line was bad while parsing a table
X otherwise confusing ArrayIndexOutOfBoundsException while parsing bad CSV
X getVertex() trying to get three values when no Z-coord is available
X "PShape getVertex() not implemented properly for SVG files"
X https://github.com/processing/processing/issues/1596
X typo in printProjection() method
X https://github.com/processing/processing/issues/1863
0220 core
high
+13
View File
@@ -1,3 +1,16 @@
0219 pde (2.0.1)
X modes, tools, libraries not copying/moving properly on Windows
X https://github.com/processing/processing/issues/1781
X undo seems to not be going to the right location (now with example)
X https://github.com/processing/processing/issues/707
X http://code.google.com/p/processing/issues/detail?id=668
X fixes from Josh Giesbrecht
X line ending problem with args.txt for Windows when exporting from others
X (exporting from OS X to Windows)
X https://github.com/processing/processing/issues/1890
X add option to remove the background image at the top of the window
0218 pde (2.0)
X Example window has the Java application icon
X https://github.com/processing/processing/issues/1800
+1 -11
View File
@@ -1,14 +1,4 @@
0219 pde (2.0.1)
X modes, tools, libraries not copying/moving properly on Windows
X https://github.com/processing/processing/issues/1781
X undo seems to not be going to the right location (now with example)
X https://github.com/processing/processing/issues/707
X http://code.google.com/p/processing/issues/detail?id=668
X fixes from Josh Giesbrecht
X line ending problem with args.txt for Windows when exporting from others
X (exporting from OS X to Windows)
X https://github.com/processing/processing/issues/1890
X add option to remove the background image at the top of the window
0220 pde
high