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

Updating revisions.txt #1587

This commit is contained in:
Federico Fissore 2013-10-15 17:23:21 +02:00
parent 06445dd151
commit 995f0faf46

View File

@ -5,6 +5,7 @@ ARDUINO 1.5.5 BETA
* Added missing keywords: YunServer, YunClient, pow
* Improved folder ignore: now hidden, starting with a dot, and SCCS folders are ignored
* Improved auto format: now handled by Artistic Style http://astyle.sourceforge.net/
* 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.
[libraries]
* avr: Fixed buffer overflow in File::doBuffer() (dreggy)