ソースを参照

Remove changes files for patches in 0.2.6.6 or earlier.

Nick Mathewson 9 年 前
コミット
60d147fb9e
6 ファイル変更0 行追加28 行削除
  1. 0 6
      changes/bug15240
  2. 0 5
      changes/bug15245
  3. 0 4
      changes/bug15436
  4. 0 4
      changes/bug9495_redux
  5. 0 3
      changes/ticket15176
  6. 0 6
      changes/ticket15212

+ 0 - 6
changes/bug15240

@@ -1,6 +0,0 @@
-  o Minor bugfixes (pluggable transports):
-    - Initialize the extended OR Port authentication cookie before launching
-      pluggable transports. This prevents a race condition that occured when
-      server-side pluggable transports would cache the authentication cookie
-      before it has been (re)generated. Fixes bug 15240; bugfix on
-      0.2.5.1-alpha.

+ 0 - 5
changes/bug15245

@@ -1,5 +0,0 @@
-  o Major bugfixes:
-    - Avoid crashing when making certain configuration option changes
-      on clients. Fixes bug 15245; bugfix on 0.2.6.3-alpha. Reported
-      by "anonym".
-

+ 0 - 4
changes/bug15436

@@ -1,4 +0,0 @@
-  o Minor bugfixes (portability):
-    - Use the correct datatype in the SipHash-2-4 function to prevent compilers
-      from assuming any sort of alignment.  Fixes bug 15436; bugfix on
-      0.2.5.3-alpha.

+ 0 - 4
changes/bug9495_redux

@@ -1,4 +0,0 @@
-  o Major bugfixes (portability):
-    - Do not crash on startup when running on Solaris. Fixes a bug
-      related to our fix for 9495; bugfix on 0.2.6.1-alpha. Reported
-      by "ruebezahl".

+ 0 - 3
changes/ticket15176

@@ -1,3 +0,0 @@
-  o Code simplification and refactoring:
-    - Refactor main loop to extract the 'loop' part.  This makes it easier
-      to run Tor under Shadow. Closes ticket 15176.

+ 0 - 6
changes/ticket15212

@@ -1,6 +0,0 @@
-  o Minor features (heartbeat):
-
-    - On relays, report how many connections we negotiated using each
-      version of the Tor link protocols. This information will let us
-      know if removing support for very old versions of the Tor
-      protocols is harming the network. Closes ticket 15212.