Skip to content

Commit f2e0ffb

Browse files
committed
update Java version, other notes from bug reports
1 parent cc44272 commit f2e0ffb

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

build/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959

6060
<!-- Switching to 8 because updates for 7 ended April 2015 -->
6161
<property name="jdk.version" value="8" />
62-
<property name="jdk.update" value="77" />
63-
<property name="jdk.build" value="3" />
62+
<property name="jdk.update" value="92" />
63+
<property name="jdk.build" value="14" />
6464

6565
<property name="jdk.short" value="${jdk.version}u${jdk.update}" />
6666
<property name="jdk.esoteric" value="1.${jdk.version}.0_${jdk.update}" />

core/todo.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ X https://github.com/processing/processing/pull/4412
2222
andres
2323
X Change convention for directional lights in OpenGL-Binding for GLSL
2424
X https://github.com/processing/processing/issues/4275
25+
X internal texture copy does not update immediately
26+
X https://github.com/processing/processing/issues/4404
27+
X Font corruption issue in OpenGL
28+
X https://github.com/processing/processing/issues/4392
29+
X setStroke() does not work with imported OBJ Pshapes
30+
X https://github.com/processing/processing/issues/4377
31+
32+
contribs
33+
X blendMode() resetting with getGraphics()
34+
X https://github.com/processing/processing/issues/4019
35+
X https://github.com/processing/processing/pull/4341
36+
X https://github.com/processing/processing/issues/4376
37+
2538

2639
_ textAlign(CENTER) and pixelDensity(2) aligning incorrectly with Java2D
2740
_ https://github.com/processing/processing/issues/4020

todo.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ X https://github.com/processing/processing/pull/4325
1010
X Fix non-ARM Linux deb build process
1111
X https://github.com/processing/processing/issues/4308
1212
X https://github.com/processing/processing/pull/4309
13+
_ processing-java output as UTF-8 makes Windows unhappy
14+
_ https://github.com/processing/processing/issues/1633
15+
_ includes possible fix for Windows
1316

1417
jakub
1518
X Update app to Java 8
@@ -872,8 +875,6 @@ DIST / Windows
872875

873876
_ PDE and sketches are 2x smaller on high-res Windows 8 machines
874877
_ https://github.com/processing/processing/issues/2411
875-
_ processing-java output as UTF-8 makes Windows unhappy
876-
_ https://github.com/processing/processing/issues/1633
877878
_ does launching p5 from inside the .zip folder cause it to quit immediately?
878879
_ how can we provide an error message here?
879880
_ how to handle double-clicked files on windows?

0 commit comments

Comments
 (0)