From 9141edcf5b0a0bbfd7a123c7308431c1448fa452 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Tue, 24 Mar 2015 14:56:13 +0100 Subject: [PATCH] update revisions.txt --- build/shared/revisions.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 07bcbf27c..43869f9b1 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -6,6 +6,13 @@ ARDUINO 1.6.2 * Windows and MacOSX JVM Xmx halved to 512M * Introduced starting splashscreen with progress status: will be used for notifying user of long running startup tasks +[libraries] +* EEPROM: Replaced existing library with more complete implementation @Chris--A +* SD: fixed endless timeout on 32bit core (Due) @Timmmm +* Ethernet: fixed headers include path +* SPI: do not influence state of SS pin if it's already been set as output by user sketch @vicatcu +* Bridge: discard message if received length is bigger than rx buffer @arve0 + ARDUINO 1.6.1 - 2015.03.10 [ide]