summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-06 16:47:56 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-06 16:47:56 -0400
commit8f72303699102747a8d404e64fc13c7244bc1e28 (patch)
treeb9d6b2d6bba06c1653ff6bbccc18ae793006f2a7
parent9eedfefc3d7e28c32533e79ca16ecfeeb5c6ac90 (diff)
downloadtor-8f72303699102747a8d404e64fc13c7244bc1e28.tar.gz
tor-8f72303699102747a8d404e64fc13c7244bc1e28.zip
Remove changes files that were included in 0.4.3.5
-rw-r--r--changes/bug339183
-rw-r--r--changes/bug340785
-rw-r--r--changes/bug341314
3 files changed, 0 insertions, 12 deletions
diff --git a/changes/bug33918 b/changes/bug33918
deleted file mode 100644
index e1467b4aaf..0000000000
--- a/changes/bug33918
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (IPv6, logging):
- - Stop truncating IPv6 addresses and ports in channel and connection logs.
- Fixes bug 33918; bugfix on 0.2.4.4-alpha.
diff --git a/changes/bug34078 b/changes/bug34078
deleted file mode 100644
index 1015d24547..0000000000
--- a/changes/bug34078
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (compiler compatibility):
- - Avoid compiler warnings from Clang 10 related to the use of
- GCC-style "/* falls through */" comments. Both Clang and GCC allow
- __attribute__((fallthrough)) instead, so that's what we're using now.
- Fixes bug 34078; bugfix on 0.3.1.3-alpha.
diff --git a/changes/bug34131 b/changes/bug34131
deleted file mode 100644
index eb3a3feba2..0000000000
--- a/changes/bug34131
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (logging):
- - Fix a logic error in a log message about whether an address was
- invalid. Previously, the code would never report that onion addresses
- were onion addresses. Fixes bug 34131; bugfix on 0.4.3.1-alpha.