finalizing release 0161

This commit is contained in:
benfry
2008-11-24 21:22:44 +00:00
parent 6a4344f668
commit 5e4a6abce7
3 changed files with 40 additions and 7 deletions
+31 -1
View File
@@ -7,7 +7,37 @@ releases will be super crusty.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0161 - 23 November 2008
PROCESSING 1.0 (REV 0162) - 24 November 2008
Coming soon...
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0161 - 24 November 2008
Fourth pre-release for 1.0, with two code changes and the final disk
image for OS X, but still missing the final documentation.
[ bug fixes ]
+ Ignore dot files (.DS_Store), dot folders (.svn) with Export and
Save As. These were causing trouble, especially with SVN.
http://dev.processing.org/bugs/show_bug.cgi?id=761
+ Present mode on OS X causing strange flicker/jump while window opens.
http://dev.processing.org/bugs/show_bug.cgi?id=1051
[ changes ]
+ Final disk image artwork and new distribution setup for 1.0.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0160 - 24 November 2008
Third pre-release for 1.0, this is hopefully the last of the code
changes, though some distribution and documentation issues need
+2 -1
View File
@@ -1,7 +1,8 @@
0161 core
X present on macosx causing strange flicker/jump while window opens
X using validate() for present mode, pack() otherwise
_ http://dev.processing.org/bugs/show_bug.cgi?id=1051
X http://dev.processing.org/bugs/show_bug.cgi?id=1051
[ known problems ]
+7 -5
View File
@@ -2,6 +2,11 @@
X run javadoc, and upload to server
X set background for disk image on macosx
X fix dist scripts so that the name "1.0" can be used
X Ignore dot files (.DS_Store), dot folders (.svn) while copying
X on mac, window opens to prevent quit on close
X but the window is not properly set as untitled
X http://dev.processing.org/bugs/show_bug.cgi?id=700
X doesn't need to be fixed because of new setup for closing
_ write revisions.txt
@@ -612,9 +617,6 @@ _ [LaunchRunner Error] processing.app.Base.main(String[]) threw an exception
_ http://dev.processing.org/bugs/show_bug.cgi?id=821
_ file-save stops running sketch
_ http://dev.processing.org/bugs/show_bug.cgi?id=810
_ on mac, window opens to prevent quit on close
_ but the window is not properly set as untitled
_ http://dev.processing.org/bugs/show_bug.cgi?id=700
_ strange NullPointerException problem prevents launch
_ some kind of NPE in handleOpenInternal and friends
_ appears to be a synchronization problem with the loading
@@ -736,6 +738,8 @@ _ http://dev.processing.org/bugs/show_bug.cgi?id=59
PDE / Export
_ failed export still copies random files
_ http://dev.processing.org/bugs/show_bug.cgi?id=1050
_ when exporting to application (or applet) don't copy .java files from folder
_ (they'll be copied as source files later)
_ make .java files and friends go to correct locations on export (app)
@@ -759,8 +763,6 @@ _ exporting application copies .java files
_ .java files are copied to the root folder as well as the source folder
_ javadoc comment in a static mode app doesn't get moved to the top
_ http://dev.processing.org/bugs/show_bug.cgi?id=924
_ don't copy hidden files (.svn especially) on export/save as
_ http://dev.processing.org/bugs/show_bug.cgi?id=761
PDE / Find & Replace