]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
partial changelog for 0.2.2.15-alpha
authorRoger Dingledine <arma@torproject.org>
Wed, 21 Jul 2010 13:28:34 +0000 (09:28 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 21 Jul 2010 13:28:34 +0000 (09:28 -0400)
ChangeLog
changes/1693-withhold-hsdir-if-no-dirport [deleted file]
changes/bug1294 [deleted file]
changes/bug1699 [deleted file]
changes/getinfo_ns_garbage [deleted file]
changes/string-for-measure-timeout-circs [deleted file]

index 4fc815ac59adb04d4f145dc3f9f16688746af67b..d083e7fdb8fcca5bf9135b506c5fc4f6d5423371 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,35 @@
-Changes in version 0.2.2.15-alpha - 2010-07-??
+Changes in version 0.2.2.15-alpha - 2010-07-2?
+  o Major bugfixes:
+    - Stop assigning the HSDir flag to relays that disable their
+      DirPort (and thus will refuse to answer directory requests). This
+      fix should dramatically improve the reachability of hidden services:
+      hidden services and hidden service clients pick three HSDir relays
+      to store and retrieve the hidden service descriptor, and currently
+      about half of the HSDir relays will refuse to work. Bugfix on
+      0.2.0.10-alpha; fixes part of bug 1693.
+
+  o Major features:
+    - Lower the maximum weighted-fractional-uptime cutoff to 98%. This
+      should give us approximately 40-50% more Guard-flagged nodes,
+      improving the anonymity the Tor network can provide and also
+      decreasing the dropoff in throughput that relays experience when
+      they first get the Guard flag.
+
+  o Minor features:
+    - Have the controller interface give a more useful message than
+      "Internal Error" in response to failed GETINFO requests.
+
+  o Minor bugfixes:
+    - Alter directory authorities to always consider Exit-flagged nodes
+      as potential Guard nodes in their votes. The actual decision to
+      use Exits as Guards is done in the consensus bandwidth weights.
+      Fixes bug 1294; bugfix on 0.2.2.10-alpha.
+    - When the controller is reporting the purpose of circuits that
+      didn't finish building before the circuit build timeout, it was
+      printing UNKNOWN_13. Now print EXPIRED. Bugfix on 0.2.2.14-alpha.
+    - Fix a bug in the controller interface where "GETINFO ns/asdaskljkl"
+      would return "551 Internal error" rather than "552 Unrecognized key
+      ns/asdaskljkl".
 
 
 Changes in version 0.2.2.14-alpha - 2010-07-12
diff --git a/changes/1693-withhold-hsdir-if-no-dirport b/changes/1693-withhold-hsdir-if-no-dirport
deleted file mode 100644 (file)
index 23027ff..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-  o Major bugfixes:
-    - Stop assigning the HSDir flag to relays that disable their
-      DirPort (and thus will refuse to answer directory requests). This
-      fix should dramatically improve the reachability of hidden services:
-      hidden services and hidden service clients pick three HSDir relays
-      to store and retrieve the hidden service descriptor, and currently
-      about half of the HSDir relays will refuse to work. Bugfix on
-      0.2.0.10-alpha; fixes part of bug 1693.
diff --git a/changes/bug1294 b/changes/bug1294
deleted file mode 100644 (file)
index 8120e5b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-  o Minor bugfixes
-    - Alter directory authorities to always consider Exit-flagged nodes
-      as potential Guard nodes in their votes. The actual decision to
-      use Exits as Guards is done in the consensus bandwidth weights.
-      Fixes bug 1294; bugfix on 0.2.2.10-alpha.
-
- o Minor features:
-    - Lower the maximum weighted-fractional-uptime cutoff to 98%. This
-      should give us approximately 40-50% more Guard-flagged nodes.
diff --git a/changes/bug1699 b/changes/bug1699
deleted file mode 100644 (file)
index 5d114cd..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features:
-    - Have the controller interface give a more useful message than
-      "Internal Error" in response to failed GETINFO requests.
-
diff --git a/changes/getinfo_ns_garbage b/changes/getinfo_ns_garbage
deleted file mode 100644 (file)
index c85715c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
-   - Fix a bug in the controller interface where "GETINFO ns/asdaskljkl"
-     would return "551 Internal error" rather than "552 Unrecognized key
-     "ns/asdaskljkl".
-
diff --git a/changes/string-for-measure-timeout-circs b/changes/string-for-measure-timeout-circs
deleted file mode 100644 (file)
index 39e7f96..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes:
-    - When the controller is reporting the purpose of circuits that
-      didn't finish building before the circuit build timeout, it was
-      printing UNKNOWN_13. Now print EXPIRED. Bugfix on 0.2.2.14-alpha.