starting the next release

This commit is contained in:
Ben Fry
2015-04-26 22:22:32 -04:00
parent 5fddf7e82b
commit db33269daa
5 changed files with 24 additions and 17 deletions
+2 -2
View File
@@ -47,9 +47,9 @@ import processing.core.*;
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 = 234;
static private final int REVISION = 235;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "0234"; //$NON-NLS-1$
static private String VERSION_NAME = "0235"; //$NON-NLS-1$
/** Set true if this a proper release rather than a numbered revision. */
// static private boolean RELEASE = false;
+4
View File
@@ -1,3 +1,7 @@
0234 (3.0a7)
X add fix to avoid StringList leak
0233 (3.0a6)
X remove Applet as base class
X how to name the retina pixel stuff
+1 -2
View File
@@ -1,5 +1,4 @@
0234 (3.0a7)
X add fix to avoid StringList leak
0235 (3.0a7)
high priority
+15
View File
@@ -1,3 +1,18 @@
0234 (3.0a7)
X fix bug causing Preferences window exception
X https://github.com/processing/processing/issues/3215
X install/remove buttons not working in the managers
X https://github.com/processing/processing/issues/3172
X Preferences window elements not sized correctly in 3.0a6
X https://github.com/processing/processing/issues/3212
X https://github.com/processing/processing/pull/3217
X https://github.com/processing/processing/pull/3220
X call setEditable() later after the layout
X Fixed Find/Replace layout regressions in 3.0a6
X https://github.com/processing/processing/issues/3213
X https://github.com/processing/processing/pull/3216
0233 (3.0a6)
X post a note about the "help" stuff
X https://github.com/processing/processing/labels/help
+2 -13
View File
@@ -1,18 +1,7 @@
0234 (3.0a7)
X fix bug causing Preferences window exception
X https://github.com/processing/processing/issues/3215
X install/remove buttons not working in the managers
X https://github.com/processing/processing/issues/3172
X Preferences window elements not sized correctly in 3.0a6
X https://github.com/processing/processing/issues/3212
X https://github.com/processing/processing/pull/3217
X https://github.com/processing/processing/pull/3220
X call setEditable() later after the layout
X Fixed Find/Replace layout regressions in 3.0a6
X https://github.com/processing/processing/issues/3213
X https://github.com/processing/processing/pull/3216
0235 (3.0a8)
_ 'ant clean' not removing old versions created by dist
_ finish adding 'examples' contribs
_ https://github.com/processing/processing/issues/2953
_ don't return here, allow contrib types to fail: