starting release 0143

This commit is contained in:
benfry
2008-06-16 12:55:14 +00:00
parent 8f18c8ace7
commit 081eec0878
5 changed files with 20 additions and 13 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 142;
static final String VERSION_NAME = "0142 Beta";
static final int VERSION = 143;
static final String VERSION_NAME = "0143 Beta";
static Platform platform;
+6
View File
@@ -1,3 +1,9 @@
0142 core
X update iText in PDF library to 2.1.2u
X loadStrings(".") should not list directory contents
X http://dev.processing.org/bugs/show_bug.cgi?id=716
0141 core
X no changes to core in 0141
+1 -4
View File
@@ -1,7 +1,4 @@
0142 core
X update iText in PDF library to 2.1.2u
X loadStrings(".") should not list directory contents
X http://dev.processing.org/bugs/show_bug.cgi?id=716
0143 core
_ option to have renderer errors show up
+9
View File
@@ -1,3 +1,12 @@
0142 pde
X fix "cannot parse error text" with duplicate var declaration
X also found that errors were continuing to process after the first
X http://dev.processing.org/bugs/show_bug.cgi?id=820
X web colors < 6 chars produce bizarre error:
X http://dev.processing.org/bugs/show_bug.cgi?id=196
X fix a problem with errors that are at the end of the codea
0141 pde
X hide javac warning messages
X "xxxx xxxx uses unsafe operations.", "recompile with -Xlint:xxxx"
+2 -7
View File
@@ -1,10 +1,5 @@
0142 pde
X fix "cannot parse error text" with duplicate var declaration
X also found that errors were continuing to process after the first
X http://dev.processing.org/bugs/show_bug.cgi?id=820
X web colors < 6 chars produce bizarre error:
X http://dev.processing.org/bugs/show_bug.cgi?id=196
X fix a problem with errors that are at the end of the code
0143 pde
_ try LSMinimumSystemVersion in Info.plist