From 995f0faf4602ae4e69344d33db6de6b4e462bd71 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Tue, 15 Oct 2013 17:23:21 +0200 Subject: [PATCH] Updating revisions.txt #1587 --- build/shared/revisions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 32a2758c7..a2f0bfcf7 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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)