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

Updating revisions.txt (anti-aliasing)

This commit is contained in:
Federico Fissore 2013-10-18 18:21:57 +02:00
parent 1f12aa9a45
commit 3c6ee46828

View File

@ -6,6 +6,7 @@ ARDUINO 1.5.5 BETA
* 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.
* Font anti-aliasing now ON by default (users will have to either delete or manually edit their preferences.txt file)
[libraries]
* avr: Fixed buffer overflow in File::doBuffer() (dreggy)