starting revision 0184

This commit is contained in:
benfry
2010-03-31 14:41:22 +00:00
parent 0a8c57d41e
commit a0a8c8ea97
7 changed files with 25 additions and 15 deletions

View File

@@ -1,3 +1,10 @@
0183 android (pre-release)
X mention in the notes
o emulator doesn't always start the sketch the first time
X emulator stays open because it's too slow to restart it
X add notes to about.txt, and add link to it
0182 android (pre-release)
X added skewX/Y implementation
X http://dev.processing.org/bugs/show_bug.cgi?id=1448

View File

@@ -1,8 +1,4 @@
0183 android
X mention in the notes
o emulator doesn't always start the sketch the first time
X emulator stays open because it's too slow to restart it
X add notes to about.txt, and add link to it
0184 android
_ exceptions on first run of the emulator (osx only?)

View File

@@ -40,9 +40,9 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int REVISION = 183;
static final int REVISION = 184;
/** This might be replaced by main() if there's a lib/version.txt file. */
static public String VERSION_NAME = "0183";
static public String VERSION_NAME = "0184";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;

View File

@@ -1,3 +1,7 @@
0183 core (pre-release)
X no changes to core in 0183
0182 core (pre-release)
X fix problem with textMode(SHAPE) when using createFont()
X fix other problems with font use in PDF

View File

@@ -1,4 +1,4 @@
0183 core
0184 core
stop() mess

View File

@@ -1,3 +1,12 @@
0183 pde (pre-release)
X additional updates to autoformat, jdf adding tests
fixed in earlier releases
X export application including video capture broken in snowleopard
X http://dev.processing.org/bugs/show_bug.cgi?id=1440
X fixed in an earlier release
0182 pde (pre-release)
preprocessor fixes

View File

@@ -1,10 +1,4 @@
0183 pde
X additional updates to autoformat, jdf adding tests
fixed in earlier releases
X export application including video capture broken in snowleopard
X http://dev.processing.org/bugs/show_bug.cgi?id=1440
X fixed in an earlier release
0184 pde
need examples