diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/11543 | 8 | ||||
-rw-r--r-- | changes/bug11156 | 5 | ||||
-rw-r--r-- | changes/bug9059 | 3 | ||||
-rw-r--r-- | changes/bug9229_025 | 5 | ||||
-rw-r--r-- | changes/bug9963 | 5 | ||||
-rw-r--r-- | changes/ticket11528 | 6 |
6 files changed, 29 insertions, 3 deletions
diff --git a/changes/11543 b/changes/11543 new file mode 100644 index 0000000000..ebc22f775d --- /dev/null +++ b/changes/11543 @@ -0,0 +1,8 @@ + 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/bug11156 b/changes/bug11156 new file mode 100644 index 0000000000..bb20ed1e70 --- /dev/null +++ b/changes/bug11156 @@ -0,0 +1,5 @@ + o Minor bugfixes (clients): + - Fix a bug where a client-side Tor with pluggable transports + would take 60 seconds to bootstrap if a config re-read was + triggered at just the right timing during bootstrap. Refixes bug + 11156; bugfix on 0.2.5.3-alpha.
\ No newline at end of file diff --git a/changes/bug9059 b/changes/bug9059 deleted file mode 100644 index 9872a5959b..0000000000 --- a/changes/bug9059 +++ /dev/null @@ -1,3 +0,0 @@ - o Documentation: - - Provide a more accurate description of the ClientOnly config - option on the man page. Resolves bug 9059. diff --git a/changes/bug9229_025 b/changes/bug9229_025 new file mode 100644 index 0000000000..ad7fd22c28 --- /dev/null +++ b/changes/bug9229_025 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Avoid 60-second delays in the bootstrapping process when Tor + is launching for a second time while using bridges. Fixes bug 9229; + bugfix on 0.2.0.3-alpha. + diff --git a/changes/bug9963 b/changes/bug9963 new file mode 100644 index 0000000000..b8b95f2a7d --- /dev/null +++ b/changes/bug9963 @@ -0,0 +1,5 @@ + 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/ticket11528 b/changes/ticket11528 new file mode 100644 index 0000000000..15daad9950 --- /dev/null +++ b/changes/ticket11528 @@ -0,0 +1,6 @@ + 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. |