From e338ce18d871425f533930eb44e5dc3bc44cc8ac Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 21 Oct 2008 13:28:33 +0000 Subject: [PATCH] finalizing release 0153 --- build/shared/revisions.txt | 23 +++++++++++++++++++++++ core/todo.txt | 1 + todo.txt | 6 +++--- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index ee144fd2f..1ad9105b5 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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. + + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/core/todo.txt b/core/todo.txt index abbb8759b..c8fd44ab2 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,5 @@ 0153 core +X make PImage.init() public again . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/todo.txt b/todo.txt index 8172f9536..9ffc01bc7 100644 --- a/todo.txt +++ b/todo.txt @@ -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