summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-05-07 09:51:07 -0400
committerNick Mathewson <nickm@torproject.org>2021-05-07 09:51:07 -0400
commitc05059f736ce14c852208cd06d68fdb15ca3d956 (patch)
treec6d6fc3452f6d91f65954716989b5e322eaeb191 /changes
parent80ea44cbecb9e50b601ba407d59cf61db8c0a909 (diff)
downloadtor-c05059f736ce14c852208cd06d68fdb15ca3d956.tar.gz
tor-c05059f736ce14c852208cd06d68fdb15ca3d956.zip
Changelog for 0.4.6.3-rc
Diffstat (limited to 'changes')
-rw-r--r--changes/autoconf-2.703
-rw-r--r--changes/ticket402903
-rw-r--r--changes/ticket403563
-rw-r--r--changes/ticket403694
-rw-r--r--changes/ticket403733
-rw-r--r--changes/ticket403784
6 files changed, 0 insertions, 20 deletions
diff --git a/changes/autoconf-2.70 b/changes/autoconf-2.70
deleted file mode 100644
index 27a9f243b1..0000000000
--- a/changes/autoconf-2.70
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features (compilation):
- - Make the autoconf script build correctly with autoconf versions 2.70
- and later. Closes part of ticket 40335.
diff --git a/changes/ticket40290 b/changes/ticket40290
deleted file mode 100644
index 3d3a64be93..0000000000
--- a/changes/ticket40290
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfix (logging, relay):
- - Emit a warning if an Address is found to be internal and tor can't use it.
- Fixes bug 40290; bugfix on 0.4.5.1-alpha.
diff --git a/changes/ticket40356 b/changes/ticket40356
deleted file mode 100644
index 59c32ce0cc..0000000000
--- a/changes/ticket40356
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfix (onion service, client, memory leak):
- - An expired cached descriptor could have been overwritten with a new one
- leading to a memory leak. Fixes bug 40356; bugfix on 0.3.5.1-alpha.
diff --git a/changes/ticket40369 b/changes/ticket40369
deleted file mode 100644
index abb59a7125..0000000000
--- a/changes/ticket40369
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (build, cross-compilation):
- - Allow a custom "ar" for cross-compilation. Our previous build script
- had used the $AR environment variable in most places, but it missed
- one. Fixes bug 40369; bugfix on 0.4.5.1-alpha.
diff --git a/changes/ticket40373 b/changes/ticket40373
deleted file mode 100644
index 3b2edd0652..0000000000
--- a/changes/ticket40373
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features (onion services):
- - Add warning message when connecting to deprecated v2 onions.
- Closes ticket 40373. \ No newline at end of file
diff --git a/changes/ticket40378 b/changes/ticket40378
deleted file mode 100644
index 35b2fd7bd4..0000000000
--- a/changes/ticket40378
+++ /dev/null
@@ -1,4 +0,0 @@
- o Major bugfixes (onion service, control port):
- - Make the ADD_ONION command properly configure client authorization. Before
- this fix, the created onion failed to add the client(s). Fixes bug 40378;
- bugfix on 0.4.6.1-alpha.