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

Updating revisions.txt

This commit is contained in:
Federico Fissore 2013-10-22 15:36:59 +02:00
parent 8bcf02ac3b
commit dace68fd29

View File

@ -8,6 +8,8 @@ ARDUINO 1.5.5 BETA
* Improved SSH uploader (Arduino Yun): uses file ~/.ssh/config if available. Allows public key only authentication and ssh servers listening on ports other than 22.
* Font anti-aliasing now ON by default (users will have to either delete or manually edit their preferences.txt file)
* Added warning message when opening sketches with additional files with illegal names
* (windows) Upgraded embedded Java runtime to version 7: much faster startup
* Improved files open/save dialogs
[libraries]
* avr: Fixed buffer overflow in File::doBuffer() (dreggy)