Browse Source

fold in recent changes entries

Roger Dingledine 12 years ago
parent
commit
25f786f7ec
3 changed files with 11 additions and 13 deletions
  1. 11 0
      ChangeLog
  2. 0 7
      changes/bug4115
  3. 0 6
      changes/bug4124

+ 11 - 0
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

+ 0 - 7
changes/bug4115

@@ -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.
-

+ 0 - 6
changes/bug4124

@@ -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.
-