diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-23 10:31:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-23 10:31:28 -0400 |
commit | 316cfd77cec5e7ed12848195ee9a7a4b1b23ec3b (patch) | |
tree | f335c3dc1bdf45deff67ff9a1f81309172d7bd11 /changes | |
parent | 7123e9706e424c2a0561ad81db3ef9e4073df30c (diff) | |
download | tor-316cfd77cec5e7ed12848195ee9a7a4b1b23ec3b.tar.gz tor-316cfd77cec5e7ed12848195ee9a7a4b1b23ec3b.zip |
Fold more changes files into the changelog
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17443 | 5 | ||||
-rw-r--r-- | changes/bug17668 | 5 | ||||
-rw-r--r-- | changes/bug17702 | 6 | ||||
-rw-r--r-- | changes/bug18253 | 3 | ||||
-rw-r--r-- | changes/bug18318_ed | 7 | ||||
-rw-r--r-- | changes/bug18368 | 5 | ||||
-rw-r--r-- | changes/bug18548 | 12 |
7 files changed, 0 insertions, 43 deletions
diff --git a/changes/bug17443 b/changes/bug17443 deleted file mode 100644 index e4c040b96b..0000000000 --- a/changes/bug17443 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (tor-gencert): - - Correctly handle the case where an authority operator enters a - passphrase but sends an EOF before sending a newline. - Fixes bug 17443; bugfix on 0.2.0.20-rc. Found by "junglefowl". - diff --git a/changes/bug17668 b/changes/bug17668 deleted file mode 100644 index fa5c1c8081..0000000000 --- a/changes/bug17668 +++ /dev/null @@ -1,5 +0,0 @@ - o Major bugfixes (voting): - - When collating votes by Ed25519 identities, authorities now - include a "NoEdConsensus" flag if the ed25519 value (or lack thereof) - for a server does not reflect the majority consensus. Related to bug - 17668; bugfix on 0.2.7.2-alpha. diff --git a/changes/bug17702 b/changes/bug17702 deleted file mode 100644 index eddfe1e99a..0000000000 --- a/changes/bug17702 +++ /dev/null @@ -1,6 +0,0 @@ - o Major bugfixes (voting): - - Actually enable Ed25519-based directory collation. - Previously, the code had been written, but some debugging code that had - accidentally been left in the codebase made it stay turned off. - Fixes bug 17702; bugfix on 0.2.7.2-alpha. - diff --git a/changes/bug18253 b/changes/bug18253 deleted file mode 100644 index 56bc701780..0000000000 --- a/changes/bug18253 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (linux seccomp2 sandbox): - - Fix the sandbox's interoprability with unix sockets under setuid. - Fixes bug 18253; bugfix on 0.2.8.1-alpha. diff --git a/changes/bug18318_ed b/changes/bug18318_ed deleted file mode 100644 index 268ad02360..0000000000 --- a/changes/bug18318_ed +++ /dev/null @@ -1,7 +0,0 @@ - o Major bugfixes (voting): - - When generating a vote with keypinning disabled, never include two - entries for the same ed25519 identity. This bug was causing - authorities to generate votes that they could not parse when a router - violated key pinning by changing its RSA identity but keeping its - Ed25519 identity. Fixes bug 17668; fixes part of bug 18318. Bugfix on - 0.2.7.2-alpha. diff --git a/changes/bug18368 b/changes/bug18368 deleted file mode 100644 index 628831d86b..0000000000 --- a/changes/bug18368 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (logging): - - When logging information about an unparseable networkstatus vote or - consensus, do not say "vote" when we mean consensus. Fixes bug - 18368; bugfix on 0.2.0.8-alpha. - diff --git a/changes/bug18548 b/changes/bug18548 deleted file mode 100644 index 542d3318fe..0000000000 --- a/changes/bug18548 +++ /dev/null @@ -1,12 +0,0 @@ - o Minor bugfixes (linux seccomp2 sandbox): - - Avoid a 10-second delay when starting as a client with "Sandbox 1" - enabled and no DNS resolvers configured. This should help TAILS - start up faster. Fixes bug 18548; bugfix on 0.2.5.1-alpha. - - - o Minor features (linux seccomp2 sandbox): - - Detect and reject attempts to change our Address with "Sandbox 1" - enabled. Changing Address with Sandbox turned on would never - actually work, but previously it would fail in strange and - confusing ways. Found while fixing 18548. - |