]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
merge in one more tor-0.2.3.3-alpha
authorRoger Dingledine <arma@torproject.org>
Fri, 2 Sep 2011 11:24:25 +0000 (07:24 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 2 Sep 2011 11:24:25 +0000 (07:24 -0400)
ChangeLog
changes/bug3898a [deleted file]

index 7084a0f3ace58eea5fe9c05adfd5697cfbe7b20d..1e0f85014f92d62f9f502262b9c137c07c3450e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -95,6 +95,11 @@ Changes in version 0.2.3.3-alpha - 2011-09-01
       non-errors. Fixes bug 3700; bugfix on 0.2.3.1-alpha.
 
   o Minor bugfixes (on 2.2.x and earlier):
+    - Correct the man page to explain that HashedControlPassword and
+      CookieAuthentication can both be set, in which case either method
+      is sufficient to authenticate to Tor. Bugfix on 0.2.0.7-alpha,
+      when we decided to allow these config options to both be set. Issue
+      raised by bug 3898.
     - The "--quiet" and "--hush" options now apply not only to Tor's
       behavior before logs are configured, but also to Tor's behavior in
       the absense of configured logs. Fixes bug 3550; bugfix on
diff --git a/changes/bug3898a b/changes/bug3898a
deleted file mode 100644 (file)
index d40445e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Minor bugfixes:
-    - Correct the man page to explain that HashedControlPassword and
-      CookieAuthentication can both be set, in which case either method
-      is sufficient to authenticate to Tor. Bugfix on 0.2.0.7-alpha,
-      when we decided to allow these config options to both be set. Issue
-      raised by bug 3898.