From b9486ea2c82c308efb0e5130598977c61cff17ca Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 10 Jun 2008 19:26:32 +0000 Subject: [PATCH] forgot to mention the serial bug fixes --- build/shared/revisions.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index fa9994f97..656a3f89e 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -74,6 +74,11 @@ changed, and there are several known issues. http://dev.processing.org/bugs/show_bug.cgi?id=49 However this has not yet been verified. Please test! ++ Apply two patches for ancient bugs in readBytesUntil() and bufferUntil() + in the serial library. Also fixes calls to serialEvent(). + http://dev.processing.org/bugs/show_bug.cgi?id=96 + (Thanks to stendahl and jmuhlich for the patches!) + + Added a static version of loadBytes() that reads from a File object. + Slightly clearer error messages when OpenGL stuff is missing.