Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2014-02-20 17:52:01 +0400
committerCristian Maglie <c.maglie@bug.st>2014-02-20 17:52:01 +0400
commitc39a6a26da6a72d73325445425350c949b941181 (patch)
tree4ba5d375fac51a3a4b3d898b308a21c21a3bfc5e
parentf91670e0d039a237ecf73ad902bd5a487308ea64 (diff)
Update revision log1.5.6
-rw-r--r--build/shared/revisions.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt
index f15b2bea2..0ca8c1660 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.