commit e3259f65e06b518c83370b5c4f1b532e70db8766 Author: Damian Johnson atagar@torproject.org Date: Wed Dec 7 09:34:34 2011 -0800
fix: forgot multi-auth fix in release notes
Support for multiple authentication methods was really a patch for TorCtl, however it's collecting dust there (grrr) so this really became a forking in arm. Hence it should have been in my release notes. Oops. --- ChangeLog | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index fccf083..dd057b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,7 @@ Besides the normal bug fixes and minor features, this release introduces the con * fix: appending path prefix to auth cookie path (caught by sid77) * fix: skipping log parsing if misformatted (caught by Sjon) * fix: incorrect armrc path in man page (caught by dererk) + * fix: trying all authentication methods rather than just the first (caught by arma, https://trac.torproject.org/projects/tor/ticket/3958) * fix: toning down the warning when all connection resolvers fail (suggested by Sebastian) * fix: quitting wizard when the user presses 'q' instead of just esc (suggested by monochromec, https://trac.torproject.org/projects/tor/ticket/3995) * fix: quitting could cause unclean curses shutdown
tor-commits@lists.torproject.org