[tor-commits] [tor/release-0.2.3] prep for next rc

arma at torproject.org arma at torproject.org
Wed Oct 24 02:14:00 UTC 2012


commit 89dc27b989509600a557181be376c7848800f02b
Author: Roger Dingledine <arma at torproject.org>
Date:   Tue Oct 23 22:12:08 2012 -0400

    prep for next rc
---
 ChangeLog       |   22 ++++++++++++++++++++++
 changes/bug7190 |    6 ------
 changes/bug7191 |    5 -----
 changes/bug7192 |   10 ----------
 4 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 173fed6..39d6e4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+Changes in version 0.2.3.24-rc - 2012-10-2?
+  o Major bugfixes:
+    - Fix a denial of service attack by which any directory authority
+      could crash all the others, or by which a single v2 directory
+      authority could crash everybody downloading v2 directory
+      information. Fixes bug 7191; bugfix on 0.2.0.10-alpha.
+    - When parsing exit policy summaries from microdescriptors, we had
+      previously been ignoring the last character in each one, so that
+      "accept 80,443,8080" would be treated by clients as indicating
+      a node that allows access to ports 80, 443, and 808. That would
+      lead to clients attempting connections that could never work,
+      and ignoring exit nodes that would support their connections. Now
+      clients parse these exit policy summaries correctly. Fixes bug 7192;
+      bugfix on 0.2.3.1-alpha.
+
+  o Minor bugfixes:
+    - Clients now consider the ClientRejectInternalAddresses config option
+      when using a microdescriptor consensus stanza to decide whether
+      an exit relay would allow exiting to an internal address. Fixes
+      bug 7190; bugfix on 0.2.3.1-alpha.
+
+
 Changes in version 0.2.3.23-rc - 2012-10-20
   Tor 0.2.3.23-rc adds a new v3 directory authority, fixes a privacy
   vulnerability introduced by a change in OpenSSL, and fixes a variety
diff --git a/changes/bug7190 b/changes/bug7190
deleted file mode 100644
index 1607f79..0000000
--- a/changes/bug7190
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Minor bugfixes:
-    - Clients now consider the ClientRejectInternalAddresses config option
-      when using a microdescriptor consensus stanza to decide whether
-      an exit relay would allow exiting to an internal address. Fixes
-      bug 7190; bugfix on 0.2.3.1-alpha.
-
diff --git a/changes/bug7191 b/changes/bug7191
deleted file mode 100644
index a3bee6e..0000000
--- a/changes/bug7191
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Major bugfixes:
-    - Fix a denial of service attack by which any directory authority
-      could crash all the others, or by which a single v2 directory
-      authority could crash everybody downloading v2 directory
-      information. Fixes bug 7191; bugfix on 0.2.0.10-alpha. 
diff --git a/changes/bug7192 b/changes/bug7192
deleted file mode 100644
index 10cbc24..0000000
--- a/changes/bug7192
+++ /dev/null
@@ -1,10 +0,0 @@
-  o Major bugfixes:
-    - When parsing exit policy summaries from microdescriptors, we had
-      previously been ignoring the last character in each one, so that
-      "accept 80,443,8080" would be treated by clients as indicating a
-      node that allows access to ports 80, 443, and 808. That would lead
-      to clients attempting connections that could never work, and
-      ignoring exit nodes that would support their connections. Now clients
-      parse these exit policy summaries correctly. Fixes bug 7192;
-      bugfix on 0.2.3.1-alpha.
-



More information about the tor-commits mailing list