]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove changes files that have appeared in 0.4.3.3-alpha
authorNick Mathewson <nickm@torproject.org>
Thu, 19 Mar 2020 12:07:21 +0000 (08:07 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 19 Mar 2020 12:07:21 +0000 (08:07 -0400)
(findMergedChanges.pl is the tool to do this.)

13 files changed:
changes/bug33374 [deleted file]
changes/doc32971 [deleted file]
changes/ticket32672 [deleted file]
changes/ticket33029 [deleted file]
changes/ticket33119 [deleted file]
changes/ticket33188 [deleted file]
changes/ticket33213 [deleted file]
changes/ticket33290 [deleted file]
changes/ticket33361 [deleted file]
changes/ticket33460 [deleted file]
changes/ticket33619 [deleted file]
changes/ticket33623 [deleted file]
changes/trove_2020_003 [deleted file]

diff --git a/changes/bug33374 b/changes/bug33374
deleted file mode 100644 (file)
index d1141fa..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (coding best practices checks):
-    - Allow the "practracker" coding best practices checking script to read
-      unicode files, when using Python 2. We made the script use unicode
-      literals in 0.4.3.1-alpha, but didn't change the codec for opening files.
-      Fixes bug 33374; bugfix on 0.4.3.1-alpha.
diff --git a/changes/doc32971 b/changes/doc32971
deleted file mode 100644 (file)
index 014d2a7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Documentation (manpage):
-    - Document __OwningControllerProcess torrc option and specify polling
-      interval. Resolves issue 32971.
diff --git a/changes/ticket32672 b/changes/ticket32672
deleted file mode 100644 (file)
index 351329b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (directory authorities):
-    - Directory authorities now reject descriptors from relays running Tor
-      versions from the 0.2.9 and 0.4.0 series, but still allow the 0.3.5
-      series. Resolves ticket 32672. Patch by Neel Chauhan.
diff --git a/changes/ticket33029 b/changes/ticket33029
deleted file mode 100644 (file)
index c32ee4a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Major bugfixes (directory authority):
-    - Directory authorities will now send a 503 (not enough bandwidth) code to
-      clients when under bandwidth pressure. Known relays and other authorities
-      will always be answered regardless of the bandwidth situation. Fixes bug
-      33029; bugfix on 0.1.2.5-alpha.
diff --git a/changes/ticket33119 b/changes/ticket33119
deleted file mode 100644 (file)
index 11c20bc..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-  o Major bugfixes (security, denial-of-service):
-    - Fix a denial-of-service bug that could be used by anyone to consume a
-      bunch of CPU on any Tor relay or authority, or by directories to
-      consume a bunch of CPU on clients or hidden services. Because
-      of the potential for CPU consumption to introduce observable
-      timing patterns, we are treating this as a high-severity security
-      issue.  Fixes bug 33119; bugfix on 0.2.1.5-alpha. We are also tracking
-      this issue as TROVE-2020-002.
diff --git a/changes/ticket33188 b/changes/ticket33188
deleted file mode 100644 (file)
index 7bec15b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Documentation (manpage):
-    - Alphabetize the Server and Directory server sections of the tor
-      manpage.  Also split Statistics options into their own section
-      of the manpage.  Closes ticket 33188.  Work by Swati Thacker as
-      part of Google Season of Docs.
diff --git a/changes/ticket33213 b/changes/ticket33213
deleted file mode 100644 (file)
index f1da591..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (continuous integration):
-    - Remove the buggy and unused mirroring job.  Fixes bug 33213;
-      bugfix on 0.3.2.2-alpha.
diff --git a/changes/ticket33290 b/changes/ticket33290
deleted file mode 100644 (file)
index 8827640..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (diagnostic):
-    - Improve assertions and add some memory-poisoning code to try to track
-      down possible causes of a rare crash (32564) in the EWMA code.
-      Closes ticket 33290.
diff --git a/changes/ticket33361 b/changes/ticket33361
deleted file mode 100644 (file)
index bc9715d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfix (relay, configuration):
-    - Now warn if the ContactInfo field is not set and mention that the relay
-      might get rejected if so. Fixes bug 33361; bugfix on 0.1.1.10-alpha.
diff --git a/changes/ticket33460 b/changes/ticket33460
deleted file mode 100644 (file)
index 21e0fc9..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (usability):
-    - Include more information when failing to parse a configuration value.
-      This should make it easier to tell what's going wrong when a
-      configuration file doesn't parse.  Closes ticket 33460.
diff --git a/changes/ticket33619 b/changes/ticket33619
deleted file mode 100644 (file)
index 3c52858..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Major bugfixes (circuit padding, memory leaks):
-    - Avoid a remotely triggered memory leak in the case that a circuit
-      padding machine is somehow negotiated twice on the same circuit. Fixes
-      bug 33619; bugfix on 0.4.0.1-alpha.  Found by Tobias Pulls.  This is
-      also tracked as TROVE-2020-004.
diff --git a/changes/ticket33623 b/changes/ticket33623
deleted file mode 100644 (file)
index 528af3c..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Minor feature (sendme, flow control):
-    - Default on sending SENDME version 1 cells. Closes ticket 33623.
diff --git a/changes/trove_2020_003 b/changes/trove_2020_003
deleted file mode 100644 (file)
index aa1a8f1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (onion services v3):
-  - Fix assertion failure that could result from a corrupted ADD_ONION control
-    port command. Found by Saibato. Fixes bug 33137; bugfix on
-    0.3.3.1-alpha. This issue is also being tracked as TROVE-2020-003.