From 296bdacfb976f88841adfdccf4ac3c635a2ec31f Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sat, 11 May 2013 13:23:51 +0200 Subject: [PATCH] Updated revision log --- build/shared/revisions.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index ef3d7bb20..e0a6922c1 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -6,10 +6,13 @@ ARDUINO 1.0.5 - 2013.05.15 * [avr] malloc bug: backported avr-libc 1.8.0 implementation * [avr] removed deprecated interrupt handlers causing compiler issues with newer avr-gcc. +* [avr] added c_str() method to String +* [avr] Stream "_timeout" field and related methods are now protected [libraries] * Upgrades to WiFi library +* Fixed a bunch of examples [firmwares] @@ -18,6 +21,9 @@ ARDUINO 1.0.5 - 2013.05.15 [ide] * Backport from 1.5: install Library from .zip file or folder +* Added button "Copy error to clipboard" (Paul Stoffregen) +* Updated windows drivers +* Added Windows installer ARDUINO 1.0.4 - 2013.03.11