From a40415a7df40b1db2749a3ce1c5bd584ab63882d Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Wed, 1 Apr 2015 09:53:35 +0200 Subject: [PATCH] Update revisions.txt --- build/shared/revisions.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index c95dc0292..510413bb2 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,9 +1,16 @@ - ARDUINO 1.6.3 [ide] * Fixed an ArchiveExtractor issue when dealing with native stuff, affecting some linuxes -* Upgrading toolchains: statically compiled, ship with Link Time Optimization plugin (disabled by defalt) +* MacOSX: MACOSX_BUNDLED_JVM property is automatically set to JAVA_HOME if not provided +* New splashscreen image + +[core] +* Upgraded toolchains: statically compiled, ship with Link Time Optimization plugin (disabled by default) +* Restored backward compatibility by providing a platform.txt in-memory rewrite: old values (eg: compiler.path) are converted to new values +* platform.txt rewriting can be disabled if target platform has a "rewriting=disabled" key/value pair set +* AVR bundle files (core files and toolchain) is again inside IDE "hardware" folder, instead of unpacked into user's home folder at first IDE startup +* Advise of duplicate libraries after compiling. Thanks @PaulStoffregen ARDUINO 1.6.2 - 2015.03.28