summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug178043
-rw-r--r--changes/bug178183
-rw-r--r--changes/bug178273
-rw-r--r--changes/bug4483-multiple-consensus-downloads9
-rw-r--r--changes/feature17576-UseDefaultFallbackDirs4
-rw-r--r--changes/feature81956
6 files changed, 28 insertions, 0 deletions
diff --git a/changes/bug17804 b/changes/bug17804
new file mode 100644
index 0000000000..bd2a3cbdff
--- /dev/null
+++ b/changes/bug17804
@@ -0,0 +1,3 @@
+ o Minor bugfixes (compilation):
+ - Replace usage of 'INLINE' with 'inline'. Fixes bug 17804; bugfix
+ on tor-0.0.2pre8.
diff --git a/changes/bug17818 b/changes/bug17818
new file mode 100644
index 0000000000..3d9afe329e
--- /dev/null
+++ b/changes/bug17818
@@ -0,0 +1,3 @@
+ o Minor bugfixes (compilation):
+ - Isolate environment variables meant for tests from the rest of the
+ build system. Fixes bug 17818; bugfix on tor-0.2.7.3-rc.
diff --git a/changes/bug17827 b/changes/bug17827
new file mode 100644
index 0000000000..04cd3b5977
--- /dev/null
+++ b/changes/bug17827
@@ -0,0 +1,3 @@
+ o Minor bugfixes (compilation):
+ - Fix backtrace compilation on FreeBSD. Fixes bug 17827; bugfix on
+ tor-0.2.5.2-alpha.
diff --git a/changes/bug4483-multiple-consensus-downloads b/changes/bug4483-multiple-consensus-downloads
new file mode 100644
index 0000000000..23d22a89c4
--- /dev/null
+++ b/changes/bug4483-multiple-consensus-downloads
@@ -0,0 +1,9 @@
+ o Major features (consensus downloads):
+ - Schedule multiple in-progress consensus downloads during client
+ bootstrap. Use the first one that starts downloading, close the
+ rest. This reduces failures when authorities are slow or down.
+ With #15775, it reduces failures due to fallback churn.
+ Implements #4483 (reduce failures when authorities are down).
+ Patch by "teor".
+ Implements IPv4 portions of proposal #210 by "mikeperry" and
+ "teor".
diff --git a/changes/feature17576-UseDefaultFallbackDirs b/changes/feature17576-UseDefaultFallbackDirs
new file mode 100644
index 0000000000..68843c4769
--- /dev/null
+++ b/changes/feature17576-UseDefaultFallbackDirs
@@ -0,0 +1,4 @@
+ o Minor feature (fallback directories):
+ - Add UseDefaultFallbackDirs, which enables any hard-coded fallback
+ directory mirrors. Default is 1, set it to 0 to disable fallbacks.
+ Implements ticket 17576. Patch by "teor".
diff --git a/changes/feature8195 b/changes/feature8195
new file mode 100644
index 0000000000..cb81f2e1d0
--- /dev/null
+++ b/changes/feature8195
@@ -0,0 +1,6 @@
+ o Major features:
+ - When Tor is started as root on Linux and told to switch user ID, it
+ can now retain the capabilitity to bind to low ports. By default,
+ Tor will do this only when it's switching user ID and some low
+ ports have been configured. You can change this behavior with
+ the new option KeepBindCapabilities. Closes ticket 8195.