1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Update revision log. Version set to 1.6.1.

This commit is contained in:
Cristian Maglie 2015-02-19 17:26:44 +01:00
parent 0b6e274b5d
commit 606604d7d6
4 changed files with 14 additions and 4 deletions

View File

@ -37,9 +37,9 @@ import processing.app.packages.LibraryList;
public class BaseNoGui {
/** Version string to be used for build */
public static final int REVISION = 10600;
public static final int REVISION = 10601;
/** Extended version string displayed on GUI */
static String VERSION_NAME = "1.6.0";
static String VERSION_NAME = "1.6.1";
static File buildFolder;

View File

@ -1,4 +1,14 @@
ARDUINO 1.6.1
[ide]
* Improved Yun detection for upload via network (Ron Guest)
* In platforms.txt "objcopy" recipe is no more tied to the "hex" format (Arnav Gupta)
* /dev/cu.* serial ports are now filtered from the port list on MacOSX
* Ports in ports list are now grouped by type
* Upgraded avr-gcc toolchains to 3.4.5
* Fixed wrong parsing of boards.txt when using submenu and boards id with underscores
ARDUINO 1.6.0 - 2015.02.09
[ide]

View File

@ -6,7 +6,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Arduino AVR Boards
version=1.6.0
version=1.6.1
# AVR compile variables
# ---------------------

View File

@ -5,7 +5,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Arduino ARM (32-bits) Boards
version=1.6.0
version=1.6.1
# SAM3 compile variables
# ----------------------