From c39a6a26da6a72d73325445425350c949b941181 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 20 Feb 2014 14:52:01 +0100 Subject: [PATCH] Update revision log --- build/shared/revisions.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index f15b2bea239..0ca8c16605c 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,5 +1,5 @@ -ARDUINO 1.5.6 BETA 2014.02.19 +ARDUINO 1.5.6 BETA 2014.02.20 [ide] * Implemented 1.5 library specification Rev.2 @@ -8,6 +8,7 @@ ARDUINO 1.5.6 BETA 2014.02.19 http://code.google.com/p/java-simple-serial-connector/ * If two libraries provides the same .h file prioritize the library with tha same folder name * Improved command-line parsing (Matthijs Kooijman) +* Windows: added arduino_debug.exe to help debugging errors when launch4j fails to start IDE [libraries] * TFT: warning messages in PImage class and strings inside examples now stored in flash to save RAM.