update NEWS and version

This commit is contained in:
Hylke Bons 2011-06-14 19:07:03 +01:00
parent 6315af9b7d
commit 5f89e76232
2 changed files with 7 additions and 1 deletions

7
NEWS
View file

@ -1,3 +1,10 @@
0.2.2 for Linux and Mac (Tue Jun 14, 2011):
Hylke: Fix crash on first run when ~/.ssh doesn't exist. Sync algorithm
tweaks. New global event log. Ubuntu integration with libappindicator. Poll
sometimes even when using the notification service.
0.2.1 for Linux and Mac (Wed Jun 8, 2011):
Hylke: Fix bug where host names with a "-" in them weren't accepted. Fix

View file

@ -121,7 +121,6 @@ namespace SparkleLib {
path = Environment.ExpandEnvironmentVariables ("%HOMEDRIVE%%HOMEPATH%");
}
string ssh_config_path = Path.Combine (path, ".ssh");
string ssh_config_file_path = SparkleHelpers.CombineMore (path, ".ssh", "config");
string ssh_config = Environment.NewLine + "Host " + host +