]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove changes files that have already been merged in 0.3.2.x
authorNick Mathewson <nickm@torproject.org>
Sat, 18 Nov 2017 16:23:41 +0000 (11:23 -0500)
committerNick Mathewson <nickm@torproject.org>
Sat, 18 Nov 2017 16:23:41 +0000 (11:23 -0500)
12 files changed:
changes/bug20963 [deleted file]
changes/bug23662 [deleted file]
changes/bug23817 [deleted file]
changes/bug23861 [deleted file]
changes/bug24167 [deleted file]
changes/bug24230 [deleted file]
changes/bug24262 [deleted file]
changes/bug24279 [deleted file]
changes/bug24345 [deleted file]
changes/ticket24097 [deleted file]
changes/ticket24158 [deleted file]
changes/ticket24254 [deleted file]

diff --git a/changes/bug20963 b/changes/bug20963
deleted file mode 100644 (file)
index a65c583..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (logging):
-    - Improve the message we log when re-enabling circuit build timeouts
-      after having received a consensus. Closes ticket 20963.
-
diff --git a/changes/bug23662 b/changes/bug23662
deleted file mode 100644 (file)
index 1000bde..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (onion services):
-    - Silence a warning about failed v3 onion descriptor uploads since it can
-      happen naturally under certain edge-cases. Fixes part of bug 23662;
-      bugfix on 0.3.2.1-alpha.
diff --git a/changes/bug23817 b/changes/bug23817
deleted file mode 100644 (file)
index 4740942..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (descriptors):
-    - Don't try fetching microdescriptors from relays that have failed to
-      deliver them in the past. Fixes bug 23817; bugfix on 0.3.0.1-alpha.
diff --git a/changes/bug23861 b/changes/bug23861
deleted file mode 100644 (file)
index c6f0176..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (logging, relay):
-    - Suppress a log notice when relay descriptors arrive. We already have a
-      bootstrap progress for this so no need to log notice everytime tor
-      receives relay descriptors. Microdescriptors behave the same. Fixes bug
-      23861; bugfix on 0.2.8.2-alpha.
diff --git a/changes/bug24167 b/changes/bug24167
deleted file mode 100644 (file)
index fd0d87e..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-  o Minor bugfixes (network layer):
-    - When closing a connection via close_connection_immediately(), we
-      mark it as "not blocked on bandwidth", to prevent later calls
-      from trying to unblock it, and give it permission to read. This
-      fixes a backtrace warning that can happen on relays under various
-      circumstances. Fixes bug 24167; bugfix on 0.1.0.1-rc.
-
diff --git a/changes/bug24230 b/changes/bug24230
deleted file mode 100644 (file)
index b08c4cd..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (control port, hidden service):
-    - Control port was reporting the action "UPLOAD_FAILED" instead of
-      "FAILED" for the HS_DESC event when a service was not able to upload a
-      descriptor. Fixes bug 24230; bugfix on 0.2.7.1-alpha.
diff --git a/changes/bug24262 b/changes/bug24262
deleted file mode 100644 (file)
index eee6951..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (hidden service):
-    - Fix the consensus parameter "hsdir-interval" to "hsdir_interval" so it
-      matches the dir-spec.txt. Fixes bug 24262; bugfix on 0.3.1.1-alpha.
diff --git a/changes/bug24279 b/changes/bug24279
deleted file mode 100644 (file)
index ab2932b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (compilation, hardening):
-    - Fix a memory leak warning in one of the libevent-related
-      configuration tests that could occur when manually specifying
-      -fsanitize=address.  Fixes bug 24279; bugfix on 0.3.0.2-alpha.
-      Found and patched by Alex Xu.
diff --git a/changes/bug24345 b/changes/bug24345
deleted file mode 100644 (file)
index 22eb412..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (tests):
-    - Fix a unit test in one of the bridge-distribution test cases.
-      Fixes bug 24345; bugfix on 0.3.2.3-alpha.
diff --git a/changes/ticket24097 b/changes/ticket24097
deleted file mode 100644 (file)
index 36547a8..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (logging):
-    - Downgrade a pair of log messages that could occur when an exit's
-      resolver gave us an unusual (but not forbidden) response.
-      Closes ticket 24097.
diff --git a/changes/ticket24158 b/changes/ticket24158
deleted file mode 100644 (file)
index 3cdc06a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (logging):
-    Only log about no longer having KIST support once. Fixes bug 24158; bugfix
-    on 0.3.2
diff --git a/changes/ticket24254 b/changes/ticket24254
deleted file mode 100644 (file)
index 98d5d6b..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Documentation:
-    Add notes in man page regarding OS support for the various scheduler types.
-    Attempt to use less jargon in the scheduler section. Closes ticket 24254.