diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-17 12:25:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-17 12:25:20 -0400 |
commit | 90f630b29163320765286add4fbf4f3a5eb34b40 (patch) | |
tree | 986d6ecfc1f7107c251ba5cbab9e50f3cab5a17a | |
parent | 6ff24e1ef99cd343f8b90a515a9971c1d5a3e0fe (diff) |
release notes
-rw-r--r-- | doc/assistant/release_notes.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn index 5fea677a6..2a1ca37ab 100644 --- a/doc/assistant/release_notes.mdwn +++ b/doc/assistant/release_notes.mdwn @@ -1,3 +1,19 @@ +## version 4.20130417 + +This version contains numerous bug fixes, and improvements. + +One bug that was fixed can affect users of gnome-keyring who +have set up remote repositories on ssh servers using the webapp. +The gnome-keyring may load the restricted key that is set up +for that, and make it be used for regular logins to the server; +with the result that you'll get an error message about "git-annex-shell" +when sshing to the server. + +If you experience this problem you can fix it by +moving `.ssh/key.git-annex*` to `.ssh/git-annex/` (creating +that directory first), and edit `.ssh/config` to reflect the new +location of the key. You will also need to restart gnome-keyring. + ## version 4.20130323, 4.20130405 These versions continue fixing bugs and adding features. |