Merge branch 'ide-1.5.x'

This commit is contained in:
Federico Fissore 2015-06-25 10:24:08 +02:00
commit 1ee9f56818
1 changed files with 6 additions and 1 deletions

View File

@ -53,7 +53,7 @@ When running in a one-off mode, it might be useful to set the
between multiple runs and only recompile the files that changed.
Note that on MacOS X, the main executable is
'Arduino.app/Contents/MacOS/JavaApplicationStub' instead of 'arduino'.
'Arduino.app/Contents/MacOS/Arduino' instead of 'arduino'.
ACTIONS
@ -317,6 +317,11 @@ HISTORY
1.5.8::
Introduced *--save-prefs*.
1.6.2::
Main executable in MacOS X changed from
'Arduino.app/Contents/MacOS/JavaApplicationStub' to
'Arduino.app/Contents/MacOS/Arduino'.
1.6.4::
Introduced *--install-boards* and *--install-library*.