diff --git a/NEWS b/NEWS index 763aac1c..7b1bf0e3 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/SparkleLib/SparkleFetcherBase.cs b/SparkleLib/SparkleFetcherBase.cs index f493f93d..fe8f3553 100644 --- a/SparkleLib/SparkleFetcherBase.cs +++ b/SparkleLib/SparkleFetcherBase.cs @@ -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 +