Skip to content

Commit 7ada152

Browse files
committed
starting the next release
1 parent f97a031 commit 7ada152

5 files changed

Lines changed: 27 additions & 21 deletions

File tree

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
public class Base {
5656
// Added accessors for 0218 because the UpdateCheck class was not properly
5757
// updating the values, due to javac inlining the static final values.
58-
static private final int REVISION = 262;
58+
static private final int REVISION = 263;
5959
/** This might be replaced by main() if there's a lib/version.txt file. */
60-
static private String VERSION_NAME = "0262"; //$NON-NLS-1$
60+
static private String VERSION_NAME = "0263"; //$NON-NLS-1$
6161
/** Set true if this a proper release rather than a numbered revision. */
6262

6363
/**

core/done.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0262 (3.3.5)
2+
X default to using native select on all platforms
3+
4+
contrib
5+
X Add defaultFontOrDeath to OpenGL textWidth
6+
X https://github.com/processing/processing/issues/5137
7+
X https://github.com/processing/processing/pull/5138
8+
9+
110
0261 (3.3.4)
211
X add exec() with StringList options
312
X start to add stub for shell() function

core/todo.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
0262 (3.3.5 or 3.4)
2-
X default to using native select on all platforms
3-
4-
contrib
5-
X Add defaultFontOrDeath to OpenGL textWidth
6-
X https://github.com/processing/processing/issues/5137
7-
X https://github.com/processing/processing/pull/5138
1+
0263 (3.3.6 or 3.4)
82

93

104
_ shell discussion with gohai

done.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
0262 (3.3.5 or 3.4)
2+
X use native Linux file choosers by default
3+
X https://github.com/processing/processing/issues/5122
4+
X Console window losing text
5+
X https://github.com/processing/processing/issues/5110
6+
X Linux 64-bit issues
7+
X https://github.com/processing/processing/issues/5111
8+
9+
contrib
10+
X display=-1 regression ("could not parse" message)
11+
X https://github.com/processing/processing/issues/5118
12+
X https://github.com/processing/processing/pull/5141
13+
14+
115
0261 (3.3.4)
216
X redo console handling to not use Timer, fixing freeze-up problems
317
o https://github.com/processing/processing/pull/4935

todo.txt

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
0262 (3.3.5 or 3.4)
2-
X use native Linux file choosers by default
3-
X https://github.com/processing/processing/issues/5122
4-
X Console window losing text
5-
X https://github.com/processing/processing/issues/5110
6-
_ Linux 64-bit issues
7-
_ https://github.com/processing/processing/issues/5111
8-
9-
contrib
10-
X display=-1 regression ("could not parse" message)
11-
X https://github.com/processing/processing/issues/5118
12-
X https://github.com/processing/processing/pull/5141
1+
0263 (3.3.6 or 3.4)
132

143

154
contrib

0 commit comments

Comments
 (0)