commit c816bbd2290e1d284bdcd73df42af012935c4bdc Author: Isis Lovecruft isis@torproject.org Date: Mon Oct 2 17:49:56 2017 +0000
Remove changes files integrated for 0.3.2.2-alpha. --- changes/18736 | 3 --- changes/8185_diagnostic | 4 ---- changes/bug21800 | 4 ---- changes/bug22109 | 3 --- changes/bug22805 | 10 ---------- changes/bug23080 | 5 ----- changes/bug23159 | 5 ----- changes/bug23537 | 4 ---- changes/bug23539 | 4 ---- changes/bug23551 | 3 --- changes/bug23552 | 3 --- changes/bug23566 | 4 ---- changes/bug23568 | 4 ---- changes/bug23575 | 4 ---- changes/bug23580 | 3 --- changes/bug23581 | 4 ---- changes/bug23606 | 4 ---- changes/bug23607 | 4 ---- changes/bug23608 | 4 ---- changes/bug23610 | 5 ----- changes/bug23611 | 4 ---- changes/bug23645 | 3 --- changes/bug23676 | 6 ------ changes/bug23690 | 5 ----- changes/bug23690_additional_032 | 4 ---- changes/bug23696 | 3 --- changes/bug8185_025 | 6 ------ changes/longclaw-ipv6 | 6 ------ changes/ticket18891 | 3 --- changes/ticket19704 | 5 ----- changes/ticket21405 | 3 --- changes/ticket23420 | 4 ---- changes/ticket23564 | 4 ---- changes/ticket23602 | 6 ------ changes/ticket23604 | 5 ----- changes/ticket23643 | 6 ------ 36 files changed, 157 deletions(-)
diff --git a/changes/18736 b/changes/18736 deleted file mode 100644 index 9cd48eb3a..000000000 --- a/changes/18736 +++ /dev/null @@ -1,3 +0,0 @@ - o Documentation: - - Document that onion service subdomains are allowed, and ignored. - Closes ticket 18736. diff --git a/changes/8185_diagnostic b/changes/8185_diagnostic deleted file mode 100644 index 5e4cb1f8c..000000000 --- a/changes/8185_diagnostic +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features (logging diagnostic): - - Log more circuit information whenever we are about to try to - package a relay cell on a circuit with a nonexistent n_chan. - Attempt to diagnose ticket 8185. diff --git a/changes/bug21800 b/changes/bug21800 deleted file mode 100644 index 53c20c0fa..000000000 --- a/changes/bug21800 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (testing): - - Capture and detect several "Result does not fit" warnings - in unit tests on platforms with 32-bit time_t. Fixes bug 21800; - bugfix on 0.2.9.3-alpha. diff --git a/changes/bug22109 b/changes/bug22109 deleted file mode 100644 index 51eb49ebf..000000000 --- a/changes/bug22109 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features (tests): - - Add a unit test to make sure that our own generated platform string - will be accepted by directory authorities. Closes ticket 22109. diff --git a/changes/bug22805 b/changes/bug22805 deleted file mode 100644 index 2b0369da3..000000000 --- a/changes/bug22805 +++ /dev/null @@ -1,10 +0,0 @@ - o Minor features (relay): - - When choosing which circuits can be expired as unused, consider - circuits from clients even if those clients used regular CREATE - cells to make them; and do not consider circuits from relays even if - they were made with CREATE_FAST. Part of ticket 22805. - - o Code simplification and refactoring: - - Remove various ways of testing circuits and connections for - "clientness"; instead, favor channel_is_client(). - Part of ticket 22805. diff --git a/changes/bug23080 b/changes/bug23080 deleted file mode 100644 index c80d323d3..000000000 --- a/changes/bug23080 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor features (spec conformance, bridge, diagnostic): - - When handling the USERADDR command on an ExtOrPort, warn when the - transports provides a USERADDR with no port. In a future version, - USERADDR commands of this format may be rejected. Detects problems - related to ticket 23080. diff --git a/changes/bug23159 b/changes/bug23159 deleted file mode 100644 index 68bfa0d46..000000000 --- a/changes/bug23159 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (hidden service v3): - - Don't log an assertion failure when we can't find the right information - to extend to an introduction point. In rare cases, this could happen, - causing a warning, even though tor would recover gracefully. - Fixes bug 23159; bugfix on 0.3.2.1-alpha. diff --git a/changes/bug23537 b/changes/bug23537 deleted file mode 100644 index 93072a3b4..000000000 --- a/changes/bug23537 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (scheduler): - - When switching schedulers due to a consensus change, we didn't give the new - scheduler a chance to react to the consensus. Fix that. Fixes bug 23537; - bugfix on 0.3.2.1-alpha diff --git a/changes/bug23539 b/changes/bug23539 deleted file mode 100644 index b3f6d3b45..000000000 --- a/changes/bug23539 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (scheduler, KIST): - - Make the KISTSchedRunInterval option a non negative value. With this, - the way to disable KIST through the consensus is to set it to 0. - Fixes bug 23539; bugfix on 0.3.2.1-alpha. diff --git a/changes/bug23551 b/changes/bug23551 deleted file mode 100644 index 2f918bfa3..000000000 --- a/changes/bug23551 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (compression): - - Handle a pathological case when decompressing Zstandard data when the - output buffer size is zero. Fixes bug 23551; bugfix on 0.3.1.1-alpha. diff --git a/changes/bug23552 b/changes/bug23552 deleted file mode 100644 index 4a4e9b47b..000000000 --- a/changes/bug23552 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (scheduler): - - Only notice log the selected scheduler when we switch scheduler types. - Fixes bug 23552; bugfix on 0.3.2.1-alpha. diff --git a/changes/bug23566 b/changes/bug23566 deleted file mode 100644 index 5cedcb72d..000000000 --- a/changes/bug23566 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (tests): - - The removal of some old scheduler options caused some tests to fail on - BSD systems. Assume current behavior is correct and make the tests pass - again. Fixes bug 23566; bugfix on 0.3.2.1-alpha. diff --git a/changes/bug23568 b/changes/bug23568 deleted file mode 100644 index cac465568..000000000 --- a/changes/bug23568 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (compilation): - - Fix a compilation warning when building with zstd support - on 32-bit platforms. Fixes bug 23568; bugfix on 0.3.1.1-alpha. - Found and fixed by Andreas Stieger. diff --git a/changes/bug23575 b/changes/bug23575 deleted file mode 100644 index f4fcb1ac4..000000000 --- a/changes/bug23575 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (scheduler): - - Avoid a compilation warning on macOS in scheduler_ev_add() caused by - a different tv_usec data type. - Fixes bug 23575; bugfix on 0.3.2.1-alpha. diff --git a/changes/bug23580 b/changes/bug23580 deleted file mode 100644 index 45c825fb6..000000000 --- a/changes/bug23580 +++ /dev/null @@ -1,3 +0,0 @@ - o Documentation (hidden service, man page): - - HiddenServiceVersion man page entry wasn't mentionning the now supported - version 3. Fixes ticket 23580.; bugfix on 0.3.2.1-alpha. diff --git a/changes/bug23581 b/changes/bug23581 deleted file mode 100644 index 2599b4076..000000000 --- a/changes/bug23581 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (scheduler): - - Make a hard exit if tor is unable to pick a scheduler which can happen - if the user specifies a scheduler type that is not supported and not - other types in Schedulers. Fixes bug 23581; bugfix on 0.3.2.1-alpha. diff --git a/changes/bug23606 b/changes/bug23606 deleted file mode 100644 index 77f4d0cb9..000000000 --- a/changes/bug23606 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (bootstrapping): - - When warning about state file clock skew, report the correct - direction for the detected skew. Fixes bug 23606; bugfix on - 0.2.8.1-alpha. diff --git a/changes/bug23607 b/changes/bug23607 deleted file mode 100644 index 7aa48a94c..000000000 --- a/changes/bug23607 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (bootstrapping): - - Avoid an assertion failure when logging a state file clock skew - very early in bootstrapping. Fixes bug 23607; bugfix on - 0.3.2.1-alpha. diff --git a/changes/bug23608 b/changes/bug23608 deleted file mode 100644 index 16cf88aa3..000000000 --- a/changes/bug23608 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (unit tests): - - Fix additional channelpadding unit test failures by using mocked time - instead of actual time for all tests. Fixes bug 23608; - bugfix on 0.3.1.1-alpha. diff --git a/changes/bug23610 b/changes/bug23610 deleted file mode 100644 index 271bf2b45..000000000 --- a/changes/bug23610 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (hidden service, relay): - - Avoid a possible double close of a circuit by the intro point on error - of sending the INTRO_ESTABLISHED cell. Fixes bug 23610; bugfix on - 0.3.0.1-alpha. - diff --git a/changes/bug23611 b/changes/bug23611 deleted file mode 100644 index f47e56200..000000000 --- a/changes/bug23611 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (documentation): - - Fix manpage to not refer to the obsolete (and misspelled) - UseEntryGuardsAsDirectoryGuards parameter in the description of - NumDirectoryGuards. Fixes bug 23611; bugfix on 0.2.4.8-alpha. diff --git a/changes/bug23645 b/changes/bug23645 deleted file mode 100644 index 56198265b..000000000 --- a/changes/bug23645 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features (logging): - - Improve info-level log identification of particular circuits, - to help with debugging. Closes ticket 23645. diff --git a/changes/bug23676 b/changes/bug23676 deleted file mode 100644 index 90f9e3180..000000000 --- a/changes/bug23676 +++ /dev/null @@ -1,6 +0,0 @@ - o Major bugfixes (scheduler): - If a channel is put into the scheduler's pending list, then it starts - closing, and then if the scheduler runs before it finishes closing, the - scheduler will get stuck trying to flush its cells while the lower layers - refuse to cooperate. Fix that race condition by given the scheduler an - escape method. Fixes bug 23676; bugfix on 0.3.2.1-alpha diff --git a/changes/bug23690 b/changes/bug23690 deleted file mode 100644 index 36ff32e49..000000000 --- a/changes/bug23690 +++ /dev/null @@ -1,5 +0,0 @@ - o Major bugfixes (relay, crash, assertion failure): - - Fix a timing-based assertion failure that could occur when the - circuit out-of-memory handler freed a connection's output buffer. - Fixes bug 23690; bugfix on 0.2.6.1-alpha. - diff --git a/changes/bug23690_additional_032 b/changes/bug23690_additional_032 deleted file mode 100644 index 218917dca..000000000 --- a/changes/bug23690_additional_032 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features (robustness): - - Change several fatal assertions when flushing buffers into - non-fatal assertions, to prevent any recurrence of 23690. - diff --git a/changes/bug23696 b/changes/bug23696 deleted file mode 100644 index d447815c8..000000000 --- a/changes/bug23696 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (scheduler, kist): - - Properly initialize the scheduler last run time counter so it is not 0 - at the first tick. Fixes bug 23696; bugfix on 0.3.2.1-alpha. diff --git a/changes/bug8185_025 b/changes/bug8185_025 deleted file mode 100644 index 1bfc12b1e..000000000 --- a/changes/bug8185_025 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor bugfixes (logging, relay shutdown, annoyance): - - When a circuit is marked for close, do not attempt to package any cells - for channels on that circuit. Previously, we would detect this - condition lower in the call stack, when we noticed that the circuit had - no attached channel, and log an annoying message. Fixes bug 8185; - bugfix on 0.2.5.4-alpha. diff --git a/changes/longclaw-ipv6 b/changes/longclaw-ipv6 deleted file mode 100644 index 75899c9d0..000000000 --- a/changes/longclaw-ipv6 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor features (directory authorities): - - Remove longclaw's IPv6 address, as it will soon change. - Authority IPv6 addresses were originally added in 0.2.8.1-alpha. - This leaves 3/8 directory authorities with IPv6 addresses, but there - are also 52 fallback directory mirrors with IPv6 addresses. - Resolves 19760. diff --git a/changes/ticket18891 b/changes/ticket18891 deleted file mode 100644 index 34fd1cb8c..000000000 --- a/changes/ticket18891 +++ /dev/null @@ -1,3 +0,0 @@ - o Documentation: - - Clarify that the Address option is entirely about setting an - advertised IPv4 address. Closes ticket 18891. diff --git a/changes/ticket19704 b/changes/ticket19704 deleted file mode 100644 index b05f6abcb..000000000 --- a/changes/ticket19704 +++ /dev/null @@ -1,5 +0,0 @@ - o Deprecated features: - - The ReachableDirAddresses and ClientPreferIPv6DirPort options - are now deprecated; they do not apply to relays, and they - have had no effect on clients since 0.2.8.x. Closes ticket 19704. - diff --git a/changes/ticket21405 b/changes/ticket21405 deleted file mode 100644 index 84dd161d9..000000000 --- a/changes/ticket21405 +++ /dev/null @@ -1,3 +0,0 @@ - o Documentation: - - Clarify the manpage's use of the term "address" to clarify what kind of - address is intended. Closes ticket 21405. diff --git a/changes/ticket23420 b/changes/ticket23420 deleted file mode 100644 index 8b976cdaa..000000000 --- a/changes/ticket23420 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (hidden service v3): - - Pad RENDEZVOUS cell up to the size of the legacy cell which is much - bigger so the rendezvous point can't distinguish which hidden service - protocol is being used. Fixes bug 23420; bugfix on 0.3.2.1-alpha. diff --git a/changes/ticket23564 b/changes/ticket23564 deleted file mode 100644 index c493caf35..000000000 --- a/changes/ticket23564 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features (build): - - The "check-changes" feature is now part of the "make check" - tests; we'll use it to try to prevent misformed changes files - from accumulating. Closes ticket 23564. diff --git a/changes/ticket23602 b/changes/ticket23602 deleted file mode 100644 index c741f2b6d..000000000 --- a/changes/ticket23602 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor bugfixes (build): - - When searching for OpenSSL, don't accept any OpenSSL library that lacks - TLSv1_1_method(): Tor doesn't build with those versions. Additionally, - look in /usr/local/opt/openssl, if it's present. These changes - together repair the default build on OSX systems with Homebrew - installed. Fixes bug 23602; bugfix on 0.2.7.2-alpha. diff --git a/changes/ticket23604 b/changes/ticket23604 deleted file mode 100644 index eae8a48d2..000000000 --- a/changes/ticket23604 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor features (hidden service, circuit, logging): - - Improve logging of many callsite in the circuit subsystem to print the - circuit identifier(s). - - Log when we cleanup an intro point from a service so we know when and - for what reason it happened. Closes ticket 23604. diff --git a/changes/ticket23643 b/changes/ticket23643 deleted file mode 100644 index b2edbef91..000000000 --- a/changes/ticket23643 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor features (compilation, testing): - - Tor builds should now fail if there are any mismatches between the C - type representing a configuration variable and the C type the - data-driven parser uses to store a value there. Previously, we needed - to check these by hand, which sometimes led to mistakes. Closes ticket - 23643.
tor-commits@lists.torproject.org