starting the next revision

This commit is contained in:
benfry
2009-09-05 13:57:51 +00:00
parent f0724e9521
commit d9802f6d95
5 changed files with 20 additions and 13 deletions

View File

@@ -40,8 +40,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int REVISION = 169;
static String VERSION_NAME = "0169";
static final int REVISION = 170;
static String VERSION_NAME = "0170";
static HashMap<Integer, String> platformNames = new HashMap<Integer, String>();
static {

View File

@@ -1,3 +1,10 @@
0169 core (1.0.7)
X remove major try/catch block from PApplet.main()
X hopefully will allow some exception stuff to come through properly
X PVector.angleDistance() returns NaN
X http://dev.processing.org/bugs/show_bug.cgi?id=1316
0168 core (1.0.6)
X getImage() setting the wrong image type
X http://dev.processing.org/bugs/show_bug.cgi?id=1282

View File

@@ -1,8 +1,5 @@
0169 core
X remove major try/catch block from PApplet.main()
X hopefully will allow some exception stuff to come through properly
X PVector.angleDistance() returns NaN
X http://dev.processing.org/bugs/show_bug.cgi?id=1316
0170 core
_ make the index lookup use numbers up to 256?

View File

@@ -1,3 +1,11 @@
0169 pde (1.0.7)
X Erroneous line highlighting is off by one if there is no setup() routine
X http://dev.processing.org/bugs/show_bug.cgi?id=1263
X Auto-format kills Unicode characters
X http://dev.processing.org/bugs/show_bug.cgi?id=1312
X tweaks for Mac OS X Snow Leopard, to force it to run in 32-bit mode
0168 pde (1.0.6)
X suggest declaring PDF's members protected
X http://dev.processing.org/bugs/show_bug.cgi?id=1276

View File

@@ -1,9 +1,4 @@
0169 pde
X Erroneous line highlighting is off by one if there is no setup() routine
X http://dev.processing.org/bugs/show_bug.cgi?id=1263
X Auto-format kills Unicode characters
X http://dev.processing.org/bugs/show_bug.cgi?id=1312
X tweaks for Mac OS X Snow Leopard, to force it to run in 32-bit mode
0170 pde
_ System.getProperty("sun.arch.data.model").equals("32").