From 7531a3571d5728371ed07865b424d5bd702daf17 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 16 Sep 2014 12:53:46 +0200 Subject: [PATCH] update revision log --- build/shared/revisions.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 8d1f07f89..e7fbbc24c 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -3,6 +3,7 @@ ARDUINO 1.5.8 BETA - not yet released [ide] * Find/Replace over multiple tabs (Erwin Ried, Fulvio Ieva) * Fix wrong "Replace" behavior with empty "Find" field (Fulvio Ieva) +* A lot of command-line improvements (Matthijs Kooijman) [libraries] * SPI: added transaction API (Paul Stoffregen) @@ -11,6 +12,12 @@ ARDUINO 1.5.8 BETA - not yet released * FileIO bridge: fixed wrong return value in File::size() for size >32768 * Updated Temboo to latest version +[core] +* sam: "new" and "delete" do not bring in 50Kb of stdclib anymore +* Correct implementation of gcc specific internal functions (__cxa_guard_*) (Alexey Guseynov) +* Fix for upload problems on Leonardo (and derivative boards based on mega32u4) +* Small improvements on String class (Matthijs Kooijman) + The following changes are included also in the (not yet released) Arduino IDE 1.0.6: [core]