starting release 0130

This commit is contained in:
benfry
2007-10-18 14:03:10 +00:00
parent 0b8c8273ac
commit 560fd1371a
5 changed files with 16 additions and 7 deletions

View File

@@ -44,8 +44,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 129;
static final String VERSION_NAME = "0129 Beta";
static final int VERSION = 130;
static final String VERSION_NAME = "0130 Beta";
// set to true after the first time it's built.
// so that the errors while building don't show up again.

View File

@@ -1,3 +1,9 @@
0129 core
X width and height not always set properly
X http://dev.processing.org/bugs/show_bug.cgi?id=642
X bring back background() with alpha
0128 core
X remove PFont reflection stuff
X remove cursor reflection stuff

View File

@@ -1,6 +1,4 @@
0129 core
X width and height not always set properly
X http://dev.processing.org/bugs/show_bug.cgi?id=642
0130 core
add to reference

View File

@@ -1,3 +1,7 @@
0129 pde
X fixed up the reference for color commands, updated version
0128 pde
X fix macosx dist script to not require root password
X was just a matter of not using sudo to write the image

View File

@@ -1,5 +1,6 @@
0129 pde
X fixed up the reference for color commands, updated version
0130 pde
_ call handleClose() when closing sketch window
_ otherwise it's leaving lots of windows around
_ auto-delete of sketches might be dangerous