diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/15542 | 3 | ||||
-rw-r--r-- | changes/bug-15771-reachability | 8 | ||||
-rw-r--r-- | changes/bug14391 | 5 | ||||
-rw-r--r-- | changes/bug14784 | 4 | ||||
-rw-r--r-- | changes/bug15759 | 6 | ||||
-rw-r--r-- | changes/ticket15542 | 3 | ||||
-rw-r--r-- | changes/ticket8766 | 7 |
7 files changed, 36 insertions, 0 deletions
diff --git a/changes/15542 b/changes/15542 new file mode 100644 index 0000000000..bf289c9563 --- /dev/null +++ b/changes/15542 @@ -0,0 +1,3 @@ + o Minor features: + - The "--hash-password" option now implies "--hush" to avoid needless + noise. Closes ticket 15542. Patch from "cypherpunks". diff --git a/changes/bug-15771-reachability b/changes/bug-15771-reachability new file mode 100644 index 0000000000..aff6268efb --- /dev/null +++ b/changes/bug-15771-reachability @@ -0,0 +1,8 @@ + o Minor bugfixes (test networks) + - When self-testing reachability, use ExtendAllowPrivateAddresses + to determine if local/private addresses imply reachability. + The previous fix used TestingTorNetwork, which implies + ExtendAllowPrivateAddresses, but this excluded rare configs where + ExtendAllowPrivateAddresses is set but TestingTorNetwork is not. + Fixes bug 15771; bugfix on 0.2.6.1-alpha, bug #13924. + Patch by "teor", issue discovered by CJ Ess. diff --git a/changes/bug14391 b/changes/bug14391 new file mode 100644 index 0000000000..590737218c --- /dev/null +++ b/changes/bug14391 @@ -0,0 +1,5 @@ + + o Code simplification and refactoring: + - Refactor hidden service client-side cache lookup to intelligently + report its various failure cases, and disentangle failure cases + involving a lack of introduction points. Closes ticket 14391. diff --git a/changes/bug14784 b/changes/bug14784 new file mode 100644 index 0000000000..1f5014235e --- /dev/null +++ b/changes/bug14784 @@ -0,0 +1,4 @@ + o Minor features: + - Implement a new controller command "status/fresh-relay-descs" to + fetch a descriptor/extrainfo pair that was generated on demand + just for the controller's use. Implements ticket 14784. diff --git a/changes/bug15759 b/changes/bug15759 new file mode 100644 index 0000000000..24c5eb0e74 --- /dev/null +++ b/changes/bug15759 @@ -0,0 +1,6 @@ + o Minor bugfixes (testing): + - Set the severity correctly when testing get_interface_addresses_ifaddrs() + and get_interface_addresses_win32(), so that the tests fail gracefully + instead of triggering an assertion. Fixes bug 15759; bugfix on + 0.2.6.3-alpha. Reported by Nicolas Derive. + diff --git a/changes/ticket15542 b/changes/ticket15542 new file mode 100644 index 0000000000..fcf293e5d0 --- /dev/null +++ b/changes/ticket15542 @@ -0,0 +1,3 @@ + o Minor features (command-line interface): + - Make --hash-password imply --hush to prevent unnecessary noise. Closes + ticket 15542. diff --git a/changes/ticket8766 b/changes/ticket8766 new file mode 100644 index 0000000000..33bfc33a57 --- /dev/null +++ b/changes/ticket8766 @@ -0,0 +1,7 @@ + o Minor features: + - Recover better when our clock jumps back many hours, like might + happen for Tails or Whonix users who start with a very wrong + hardware clock, use Tor to discover a more accurate time, and then + fix their clock. Resolves part of ticket 8766. + [I'd call this a major feature if it actually fixed all of the issues.] + |