From 205084631257751b655c5bf33a1f290e2741bf27 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 16 Jun 2014 15:00:10 -0400 Subject: Bring remaining 0.2.5.5-alpha entries into changelog --- changes/bug10405 | 5 ----- changes/bug10616 | 4 ---- changes/bug11970 | 7 ------- changes/bug12169_simple | 5 ----- changes/bug12170 | 11 ----------- changes/bug12184_diagnostic | 4 ---- changes/bug12191 | 7 ------- changes/bug12195 | 7 ------- changes/bug12227 | 5 ----- changes/bug6799 | 20 -------------------- changes/bug8746 | 4 ---- changes/geoip6-june2014 | 2 -- changes/more_8387_diagnosis | 4 ---- changes/move-authdir-options | 4 ---- changes/not_bug_8093 | 4 ---- 15 files changed, 93 deletions(-) delete mode 100644 changes/bug10405 delete mode 100644 changes/bug10616 delete mode 100644 changes/bug11970 delete mode 100644 changes/bug12169_simple delete mode 100644 changes/bug12170 delete mode 100644 changes/bug12184_diagnostic delete mode 100644 changes/bug12191 delete mode 100644 changes/bug12195 delete mode 100644 changes/bug12227 delete mode 100644 changes/bug6799 delete mode 100644 changes/bug8746 delete mode 100644 changes/geoip6-june2014 delete mode 100644 changes/more_8387_diagnosis delete mode 100644 changes/move-authdir-options delete mode 100644 changes/not_bug_8093 (limited to 'changes') diff --git a/changes/bug10405 b/changes/bug10405 deleted file mode 100644 index d1110e44e..000000000 --- a/changes/bug10405 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes: - - Avoid "Tried to open a socket with DisableNetwork set" warnings - when starting a client with bridges configured and DisableNetwork - set. (Tor launcher starts Tor with DisableNetwork set the first - time.) Fixes bug 10405; bugfix on 0.2.3.9-alpha. diff --git a/changes/bug10616 b/changes/bug10616 deleted file mode 100644 index 26f0bda85..000000000 --- a/changes/bug10616 +++ /dev/null @@ -1,4 +0,0 @@ - o Bugfixes: - - Squelch a spurious LD_BUG message "No origin circuit for successful - SOCKS stream" in certain hidden service failure cases; fixes bug - #10616. diff --git a/changes/bug11970 b/changes/bug11970 deleted file mode 100644 index 896f0cfaf..000000000 --- a/changes/bug11970 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes (linux seccomp sandbox): - - Refactor the getaddrinfo workaround that the seccomp sandbox - uses to avoid calling getaddrinfo() after installing the sandbox - filters. Previously, it preloaded a cache with the IPv4 address - for our hostname, and nothing else. Now, it loads the cache with - every address that it used to initialize the Tor process. Fixes - bug 11970; bugfix on 0.2.5.1-alpha. diff --git a/changes/bug12169_simple b/changes/bug12169_simple deleted file mode 100644 index f9a300775..000000000 --- a/changes/bug12169_simple +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (performance): - - Avoid using tor_memeq() for checking relay cell integrity. - This removes a possible performance bottleneck. Fixes part of bug - 12169; bugfix on 0.2.1.31. - diff --git a/changes/bug12170 b/changes/bug12170 deleted file mode 100644 index e462e4fa7..000000000 --- a/changes/bug12170 +++ /dev/null @@ -1,11 +0,0 @@ - o Major bugfixes (performance): - - Do not recompute whether we have sufficient information to build - circuits every time we make a successful connection. Previously, - we would forget our cached value for this flag every time we - successfully opened a channel (or marked a router as running or not - running for any - other reason), regardless of whether we had - previously believed the router to be running. This forced us to - run a fairly expensive update operation with relatively - high frequency. - Fixes bug 12170; bugfix on 0.1.2.1-alpha. diff --git a/changes/bug12184_diagnostic b/changes/bug12184_diagnostic deleted file mode 100644 index 3c783b17d..000000000 --- a/changes/bug12184_diagnostic +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features (diagnostic): - - Add significant new logging code to attempt to diagnose bug 12184, - where relays seem to run out of available circuit IDs. - diff --git a/changes/bug12191 b/changes/bug12191 deleted file mode 100644 index 77589ab31..000000000 --- a/changes/bug12191 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes: - - - We now drop CREATE cells for already-existent circuit IDs and - for zero-valued circuit IDs, regardless of other factors that - might otherwise have called for DESTROY cells. Fixes bug 12191; - bugfix on 0.0.8pre1. - diff --git a/changes/bug12195 b/changes/bug12195 deleted file mode 100644 index f798129e6..000000000 --- a/changes/bug12195 +++ /dev/null @@ -1,7 +0,0 @@ - o Major bugfixes: - - When a circuit accidentally has the same circuit ID for its - forward and reverse direction, correctly detect the direction of - cells using that circuit. Previously, this would have made - roughly one circuit in a million non-functional. Fixes bug - 12195; this is a bugfix on every version of Tor. - diff --git a/changes/bug12227 b/changes/bug12227 deleted file mode 100644 index d8b5d08a5..000000000 --- a/changes/bug12227 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes: - - Avoid an illegal read from stack when initializing the TLS - module using a version of OpenSSL without all of the ciphers - used by the v2 link handshake. Fixes bug 12227; bugfix on - 0.2.4.8-alpha. Found by "starlight". diff --git a/changes/bug6799 b/changes/bug6799 deleted file mode 100644 index 72b6519a2..000000000 --- a/changes/bug6799 +++ /dev/null @@ -1,20 +0,0 @@ - o Major features: - - - Increase the base amount of time that a canonical connection - (one that we have made to a known OR) is allowed to stay idle - from 3 minutes to 15 minutes. This leaks less information - about when circuits have closed, and avoids unnecessary overhead - from renegotiating connections. Part of a fix for ticket 6799. - - - Instead of closing connections after they have been idle for a - fixed interval, randomly add up to 50% to each connection's - maximum timeout. This makes it harder to tell when the last - circuit closed by looking at when a connection closes. Part of a - fix for ticket 6799. - - - Base connection idleness tests on the actual time elapsed since - the connection last had circuits, not on the time when we last - added non-padding. This change also makes it harder for an - observer to tell when the last circuit closed by looking at when - a connection closes. Part of a fix for ticket 6799. - Incidentally fixes bug 12023; bugfix on 0.2.5.1-alpha. diff --git a/changes/bug8746 b/changes/bug8746 deleted file mode 100644 index b6e52ca43..000000000 --- a/changes/bug8746 +++ /dev/null @@ -1,4 +0,0 @@ - o Major bugfixes: - - When managing pluggable transports, use OS notification facilities to - learn if they have crashed, and do not attempt to kill any process - that has already exited. Fix for bug 8746; bugfix on 0.2.3.6-alpha. diff --git a/changes/geoip6-june2014 b/changes/geoip6-june2014 deleted file mode 100644 index 1a33e6fb4..000000000 --- a/changes/geoip6-june2014 +++ /dev/null @@ -1,2 +0,0 @@ - o Minor features: - - Update geoip and geoip6 to the June 4 2014 Maxmind GeoLite2 Country database. diff --git a/changes/more_8387_diagnosis b/changes/more_8387_diagnosis deleted file mode 100644 index 68a36a113..000000000 --- a/changes/more_8387_diagnosis +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features (diagnostic): - - Improve the diagnostic log message for bug #8387 even further to - try to improve our odds of figuring out why one-hop directory - circuits sometimes do not get closed. diff --git a/changes/move-authdir-options b/changes/move-authdir-options deleted file mode 100644 index 05669b825..000000000 --- a/changes/move-authdir-options +++ /dev/null @@ -1,4 +0,0 @@ - o Documentation: - - In the manpage, move more authority-only options into the - directory authority section so that operators of regular - directory caches don't get confused. diff --git a/changes/not_bug_8093 b/changes/not_bug_8093 deleted file mode 100644 index 98b421926..000000000 --- a/changes/not_bug_8093 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes: - - When rejecting DATA cells for stream_id zero, still count them against - the circuit's deliver window so that we don't get fail to send a - SENDME. Fix for bug 11246; bugfix on 0.2.4.10-alpha. -- cgit v1.2.3