starting release 0112

This commit is contained in:
benfry
2006-03-28 21:32:36 +00:00
parent 2667ebfb04
commit 786258cacd
5 changed files with 28 additions and 23 deletions

View File

@@ -50,8 +50,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 111;
static final String VERSION_NAME = "0111 Beta";
static final int VERSION = 112;
static final String VERSION_NAME = "0112 Beta";
/**
* Path of filename opened on the command line,

View File

@@ -1,3 +1,16 @@
0111 core
X need to have a better way of getting/figuring out the endian
X use ByteOrder class in jdk 1.4, since issue is local to JOGL
X security ex when run as an applet
X also can no longer assume that macosx is big endian
X http://dev.processing.org/bugs/show_bug.cgi?id=309
o making 'run' synchronized caused a freeze on start w/ opengl
X display() as a function name is problematic
X causes nothing to show up.. either rename or mark it final
X http://dev.processing.org/bugs/show_bug.cgi?id=213
X fix for lights throwing a BufferOverflowException
0110 core
X finish updates for osx and opengl
X http://developer.apple.com/qa/qa2005/qa1295.html

View File

@@ -1,14 +1,4 @@
0111 core
X need to have a better way of getting/figuring out the endian
X use ByteOrder class in jdk 1.4, since issue is local to JOGL
X security ex when run as an applet
X also can no longer assume that macosx is big endian
X http://dev.processing.org/bugs/show_bug.cgi?id=309
o making 'run' synchronized caused a freeze on start w/ opengl
X display() as a function name is problematic
X causes nothing to show up.. either rename or mark it final
X http://dev.processing.org/bugs/show_bug.cgi?id=213
X fix for lights throwing a BufferOverflowException
0112 core
bugs arising from / part of priorities

View File

@@ -1,3 +1,14 @@
0111 pde
X switch back to rev b3 of jogl so that applets will work
X fix color picker:
X http://dev.processing.org/bugs/show_bug.cgi?id=308
X also add esc/ctrl-w for closing the picker
X update information on mactels in the faq, also java 1.6
X find/build universal version of rxtx
X http://dev.processing.org/bugs/show_bug.cgi?id=311
X update the faq
0110 pde
X no changes to the pde, only fixes for jogl

View File

@@ -1,13 +1,4 @@
0111 pde
X switch back to rev b3 of jogl so that applets will work
X fix color picker:
X http://dev.processing.org/bugs/show_bug.cgi?id=308
X also add esc/ctrl-w for closing the picker
X update information on mactels in the faq, also java 1.6
X find/build universal version of rxtx
X http://dev.processing.org/bugs/show_bug.cgi?id=311
X update the faq
0112 pde
_ linux problems with things not showing up
_ probably threading issue, 98 doesn't have any trouble