From 724df07fb821ea0dc216e6c16ab217db36c9dbe5 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Mon, 4 May 2015 17:03:22 +0200 Subject: [PATCH] Update revision.txt --- build/shared/revisions.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index f700db77f..5d70a4523 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -9,6 +9,9 @@ ARDUINO 1.6.4 * Warning levels can be set in File > Preferences * When compilation fails, editor highlights the reported row * Windows and MacOSX: updated bunbled JVM to 1.8.0_45 (latest available atm) +* Disabled "uncertified" warning (requires avr core >= 1.6.6, sam core >= 1.6.4) +* Additional boards/cores can be listed specifying comma separated list of package_SOMETHING_index.json url in File > Preferences +* MacOSX: fixed wrong sketch opened when double clicking on a .ino file [libraries] * Bridge fixes