1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Updated revision log. Version upped to 1.0.6.

This commit is contained in:
Cristian Maglie 2014-09-16 12:16:06 +02:00
parent 88b487f480
commit 90bd172f30
2 changed files with 5 additions and 3 deletions

View File

@ -46,9 +46,9 @@ import static processing.app.I18n._;
* files and images, etc) that comes from that.
*/
public class Base {
public static final int REVISION = 105;
public static final int REVISION = 106;
/** This might be replaced by main() if there's a lib/version.txt file. */
static String VERSION_NAME = "0105";
static String VERSION_NAME = "0106";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;

View File

@ -1,5 +1,5 @@
ARDUINO 1.0.6 - not yet released
ARDUINO 1.0.6 - 2014.09.16
[core]
* avr: Improved USB-CDC write speed (Justin Rajewski)
@ -11,6 +11,7 @@ ARDUINO 1.0.6 - not yet released
* Backported Print class from IDE 1.5.x
* Backported digitalPinToInterrupt macro from IDE 1.5.x
* Added initVariant() hook to allow 3rd party variant-specific initialization
* Added replacement stub for cstdlib atexit() function (Christopher Andrews)
[ide]
* Added compatibility for IDE 1.5.x libraries layout
@ -23,6 +24,7 @@ ARDUINO 1.0.6 - not yet released
* Robot_Control: updated turning algorithm (Xun Yang)
* Esplora: added reading form Tinkerkit inputs
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
* fixed a bunch of examples
[firmware]
* Wifishield: fixed paths on firmware upgrade scripts