summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/115438
-rw-r--r--changes/bug138089
-rw-r--r--changes/bug138116
-rw-r--r--changes/bug13823-decrease-consensus-interval8
-rw-r--r--changes/bug13839-fix-TestingMinExitFlagThreshold7
-rw-r--r--changes/bug139137
-rw-r--r--changes/bug13963-decrease-if-modified-since-delay7
-rw-r--r--changes/bug140136
-rw-r--r--changes/bug99635
-rw-r--r--changes/ticket110166
-rw-r--r--changes/ticket115286
11 files changed, 56 insertions, 19 deletions
diff --git a/changes/11543 b/changes/11543
deleted file mode 100644
index ebc22f775d..0000000000
--- a/changes/11543
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bugfixes:
-
- - Improve the warning message when trying to enable the Linux
- sandbox code on a Tor built without libseccomp. Instead of
- saying "Sandbox is not implemented on this platform", we now
- explain that we to need be built with libseccomp. Fixes bug
- 11543; bugfix on 0.2.5.1-alpha.
-
diff --git a/changes/bug13808 b/changes/bug13808
new file mode 100644
index 0000000000..b24a01c17b
--- /dev/null
+++ b/changes/bug13808
@@ -0,0 +1,9 @@
+ o Minor features (transparent proxy):
+ - Use the correct option when using IPv6 with transparent proxy
+ support on Linux. Resolves 13808. Patch by Francisco Blas
+ Izquierdo Riera.
+
+ o Minor bugfixes (sandbox):
+ - Make transparent proxy support work along with the seccomp2
+ sandbox. Fixes part of bug 13808; bugfix on 0.2.5.1-alpha.
+ Patch by Francisco Blas Izquierdo Riera.
diff --git a/changes/bug13811 b/changes/bug13811
new file mode 100644
index 0000000000..1b9bd9c68d
--- /dev/null
+++ b/changes/bug13811
@@ -0,0 +1,6 @@
+ o Major bugfixes (client, automap):
+ - Repair automapping with IPv6 addresses; this automapping should
+ have worked previously, but one piece of debugging code that we
+ inserted to detect a regression actually caused the regression
+ to manifest itself again. Fixes bug 13811; bugfix on
+ 0.2.4.7-alpha. Diagnosed and fixed by Francisco Blas Izquierdo Riera. \ No newline at end of file
diff --git a/changes/bug13823-decrease-consensus-interval b/changes/bug13823-decrease-consensus-interval
new file mode 100644
index 0000000000..1d99bd73cb
--- /dev/null
+++ b/changes/bug13823-decrease-consensus-interval
@@ -0,0 +1,8 @@
+ o Minor bugfixes:
+ - Decrease minimum consensus interval to 10 seconds
+ when TestingTorNetwork is set. (Or 5 seconds for
+ the first consensus.)
+ Fix code that assumes larger interval values.
+ This assists in quickly bootstrapping a testing
+ Tor network.
+ Fixes bugs 13718 & 13823.
diff --git a/changes/bug13839-fix-TestingMinExitFlagThreshold b/changes/bug13839-fix-TestingMinExitFlagThreshold
new file mode 100644
index 0000000000..947614f550
--- /dev/null
+++ b/changes/bug13839-fix-TestingMinExitFlagThreshold
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - Stop requiring exits to have non-zero bandwithcapacity in a
+ TestingTorNetwork. Instead, when TestingMinExitFlagThreshold is 0,
+ ignore exit bandwidthcapacity.
+ This assists in bootstrapping a testing Tor network.
+ Fixes bugs 13718 & 13839.
+ Makes bug 13161's TestingDirAuthVoteExit non-essential.
diff --git a/changes/bug13913 b/changes/bug13913
new file mode 100644
index 0000000000..9a23180eb3
--- /dev/null
+++ b/changes/bug13913
@@ -0,0 +1,7 @@
+ o Documentation:
+ - Clarify HiddenServiceDir option description in manpage to make it
+ clear that relative paths are taken with respect to the current
+ working
+ directory of Tor instance. Also clarify that this behavior is
+ not guaranteed to remain indefinitely. Fixes
+ issue 13913.
diff --git a/changes/bug13963-decrease-if-modified-since-delay b/changes/bug13963-decrease-if-modified-since-delay
new file mode 100644
index 0000000000..62371444c4
--- /dev/null
+++ b/changes/bug13963-decrease-if-modified-since-delay
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - When V3AuthVotingInterval is low, decrease the delay on the
+ If-Modified-Since header passed to directory servers.
+ This allows us to obtain consensuses promptly when the consensus
+ interval is very short.
+ This assists in bootstrapping a testing Tor network.
+ Fixes bugs 13718 & 13963.
diff --git a/changes/bug14013 b/changes/bug14013
new file mode 100644
index 0000000000..640cf859f5
--- /dev/null
+++ b/changes/bug14013
@@ -0,0 +1,6 @@
+ o Major bugfixes:
+ - When reading a hexadecimal, base-32, or base-64 encoded value
+ from a string, always overwrite the complete output buffer. This
+ prevents some bugs where we would look at (but fortunately, not
+ reveal) uninitialized memory on the stack. Fixes bug 14013;
+ bugfix on all versions of Tor.
diff --git a/changes/bug9963 b/changes/bug9963
deleted file mode 100644
index b8b95f2a7d..0000000000
--- a/changes/bug9963
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - Don't log so many notice-level bootstrapping messages at startup about
- downloading descriptors. Previously, we'd log a notice whenever we
- learned about more routers. Now, we only log a notice at every 5% of
- progress. Fixes bug 9963.
diff --git a/changes/ticket11016 b/changes/ticket11016
new file mode 100644
index 0000000000..98d5d49697
--- /dev/null
+++ b/changes/ticket11016
@@ -0,0 +1,6 @@
+ o Minor features (systemd):
+ - Where supported, when running with systemd, report successful
+ startup to systemd. Part of ticket 11016. Patch by Michael
+ Scherer.
+ - When running with systemd, support systemd watchdog messages.
+ Part of ticket 11016. Patch by Michael Scherer.
diff --git a/changes/ticket11528 b/changes/ticket11528
deleted file mode 100644
index 15daad9950..0000000000
--- a/changes/ticket11528
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor features:
- - Servers now trust themselves to have a better view than clients of
- which TLS ciphersuites to choose. (Thanks to #11513, the server
- list is now well-considered, whereas the client list has been
- chosen mainly for anti-fingerprinting purposes.) Resolves ticket
- 11528.