diff options
author | Roger Dingledine <arma@torproject.org> | 2012-06-15 03:10:07 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-06-15 03:10:07 -0400 |
commit | f56e3122d8978d71ffed73c40c2dc0473dee0b75 (patch) | |
tree | b2da583bc1c9a87deb46432f22993aadb2bb0971 | |
parent | 4a9498d6825b4cb05c2e5a2e09ca98931bcb8893 (diff) | |
download | tor-f56e3122d8978d71ffed73c40c2dc0473dee0b75.tar tor-f56e3122d8978d71ffed73c40c2dc0473dee0b75.tar.gz |
fold in next changes items
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | changes/bug5458 | 6 | ||||
-rw-r--r-- | changes/bug5589 | 3 | ||||
-rw-r--r-- | changes/doc_hush | 3 |
4 files changed, 13 insertions, 14 deletions
@@ -1,4 +1,4 @@ -Changes in version 0.2.3.17-beta - 2012-06-1? +Changes in version 0.2.3.17-beta - 2012-06-15 o Major features: - Enable gcc and ld hardening by default. Resolves ticket 5210. - Update TLS cipher list to match Firefox 8 and later. Resolves @@ -54,6 +54,8 @@ Changes in version 0.2.3.17-beta - 2012-06-1? - Correct the manpage's descriptions for the default values of DirReqStatistics and ExtraInfoStatistics. Fixes bug 2865; bugfix on 0.2.3.1-alpha. + - Fix the documentation for the --hush and --quiet command line + options, which changed their behavior back in 0.2.3.3-alpha. - Fix compilation warning with clang 3.1. Fixes bug 6141; bugfix on 0.2.3.11-alpha. @@ -68,8 +70,17 @@ Changes in version 0.2.3.17-beta - 2012-06-1? configured. This can cause surprising behavior: it doesn't send all of Tor's traffic over the HTTPProxy -- it sends unencrypted directory traffic only. Resolves ticket 4663. + - Issue a notice if a guard completes less than 40% of your circuits. + Threshold is configurable by torrc option PathBiasNoticeRate and + consensus parameter pb_noticepct. There is additional, off-by- + default code to disable guards which fail too many circuits. + Addresses ticket 5458. - Update to the June 6 2012 Maxmind GeoLite Country database. + o Code simplifications and refactoring: + - Remove validate_pluggable_transports_config(): its warning + message is now handled by connection_or_connect(). + Changes in version 0.2.2.37 - 2012-06-06 Tor 0.2.2.37 introduces a workaround for a critical renegotiation @@ -217,7 +228,7 @@ Changes in version 0.2.3.16-alpha - 2012-06-05 network is disabled or the nameservers are unconfigurable. Fixes bug 5916; bugfix on Tor 0.1.2.1-alpha (for the unconfigurable nameserver case) and on 0.2.3.9-alpha (for the DisableNetwork case). - - Don't hold a windows file handle open for every file mapping; + - Don't hold a Windows file handle open for every file mapping; the file mapping handle is sufficient. Fixes bug 5951; bugfix on 0.1.2.1-alpha. - Avoid O(n^2) performance characteristics when parsing a large diff --git a/changes/bug5458 b/changes/bug5458 deleted file mode 100644 index a66578325..000000000 --- a/changes/bug5458 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor features - - Issue a notice if a guard completes less than 40% of your circuits. - Threshold is configurable by torrc option PathBiasNoticeRate - and consensus parameter pb_noticepct. There is additional, off-by- - default code to disable guards which fail too many circuits. - Addresses ticket 5458. diff --git a/changes/bug5589 b/changes/bug5589 deleted file mode 100644 index cbcaaa75f..000000000 --- a/changes/bug5589 +++ /dev/null @@ -1,3 +0,0 @@ - o Code simplifications and refactoring: - - Remove validate_pluggable_transports_config(): its warning - message is now handled by connection_or_connect(). diff --git a/changes/doc_hush b/changes/doc_hush deleted file mode 100644 index b3a67aac5..000000000 --- a/changes/doc_hush +++ /dev/null @@ -1,3 +0,0 @@ - o Documentation: - - Fix the documentation for the --hush and --quiet command line options, - which changed their behavior back in 0.2.3.3-alpha. |