Updating revision.txt

This commit is contained in:
Federico Fissore 2013-10-22 11:26:30 +02:00
parent 05fa62d9db
commit 5463cfb673
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ARDUINO 1.5.5 BETA
* 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.
* 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
[libraries]
* avr: Fixed buffer overflow in File::doBuffer() (dreggy)