diff options
author | teor <teor@torproject.org> | 2019-04-19 12:00:36 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-19 12:00:36 +1000 |
commit | fa6296df3afb6824f0610aabaef486c4b4b4c82c (patch) | |
tree | ab502776d94e681c49b4aff425cbb355cf7137ae /changes | |
parent | 2afba291bbfc79198e1cd62382a30168f45db4e5 (diff) | |
parent | cbce8dedd3703424111928d68dfe8920900ce054 (diff) | |
download | tor-fa6296df3afb6824f0610aabaef486c4b4b4c82c.tar.gz tor-fa6296df3afb6824f0610aabaef486c4b4b4c82c.zip |
Merge branch 'maint-0.3.4' into release-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27199 | 3 | ||||
-rw-r--r-- | changes/bug29017 | 4 | ||||
-rw-r--r-- | changes/bug29665 | 7 |
3 files changed, 14 insertions, 0 deletions
diff --git a/changes/bug27199 b/changes/bug27199 new file mode 100644 index 0000000000..f9d2a422f9 --- /dev/null +++ b/changes/bug27199 @@ -0,0 +1,3 @@ + o Minor bugfixes (rust): + - Abort on panic in all build profiles, instead of potentially unwinding + into C code. Fixes bug 27199; bugfix on 0.3.3.1-alpha. diff --git a/changes/bug29017 b/changes/bug29017 new file mode 100644 index 0000000000..5c4a53c43f --- /dev/null +++ b/changes/bug29017 @@ -0,0 +1,4 @@ + o Minor bugfixes (stats): + - When ExtraInfoStatistics is 0, stop including PaddingStatistics in + relay and bridge extra-info documents. Fixes bug 29017; + bugfix on 0.3.1.1-alpha. diff --git a/changes/bug29665 b/changes/bug29665 new file mode 100644 index 0000000000..d89046faf5 --- /dev/null +++ b/changes/bug29665 @@ -0,0 +1,7 @@ + o Minor bugfixes (single onion services): + - Allow connections to single onion services to remain idle without + being disconnected. Relays acting as rendezvous points for + single onion services were mistakenly closing idle established + rendezvous circuits after 60 seconds, thinking that they are unused + directory-fetching circuits that had served their purpose. Fixes + bug 29665; bugfix on 0.2.1.26. |