diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-11 14:24:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-11 14:24:13 -0400 |
commit | 66039e2bf6eb61d045034af883b92128b792984d (patch) | |
tree | a32e0c6c60a77a393ad8ad38fec6a9edc46ada1e /doc/assistant | |
parent | ca25b073418e26a180e4b8b316c55591dff07ee8 (diff) |
update re the bad rsync authorized_keys line bug that was fixed
Diffstat (limited to 'doc/assistant')
-rw-r--r-- | doc/assistant/release_notes.mdwn | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn index 40dea0da6..2ad1d29f2 100644 --- a/doc/assistant/release_notes.mdwn +++ b/doc/assistant/release_notes.mdwn @@ -1,4 +1,14 @@ -## version 4.20130621, 4.20130627, 4.20130709 +## version 4.20130709 + +This release is mostly bug fixes. + +One of the bugs involved setting up rsync remotes on servers other than +rsync.net. The wrong `.ssh/authorized_keys` line was deployed to the +remote server. If you set up a rsync remote with a past release, and it does +not work, you will need to manually edit the `.ssh/authorized_keys` file, +and remove the `command=` forced command. + +## version 4.20130621, 4.20130627 These releases mostly consist of bug fixes. |