[tor-commits] [tor/master] Remove changes files for entries that have appeared in an 045 changelog.

nickm at torproject.org nickm at torproject.org
Fri Jan 22 20:25:45 UTC 2021


commit 930a17f347d834e928e6f4bd89803d676e233454
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Jan 22 15:25:04 2021 -0500

    Remove changes files for entries that have appeared in an 045 changelog.
---
 changes/40241       | 4 ----
 changes/40241_v2    | 4 ----
 changes/bug24857    | 6 ------
 changes/bug32666    | 3 ---
 changes/bug40190    | 4 ----
 changes/bug40210    | 5 -----
 changes/bug40238    | 3 ---
 changes/ticket33624 | 5 -----
 changes/ticket40106 | 6 ------
 changes/ticket40111 | 7 -------
 changes/ticket40188 | 4 ----
 changes/ticket40201 | 3 ---
 changes/ticket40205 | 5 -----
 changes/ticket40226 | 5 -----
 changes/ticket40231 | 4 ----
 changes/ticket40237 | 5 -----
 changes/ticket40243 | 4 ----
 changes/ticket40245 | 4 ----
 18 files changed, 81 deletions(-)

diff --git a/changes/40241 b/changes/40241
deleted file mode 100644
index c9b2e2c011..0000000000
--- a/changes/40241
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Fix a compilation warning about unreachable fallthrough annotations
-      when building with "--enable-all-bugs-are-fatal" on some compilers.
-      Fixes bug 40241; bugfix on 0.3.5.4-alpha.
diff --git a/changes/40241_v2 b/changes/40241_v2
deleted file mode 100644
index 85038297f7..0000000000
--- a/changes/40241_v2
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Fix another warning about unreachable fallthrough annotations
-      when building with "--enable-all-bugs-are-fatal" on some compilers.
-      Fixes bug 40241; bugfix on 0.4.5.3-rc.
diff --git a/changes/bug24857 b/changes/bug24857
deleted file mode 100644
index ea9c763332..0000000000
--- a/changes/bug24857
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Minor bugfixes (directory cache, performance, windows):
-    - Limit the number of items in the consensus diff cache to 64 on Windows.
-      We hope this will resolve an issue where Windows relay operators reported
-      Tor using 100% CPU while we investigate better solutions. Fixes bug 24857;
-      bugfix on 0.3.1.1-alpha.
-
diff --git a/changes/bug32666 b/changes/bug32666
deleted file mode 100644
index d487b22148..0000000000
--- a/changes/bug32666
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (onion services):
-    - Avoid a non-fatal assertion in certain edge-cases when establishing a
-      circuit to onion service. Fixes bug 32666; bugfix on 0.3.0.3-alpha.
diff --git a/changes/bug40190 b/changes/bug40190
deleted file mode 100644
index 0f3d6941dc..0000000000
--- a/changes/bug40190
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (SOCKS5):
-    - Handle partial socks5 messages correctly.  Previously, our code would
-      send an incorrect error message if it got a socks5 request that wasn't
-      complete. Fixes bug 40190; bugfix on 0.3.5.1-alpha.
diff --git a/changes/bug40210 b/changes/bug40210
deleted file mode 100644
index f492262a11..0000000000
--- a/changes/bug40210
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor features (crypto):
-    - Fix undefined behavior on our Keccak library. The bug only appears on
-      platforms with 32-byte CPU cache lines (e.g. armv5tel) and would result
-      in wrong digests. Fixes bug 40210; bugfix on 0.2.8.1-alpha. Thanks to
-      Bernhard Ãœbelacker, Arnd Bergmann and weasel for diagnosing this.
diff --git a/changes/bug40238 b/changes/bug40238
deleted file mode 100644
index 35784a16bb..0000000000
--- a/changes/bug40238
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (logging):
-    - Reject obsolete router/extrainfo descs earlier and more quietly.
-      Fixes bug 40238; bugfix on 0.4.5.1-alpha.
\ No newline at end of file
diff --git a/changes/ticket33624 b/changes/ticket33624
deleted file mode 100644
index eded3b4dee..0000000000
--- a/changes/ticket33624
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (configure, static build):
-    - Change our search library configure macro linker flag order so it works
-      for certain compilers that need the right order. Fixes bug 33624; bugfix
-      on 0.1.1.0-alpha.
-
diff --git a/changes/ticket40106 b/changes/ticket40106
deleted file mode 100644
index 3f344d478f..0000000000
--- a/changes/ticket40106
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Minor bugfixes (config, bridge):
-    - Don't initiate a connection to a bridge without a corresponding
-      transport. Fixes bug 40106; bugfix on 0.4.5.1-alpha.
-    - This also reverts an earlier fix we did for this that would validate
-      configuration to avoid such situation but turns out it wouldn't work for
-      a DisableNetwork thus the new approach.
diff --git a/changes/ticket40111 b/changes/ticket40111
deleted file mode 100644
index a82ca0d489..0000000000
--- a/changes/ticket40111
+++ /dev/null
@@ -1,7 +0,0 @@
-  o Minor bugfixes (configure, build):
-    - Fix the --enable-static-tor switch to properly set the -static compile
-      option onto the tor binary only. Fixes bug 40111; bugfix on
-      0.2.3.1-alpha.
-    - Path to static libevent has been fixed as well which affects the
-      --enable-static-libevent to behave correctly now. The .a file is in
-      .libs/ of libevent repository, not at the root.
diff --git a/changes/ticket40188 b/changes/ticket40188
deleted file mode 100644
index e29b2a9438..0000000000
--- a/changes/ticket40188
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (documentation):
-    - Mention the !badexit directive that can appear in an authority's
-      approved-routers file, and update the description of the !invalid
-      directive. Closes ticket 40188.
diff --git a/changes/ticket40201 b/changes/ticket40201
deleted file mode 100644
index cdf8d99172..0000000000
--- a/changes/ticket40201
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (logging, relay):
-    - Logs the address discovered by the directory authorities if none were
-      configured or detected before. Fixes bug 40201; bugfix on 0.4.5.1-alpha.
diff --git a/changes/ticket40205 b/changes/ticket40205
deleted file mode 100644
index e21c7fab7c..0000000000
--- a/changes/ticket40205
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (relay, logging, reachability):
-    - When launching bandwidth testing circuit, don't log notice that we are
-      doing a reachability test. Furthermore, avoid to trigger a
-      "CHECKING_REACHABILITY" control event. Fixes bug 40205; bugfix on
-      0.4.5.1-alpha.
diff --git a/changes/ticket40226 b/changes/ticket40226
deleted file mode 100644
index 4775438f63..0000000000
--- a/changes/ticket40226
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (relay, statistics):
-    - The connection statistics were wrongly exported in the extrainfo document
-      due to a problem in the file loading function which would wrongly truncate
-      the file reporting the wrong information. It is now fixed. Fixes bug
-      40226; bugfix on 0.4.5.1-alpha.
diff --git a/changes/ticket40231 b/changes/ticket40231
deleted file mode 100644
index a5ba598fd1..0000000000
--- a/changes/ticket40231
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (relay):
-    - If we were unable to build our descriptor, don't mark that we've
-      advertised our descriptor. Also remove an harmless BUG(). Fixes bug 40231;
-      bugfix on 0.4.5.1-alpha.
diff --git a/changes/ticket40237 b/changes/ticket40237
deleted file mode 100644
index fc32f59cd4..0000000000
--- a/changes/ticket40237
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Major bugfixes (onion service v3):
-    - Stop requiring a live consensus for v3 clients and services to work. The
-      use of a reasonably live consensus will allow v3 to work properly in most
-      cases if the network failed to generate a consensus for more than 2 hours
-      in a row. Fixes bug 40237; bugfix on 0.3.5.1-alpha.
diff --git a/changes/ticket40243 b/changes/ticket40243
deleted file mode 100644
index 548ec95ab4..0000000000
--- a/changes/ticket40243
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Major bugfixes (authority, IPv6):
-    - Do not consider multiple relays in the same IPv6 network to be sybils.
-      Sybils are selected based on the /128 now, not the /64. Fixes bug 40243;
-      bugfix on 0.4.5.1-alpha.
diff --git a/changes/ticket40245 b/changes/ticket40245
deleted file mode 100644
index 641372333e..0000000000
--- a/changes/ticket40245
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (logging):
-    - Give more visibility to directory authority operators during the
-      consensus voting process and while processing relay descriptors.
-      Closes ticket 40245.



More information about the tor-commits mailing list