starting release 0163 (the first since 1.0)

This commit is contained in:
benfry
2008-11-25 05:00:06 +00:00
parent 8fc0f3875b
commit 9549f0690e
5 changed files with 20 additions and 14 deletions
+3 -3
View File
@@ -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
+4
View File
@@ -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
View File
@@ -1,5 +1,4 @@
0162 core (1.0)
X no additional changes for 1.0
0163 core
[ known problems ]
+11
View File
@@ -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 -9
View File
@@ -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 ]