From f5b614e3c572d5a73d84b73ac3fdd7191dc36b0b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 11 Jul 2013 14:24:13 -0400 Subject: [PATCH] update re the bad rsync authorized_keys line bug that was fixed --- doc/assistant/release_notes.mdwn | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn index 40dea0da6b..2ad1d29f27 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.