From 9549f0690eed5198f47e03827f1168d3bb122780 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 25 Nov 2008 05:00:06 +0000 Subject: [PATCH] starting release 0163 (the first since 1.0) --- app/src/processing/app/Base.java | 6 +++--- core/done.txt | 4 ++++ core/todo.txt | 3 +-- done.txt | 11 +++++++++++ todo.txt | 10 +--------- 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 1c6d34920..a5cecf65f 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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 diff --git a/core/done.txt b/core/done.txt index 9d1e2b9fb..761e5c855 100644 --- a/core/done.txt +++ b/core/done.txt @@ -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 diff --git a/core/todo.txt b/core/todo.txt index 7749a343c..0157da883 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,4 @@ -0162 core (1.0) -X no additional changes for 1.0 +0163 core [ known problems ] diff --git a/done.txt b/done.txt index 6d97cc4e8..95fb4f1c3 100644 --- a/done.txt +++ b/done.txt @@ -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 diff --git a/todo.txt b/todo.txt index 618904b9f..704415d27 100644 --- a/todo.txt +++ b/todo.txt @@ -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 ]