Skip to content

Commit 0969b42

Browse files
committed
starting the next release
1 parent 31e5cfc commit 0969b42

File tree

5 files changed

+116
-110
lines changed

5 files changed

+116
-110
lines changed

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 = 247;
58+
static private final int REVISION = 248;
5959
/** This might be replaced by main() if there's a lib/version.txt file. */
60-
static private String VERSION_NAME = "0247"; //$NON-NLS-1$
60+
static private String VERSION_NAME = "0248"; //$NON-NLS-1$
6161
/** Set true if this a proper release rather than a numbered revision. */
6262

6363
/** True if heavy debugging error/log messages are enabled */

core/done.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
0247 (3.0.1)
2+
X curveVertex() does not work with FX2D renderer
3+
X https://github.com/processing/processing/issues/3960
4+
X hide menu bar on OS X when FX2D is running full screen
5+
X add quotes to the necessary parameters in the size() error messages
6+
X Editor menu is outside the visible screen with 800x480 display
7+
X https://github.com/processing/processing/issues/3913
8+
X https://github.com/processing/processing/pull/3999
9+
X https://github.com/processing/processing/pull/3992
10+
X add a patch for FX2D menubar not hiding, root cause not sorted out
11+
12+
jakub
13+
X Fix depth sorter ordering when two triangles in a plane share vertices
14+
X https://github.com/processing/processing/pull/4010
15+
X Turn off fixed rate scheduling in OpenGL
16+
X https://github.com/processing/processing/pull/4004
17+
X Fix GLSL preprocessing issues with variable name mangling
18+
X https://github.com/processing/processing/pull/4052
19+
X https://github.com/processing/processing/issues/3961
20+
X https://github.com/processing/processing/issues/3968
21+
22+
andres
23+
X cursor() fails to work as expected with P2D/P3D
24+
X https://github.com/processing/processing/issues/3955
25+
X Topics/Shader/Convay broken
26+
X https://github.com/processing/processing/issues/3947
27+
X https://github.com/processing/processing/issues/3973
28+
X Regressions wrt GLES2 support between b4 and b7
29+
X https://github.com/processing/processing/issues/3976
30+
X stroke glitches in P3D
31+
X https://github.com/processing/processing/issues/4007
32+
X https://github.com/processing/processing/issues/4027
33+
X https://github.com/processing/processing/issues/4012
34+
X line loops incorrectly closed in P3D
35+
X https://github.com/processing/processing/issues/4031
36+
X pixelDensity() and createGraphics()
37+
X https://github.com/processing/processing/issues/4039
38+
X https://github.com/processing/processing/commit/1d163197c970947bf5be17049bddbe8e444f759d
39+
X GL related crashes when closing the display window on Ubuntu (Intel)
40+
X https://github.com/processing/processing/issues/4041
41+
X GL related crashes when closing window on MacBook Air (Intel) running 10.9.5
42+
X https://github.com/processing/processing/issues/3977
43+
44+
jogl
45+
X Update to JogAmp JOGL 2.3.2
46+
X https://github.com/processing/processing/issues/3979
47+
X Output window cannot be set as non-resizable with the P2D or P3D renderers
48+
X https://jogamp.org/bugzilla/show_bug.cgi?id=1188
49+
X https://github.com/processing/processing/issues/3952
50+
X setAlwaysOnTop does not work in P2D and P3D on Mac
51+
X https://github.com/processing/processing/issues/3793
52+
X P2D and P3D windows behave strangely when larger than the screen size
53+
X https://github.com/processing/processing/issues/3401
54+
X Remove Gluegen & JOGL sources
55+
X https://github.com/processing/processing/pull/3982
56+
57+
158
0246 the papal visit (3.0)
259
X implement high-performance/async image saving
360
X Use PBOs for async texture copy

core/todo.txt

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,4 @@
1-
0247 (3.0.1)
2-
X curveVertex() does not work with FX2D renderer
3-
X https://github.com/processing/processing/issues/3960
4-
X hide menu bar on OS X when FX2D is running full screen
5-
X add quotes to the necessary parameters in the size() error messages
6-
X Editor menu is outside the visible screen with 800x480 display
7-
X https://github.com/processing/processing/issues/3913
8-
X https://github.com/processing/processing/pull/3999
9-
X https://github.com/processing/processing/pull/3992
10-
X add a patch for FX2D menubar not hiding, root cause not sorted out
11-
12-
jakub
13-
X Fix depth sorter ordering when two triangles in a plane share vertices
14-
X https://github.com/processing/processing/pull/4010
15-
X Turn off fixed rate scheduling in OpenGL
16-
X https://github.com/processing/processing/pull/4004
17-
X Fix GLSL preprocessing issues with variable name mangling
18-
X https://github.com/processing/processing/pull/4052
19-
X https://github.com/processing/processing/issues/3961
20-
X https://github.com/processing/processing/issues/3968
21-
22-
andres
23-
X cursor() fails to work as expected with P2D/P3D
24-
X https://github.com/processing/processing/issues/3955
25-
X Topics/Shader/Convay broken
26-
X https://github.com/processing/processing/issues/3947
27-
X https://github.com/processing/processing/issues/3973
28-
X Regressions wrt GLES2 support between b4 and b7
29-
X https://github.com/processing/processing/issues/3976
30-
X stroke glitches in P3D
31-
X https://github.com/processing/processing/issues/4007
32-
X https://github.com/processing/processing/issues/4027
33-
X https://github.com/processing/processing/issues/4012
34-
X line loops incorrectly closed in P3D
35-
X https://github.com/processing/processing/issues/4031
36-
X pixelDensity() and createGraphics()
37-
X https://github.com/processing/processing/issues/4039
38-
X https://github.com/processing/processing/commit/1d163197c970947bf5be17049bddbe8e444f759d
39-
X GL related crashes when closing the display window on Ubuntu (Intel)
40-
X https://github.com/processing/processing/issues/4041
41-
X GL related crashes when closing window on MacBook Air (Intel) running 10.9.5
42-
X https://github.com/processing/processing/issues/3977
43-
44-
jogl
45-
X Update to JogAmp JOGL 2.3.2
46-
X https://github.com/processing/processing/issues/3979
47-
X Output window cannot be set as non-resizable with the P2D or P3D renderers
48-
X https://jogamp.org/bugzilla/show_bug.cgi?id=1188
49-
X https://github.com/processing/processing/issues/3952
50-
X setAlwaysOnTop does not work in P2D and P3D on Mac
51-
X https://github.com/processing/processing/issues/3793
52-
X P2D and P3D windows behave strangely when larger than the screen size
53-
X https://github.com/processing/processing/issues/3401
54-
X Remove Gluegen & JOGL sources
55-
X https://github.com/processing/processing/pull/3982
1+
0248 (3.0.2)
562

573

584
_ when calling exit(), if sketch has halted w/ exception, force the quit

done.txt

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
0247 (3.0.1)
2+
X NullPointerException in ContributionManager.deleteTemp()
3+
X https://github.com/processing/processing/issues/4026
4+
5+
contribs
6+
X Tweak Mode sometimes freezes while running, require a force quit
7+
X https://github.com/processing/processing/issues/3928
8+
X https://github.com/processing/processing/pull/4014
9+
X Tweak Mode: Some numbers ignored in second tab
10+
X https://github.com/processing/processing/issues/4017
11+
X https://github.com/processing/processing/pull/4023
12+
X Update Japanese translation
13+
X https://github.com/processing/processing/pull/3956
14+
X https://github.com/processing/processing/pull/3971
15+
X processing-java stealing focus even with --build flag
16+
X https://github.com/processing/processing/issues/3996
17+
X https://github.com/processing/processing/pull/3998
18+
X updates for serial
19+
X https://github.com/processing/processing/pull/4015
20+
21+
jakub
22+
X Include Example packs into update count
23+
X https://github.com/processing/processing/pull/3932
24+
X Editor objects are staying in memory
25+
X https://github.com/processing/processing/issues/3930
26+
X https://github.com/processing/processing/pull/3934
27+
X https://github.com/processing/processing/issues/3929
28+
X Library path for Error Checker and Suggestions
29+
X https://github.com/processing/processing/pull/3989
30+
X https://github.com/processing/processing/issues/3924
31+
X A serious error occurred while trying to create a new editor window
32+
X https://github.com/processing/processing/issues/3974
33+
X https://github.com/processing/processing/pull/4001
34+
X Export - fix java not being embedded on 64bit
35+
X https://github.com/processing/processing/pull/4005
36+
X Add error checker document listeners to all tabs
37+
X https://github.com/processing/processing/pull/4009
38+
X Fix memory leak in Recent
39+
X https://github.com/processing/processing/pull/4044
40+
X Error checker update (also enables switch on String objects)
41+
X https://github.com/processing/processing/issues/4034
42+
X https://github.com/processing/processing/pull/4042
43+
X Fix occasional exception while editing text
44+
X https://github.com/processing/processing/pull/4043
45+
X Prevent preprocessor from crashing when setup() has no body
46+
X https://github.com/processing/processing/pull/4045
47+
48+
arm/pi
49+
X Medium-sized I/O updates
50+
X https://github.com/processing/processing/pull/3997
51+
X add i/o library for rpi
52+
X https://github.com/processing/processing/pull/3985
53+
o make sure naming, etc is all correct
54+
55+
156
0246 the holy land (3.0)
257
X "Saving" messages never clear on "Save As"
358
X https://github.com/processing/processing/issues/3861

todo.txt

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,4 @@
1-
0247 (3.0.1)
2-
X NullPointerException in ContributionManager.deleteTemp()
3-
X https://github.com/processing/processing/issues/4026
4-
5-
contribs
6-
X Tweak Mode sometimes freezes while running, require a force quit
7-
X https://github.com/processing/processing/issues/3928
8-
X https://github.com/processing/processing/pull/4014
9-
X Tweak Mode: Some numbers ignored in second tab
10-
X https://github.com/processing/processing/issues/4017
11-
X https://github.com/processing/processing/pull/4023
12-
X Update Japanese translation
13-
X https://github.com/processing/processing/pull/3956
14-
X https://github.com/processing/processing/pull/3971
15-
X processing-java stealing focus even with --build flag
16-
X https://github.com/processing/processing/issues/3996
17-
X https://github.com/processing/processing/pull/3998
18-
X updates for serial
19-
X https://github.com/processing/processing/pull/4015
20-
21-
jakub
22-
X Include Example packs into update count
23-
X https://github.com/processing/processing/pull/3932
24-
X Editor objects are staying in memory
25-
X https://github.com/processing/processing/issues/3930
26-
X https://github.com/processing/processing/pull/3934
27-
X https://github.com/processing/processing/issues/3929
28-
X Library path for Error Checker and Suggestions
29-
X https://github.com/processing/processing/pull/3989
30-
X https://github.com/processing/processing/issues/3924
31-
X A serious error occurred while trying to create a new editor window
32-
X https://github.com/processing/processing/issues/3974
33-
X https://github.com/processing/processing/pull/4001
34-
X Export - fix java not being embedded on 64bit
35-
X https://github.com/processing/processing/pull/4005
36-
X Add error checker document listeners to all tabs
37-
X https://github.com/processing/processing/pull/4009
38-
X Fix memory leak in Recent
39-
X https://github.com/processing/processing/pull/4044
40-
X Error checker update (also enables switch on String objects)
41-
X https://github.com/processing/processing/issues/4034
42-
X https://github.com/processing/processing/pull/4042
43-
X Fix occasional exception while editing text
44-
X https://github.com/processing/processing/pull/4043
45-
X Prevent preprocessor from crashing when setup() has no body
46-
X https://github.com/processing/processing/pull/4045
47-
48-
arm/pi
49-
X Medium-sized I/O updates
50-
X https://github.com/processing/processing/pull/3997
51-
X add i/o library for rpi
52-
X https://github.com/processing/processing/pull/3985
53-
o make sure naming, etc is all correct
1+
0248 (3.0.2)
542

553

564
more contribs

0 commit comments

Comments
 (0)