From 76797a448af84d556db3f48348d8f8b16735c624 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 23 Oct 2012 01:24:01 +0000 Subject: [PATCH] wrapping up 2.0b5 --- build/shared/revisions.txt | 29 +++++++++++++++++++++++++++++ todo.txt | 3 ++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index b2c26b237..b61353323 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,3 +1,32 @@ +PROCESSING 2.0b5 (REV 0213) - 22 October 2012 + +Fixes for a few regressions that showed up in 2.0b4, plus some internal +changes to simplify how modes are handled. + +[ bug fixes ] + ++ Libraries not installed through IDE had blank names. + http://code.google.com/p/processing/issues/detail?id=1331 + ++ mouseButton not being set properly on Windows (and probably Linux). + http://code.google.com/p/processing/issues/detail?id=1332 + ++ Console disappearing with increased editor font size. + http://code.google.com/p/processing/issues/detail?id=1275 + +[ changes/internal ] + ++ Change how modes are set up so that XQMode, our Google Summer of Code + project can work properly. + ++ Implement multiple sizes of icons for PDE and core. This improves + the quality of the icon seen on Windows and Linux attached to frames. + http://code.google.com/p/processing/issues/detail?id=632 + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + PROCESSING 2.0b4 (REV 0212) - 21 October 2012 Command line support is back! Find and Replace works over multiple tabs! diff --git a/todo.txt b/todo.txt index 87f07087f..e769650dc 100644 --- a/todo.txt +++ b/todo.txt @@ -763,7 +763,8 @@ _ http://code.google.com/p/processing/issues/detail?id=189 LIBRARIES / Serial -_ need 64-bit Windows version of RXTX library +_ need 64-bit version of RXTX library +_ http://code.google.com/p/processing/issues/detail?id=1237 _ serial still causing problems on OS X _ http://code.google.com/p/processing/issues/detail?id=52 _ serial ports missing from list (OS X)