From ae402c29073433db34afd0440b68f8b3ebc91141 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Wed, 15 Oct 2014 13:23:45 +0200 Subject: [PATCH] Update revision log --- build/shared/revisions.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index c3e3eab45..e960fd372 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -2,12 +2,16 @@ ARDUINO 1.0.7 [libraries] -* Backported GSM from IDE 1.5.x -* EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee) +* Backported SPI Transaction API from IDE 1.5.x (Paul Stoffregen) +* Backported GSM from IDE 1.5.x: fix build regression +* Backported Ethernet from IDE 1.5.x +* Backported SD from IDE 1.5.x +* Backported SPI from IDE 1.5.x +* EthernetClient: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee) [core] * Fixed missing NOT_AN_INTERRUPT constant in digitalPinToInterrupt() macro -* Fixed regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057 +* Fixed performance regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057 ARDUINO 1.0.6 - 2014.09.16