summaryrefslogtreecommitdiff
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
parent80ea44cbecb9e50b601ba407d59cf61db8c0a909 (diff)
downloadtor-c05059f736ce14c852208cd06d68fdb15ca3d956.tar.gz
tor-c05059f736ce14c852208cd06d68fdb15ca3d956.zip
Changelog for 0.4.6.3-rc
-rw-r--r--ChangeLog38
-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
7 files changed, 38 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 11d1479fcd..617a39576d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+Changes in version 0.4.6.3-rc - 2021-05-10
+ Tor 0.4.6.3-rc is the first release candidate in its series. It fixes
+ a few small bugs from previous versions, and adds a better error
+ message when trying to use (no longer supported) v2 onion services.
+
+ Though we anticipate that we'll be doing a bit more clean-up between
+ now and the stable release, we expect that our remaining changes will
+ be fairly simple. There will likely be at least one more release
+ candidate before 0.4.6.x is stable.
+
+ 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.
+
+ o Minor features (compilation):
+ - Make the autoconf script build correctly with autoconf versions
+ 2.70 and later. Closes part of ticket 40335.
+
+ o Minor features (onion services):
+ - Add a warning message when trying to connect to (no longer
+ supported) v2 onion services. Closes ticket 40373.
+
+ 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.
+
+ o Minor bugfixes (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.
+
+ o Minor bugfixes (onion service, client, memory leak):
+ - Fix a bug where an expired cached descriptor could get overwritten
+ with a new one without freeing it, leading to a memory leak. Fixes
+ bug 40356; bugfix on 0.3.5.1-alpha.
+
+
Changes in version 0.4.6.2-alpha - 2021-04-15
Tor 0.4.6.2-alpha is the second alpha in its series. It fixes several
small bugs in previous releases, and solves other issues that had
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.