summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-03-15 09:35:40 -0400
committerNick Mathewson <nickm@torproject.org>2021-03-15 09:35:56 -0400
commit2022d974af6201c64dd5cc2e054bead5735e9531 (patch)
tree76be4e1aa8d045c3c04a3920199534382548d5e2 /ChangeLog
parentfcd42982b2b8471e68d220504a3de5a30f3b9110 (diff)
downloadtor-2022d974af6201c64dd5cc2e054bead5735e9531.tar.gz
tor-2022d974af6201c64dd5cc2e054bead5735e9531.zip
Fold ticket40314 into ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 965f2001d8..eea5d88b60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
-Changes in version 0.4.6.1-alpha - 2021-03-??
+Changes in version 0.4.6.1-alpha - 2021-03-18
Tor 0.4.6.1-alpha is the first alpha release in the 0.4.6.x series. It
improves client circuit performance, adds missing features, and
improves some of our DoS handling and statistics reporting. It also
includes numerous smaller bugfixes.
+ Below are the changes since 0.4.5.7. (Note that this release DOES
+ include the fixes for the security bugs already fixed in 0.4.5.7.)
+
o Major features (control port, onion services):
- Add controller support for creating version 3 onion services with
client authorization. Previously, only v2 onion services could be
@@ -101,6 +104,11 @@ Changes in version 0.4.6.1-alpha - 2021-03-??
versions of python. Closes ticket 40213. Patch from
Samanta Navarro.
+ o Minor features (vote document):
+ - Add a "stats" line to directory authority votes, to report various
+ statistics that authorities computed about the relays. This will
+ help us diagnose the network better. Closes ticket 40314.
+
o Minor bugfixes (build):
- Mini-report in the configure script now shows whether or not lzma
and zstd have been used, not just if enable flag passed in. Fixes