update Java version, other notes from bug reports

This commit is contained in:
Ben Fry
2016-04-24 20:20:02 -04:00
parent a1ebd0f7df
commit 957f744d65
3 changed files with 18 additions and 4 deletions
+2 -2
View File
@@ -59,8 +59,8 @@
<!-- Switching to 8 because updates for 7 ended April 2015 -->
<property name="jdk.version" value="8" />
<property name="jdk.update" value="77" />
<property name="jdk.build" value="3" />
<property name="jdk.update" value="92" />
<property name="jdk.build" value="14" />
<property name="jdk.short" value="${jdk.version}u${jdk.update}" />
<property name="jdk.esoteric" value="1.${jdk.version}.0_${jdk.update}" />
+13
View File
@@ -22,6 +22,19 @@ X https://github.com/processing/processing/pull/4412
andres
X Change convention for directional lights in OpenGL-Binding for GLSL
X https://github.com/processing/processing/issues/4275
X internal texture copy does not update immediately
X https://github.com/processing/processing/issues/4404
X Font corruption issue in OpenGL
X https://github.com/processing/processing/issues/4392
X setStroke() does not work with imported OBJ Pshapes
X https://github.com/processing/processing/issues/4377
contribs
X blendMode() resetting with getGraphics()
X https://github.com/processing/processing/issues/4019
X https://github.com/processing/processing/pull/4341
X https://github.com/processing/processing/issues/4376
_ textAlign(CENTER) and pixelDensity(2) aligning incorrectly with Java2D
_ https://github.com/processing/processing/issues/4020
+3 -2
View File
@@ -10,6 +10,9 @@ X https://github.com/processing/processing/pull/4325
X Fix non-ARM Linux deb build process
X https://github.com/processing/processing/issues/4308
X https://github.com/processing/processing/pull/4309
_ processing-java output as UTF-8 makes Windows unhappy
_ https://github.com/processing/processing/issues/1633
_ includes possible fix for Windows
jakub
X Update app to Java 8
@@ -872,8 +875,6 @@ DIST / Windows
_ PDE and sketches are 2x smaller on high-res Windows 8 machines
_ https://github.com/processing/processing/issues/2411
_ processing-java output as UTF-8 makes Windows unhappy
_ https://github.com/processing/processing/issues/1633
_ does launching p5 from inside the .zip folder cause it to quit immediately?
_ how can we provide an error message here?
_ how to handle double-clicked files on windows?