mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting release 0163 (the first since 1.0)
This commit is contained in:
@@ -42,9 +42,9 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int REVISION = 162;
|
||||
//static final String REVISION_NAME = "0162";
|
||||
static final String VERSION_NAME = "1.0";
|
||||
static final int REVISION = 163;
|
||||
//static final String REVISION_NAME = "0163";
|
||||
static final String VERSION_NAME = "1.0 (0163)";
|
||||
|
||||
static final int[] platforms = new int[] {
|
||||
PConstants.WINDOWS, PConstants.MACOSX, PConstants.LINUX
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
0162 core (1.0)
|
||||
X no additional changes for 1.0
|
||||
|
||||
|
||||
0161 core
|
||||
X present on macosx causing strange flicker/jump while window opens
|
||||
X using validate() for present mode, pack() otherwise
|
||||
|
||||
+1
-2
@@ -1,5 +1,4 @@
|
||||
0162 core (1.0)
|
||||
X no additional changes for 1.0
|
||||
0163 core
|
||||
|
||||
|
||||
[ known problems ]
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
0162 pde (1.0)
|
||||
X update revisions.html
|
||||
X write revisions.txt
|
||||
X in 0149, removed /System/Library/Java
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1045
|
||||
X do we need to shore up server setup for 1.0 release pounding?
|
||||
o what's the deal with disk space?
|
||||
o update known problems reference
|
||||
X update Base.java to change to Processing 1.0 instead of the beta stuff
|
||||
|
||||
|
||||
0161 pde
|
||||
X run javadoc, and upload to server
|
||||
X set background for disk image on macosx
|
||||
|
||||
@@ -1,12 +1,4 @@
|
||||
0162 pde (1.0)
|
||||
X update revisions.html
|
||||
X write revisions.txt
|
||||
X in 0149, removed /System/Library/Java
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1045
|
||||
X do we need to shore up server setup for 1.0 release pounding?
|
||||
o what's the deal with disk space?
|
||||
o update known problems reference
|
||||
X update Base.java to change to Processing 1.0 instead of the beta stuff
|
||||
0163 pde
|
||||
|
||||
|
||||
[ needs verification ]
|
||||
|
||||
Reference in New Issue
Block a user