diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index e2a2e4bb8..758accc7f 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,3 +1,29 @@ +PROCESSING 3.2.1 (REV 0253) - 19 August 2016 + +Fixes for a couple major bugs that showed up in the last release. + + +[ fixes ] + ++ "Could not replace preferences.old" error message on startup + when using Processing for the first time. + https://github.com/processing/processing/issues/4626 + ++ Version 3.2 won't run from paths with spaces on Windows + https://github.com/processing/processing/issues/4623 + ++ Python Mode was crashing on startup + + +[ additions ] + ++ When quitting an OS X sketch, sometimes it was necessary to quit + twice. Added some code to work around this; we'll see how it goes. + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + PROCESSING 3.2 (REV 0252) - 16 August 2016 This release includes a handful of fixes to deal with startup bugs, diff --git a/todo.txt b/todo.txt index b9235bf21..5e7d74737 100755 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,5 @@ 0253 (3.2.1) -X “Could not replace preferences.old” error message +X "Could not replace preferences.old" error message X https://github.com/processing/processing/issues/4626 X Version 3.2 won't run from paths with spaces on Windows X https://github.com/processing/processing/issues/4623