]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fold in recent changes entries
authorRoger Dingledine <arma@torproject.org>
Wed, 28 Sep 2011 19:41:29 +0000 (15:41 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 28 Sep 2011 19:41:29 +0000 (15:41 -0400)
ChangeLog
changes/bug4115 [deleted file]
changes/bug4124 [deleted file]

index 6890d2d2075b3c957e33b57c46d7a66d91179532..6e62e875f7a442022ce405db87169121a421887e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
 Changes in version 0.2.3.5-alpha - 2011-09-28
+  o Security fixes:
+    - Bridge relays now do their directory fetches inside Tor TLS
+      connections, like all the other clients do, rather than connecting
+      directly to the DirPort like public relays do. Removes another
+      avenue for enumerating bridges. Fixes part of bug 4115; bugfix
+      on 0.2.0.35.
+    - Bridges relays now build circuits for themselves in a more similar
+      way to how clients build them. Removes another avenue for
+      enumerating bridges. Fixes bug 4124; bugfix on 0.2.0.3-alpha,
+      when bridges were introduced.
+
   o Major bugfixes:
     - Fix a crash bug that could occur when the same microdescriptor was
       referenced by two node_t objects at once. Fix for bug 4118; bugfix
diff --git a/changes/bug4115 b/changes/bug4115
deleted file mode 100644 (file)
index 626791a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-  o Security fixes:
-    - Bridge relays now do their directory fetches inside Tor TLS
-      connections, like all the other clients do, rather than connecting
-      directly to the DirPort like public relays do. Removes another
-      avenue for enumerating bridges. Fixes part of bug 4115; bugfix
-      on 0.2.0.35.
-
diff --git a/changes/bug4124 b/changes/bug4124
deleted file mode 100644 (file)
index abe93cc..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Security fixes:
-    - Bridges relays now build circuits for themselves in a more similar
-      way to how clients build them. Removes another avenue for
-      enumerating bridges. Fixes bug 4124; bugfix on 0.2.0.3-alpha,
-      when bridges were introduced.
-