summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug408586
-rw-r--r--changes/ticket408594
2 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug40858 b/changes/bug40858
new file mode 100644
index 0000000000..4b9d85616e
--- /dev/null
+++ b/changes/bug40858
@@ -0,0 +1,6 @@
+ o Major bugfixes (onion service):
+ - Fix a reliability issue where services were expiring their
+ introduction points every consensus update. This caused connectivity
+ issues for clients caching the old descriptor and intro points. Bug
+ reported and fixed by gitlab user @hyunsoo.kim676. Fixes bug 40858;
+ bugfix on 0.4.7.5-alpha.
diff --git a/changes/ticket40859 b/changes/ticket40859
new file mode 100644
index 0000000000..a6cdaa9df7
--- /dev/null
+++ b/changes/ticket40859
@@ -0,0 +1,4 @@
+ o Minor features (testing):
+ - Enable Doxygen and Stem tests for 0.4.8 and clean-up some logic for
+ handling versions of Tor that are no longer supported. Closes ticket
+ 40859.