finalizing release 0153

This commit is contained in:
benfry
2008-10-21 13:28:33 +00:00
parent 4f310b8bbd
commit e338ce18d8
3 changed files with 27 additions and 3 deletions

View File

@@ -3,6 +3,29 @@ file is a list of changes between each release. this is not a general
reference of how to use processing, because the information for older
releases will be super crusty.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0153 - 21 October 2008
Read the release notes for revision 0149! There were major changes to
library installation, and the Candy and XML libraries have been moved.
[ fixes/changes ]
+ Fix ClassNotFoundException: quicktime.std.StdQTException with release 0152
http://dev.processing.org/bugs/show_bug.cgi?id=970
+ Delete files before adding, otherwise case changes are not preserved.
http://dev.processing.org/bugs/show_bug.cgi?id=969
+ In a previous release, moved the nag about "had to rename sketch" into
the console instead of bringing up a new dialog box.
+ For library authors, PImage.init() is now public again.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

View File

@@ -1,4 +1,5 @@
0153 core
X make PImage.init() public again
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

View File

@@ -1,15 +1,15 @@
0153 pde
X delete files before adding, otherwise case changes are not preserved
X http://dev.processing.org/bugs/show_bug.cgi?id=969
_ ClassNotFoundException: quicktime.std.StdQTException with release 0152
_ http://dev.processing.org/bugs/show_bug.cgi?id=970
X ClassNotFoundException: quicktime.std.StdQTException with release 0152
X http://dev.processing.org/bugs/show_bug.cgi?id=970
previous
o put the "had to rename sketch" message in the msg bar
o it's ugly/annoying/intrusive
X just print it to the console
_ don't open more than one "create font" or "color selector"
_ http://dev.processing.org/bugs/show_bug.cgi?id=830
_ make processing tools use the tools api