aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug174435
-rw-r--r--changes/bug176685
-rw-r--r--changes/bug177026
-rw-r--r--changes/bug17744_redux5
-rw-r--r--changes/bug181334
-rw-r--r--changes/bug182533
-rw-r--r--changes/bug182864
-rw-r--r--changes/bug183003
-rw-r--r--changes/bug18318_ed7
-rw-r--r--changes/bug183685
-rw-r--r--changes/bug184604
-rw-r--r--changes/bug1854812
-rw-r--r--changes/bug186734
-rw-r--r--changes/bug187284
-rw-r--r--changes/bug187293
-rw-r--r--changes/feature186247
-rw-r--r--changes/geoip-april20164
-rw-r--r--changes/ticket184623
18 files changed, 45 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/bug17744_redux b/changes/bug17744_redux
new file mode 100644
index 0000000000..d61e17fec3
--- /dev/null
+++ b/changes/bug17744_redux
@@ -0,0 +1,5 @@
+ o Minor bugfixes (build):
+ - Remove a pair of redundant AM_CONDITIONAL declarations from
+ configure.ac. Fixes one final case of bug 17744; bugfix on
+ 0.2.8.2-alpha.
+
diff --git a/changes/bug18133 b/changes/bug18133
new file mode 100644
index 0000000000..177d286495
--- /dev/null
+++ b/changes/bug18133
@@ -0,0 +1,4 @@
+ o Minor bugfixes (logging):
+ - When we can't generate a signing key because OfflineMasterKey is set,
+ do not imply that we should have been able to load it.
+ Fixes bug 18133; 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/bug18286 b/changes/bug18286
new file mode 100644
index 0000000000..6e9ae3de09
--- /dev/null
+++ b/changes/bug18286
@@ -0,0 +1,4 @@
+ o Minor features (build):
+ - Tor now again builds with the recent OpenSSL 1.1 development branch
+ (tested against 1.1.0-pre4 and 1.1.0-pre5-dev).
+
diff --git a/changes/bug18300 b/changes/bug18300
new file mode 100644
index 0000000000..791752ae0b
--- /dev/null
+++ b/changes/bug18300
@@ -0,0 +1,3 @@
+ o Minor features (logging):
+ - Provide a more useful warning message when configured with an
+ invalid Nickname. Closes ticket 18300; patch from "icanhasaccount".
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/bug18460 b/changes/bug18460
new file mode 100644
index 0000000000..457e5dfc17
--- /dev/null
+++ b/changes/bug18460
@@ -0,0 +1,4 @@
+ o Minor bugfixes (statistics):
+ - Include consensus downloads via IPv6 in directory-request statistics.
+ Fixes bug 18480; bugfix on 4741aa4 in 0.2.3.14-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.
-
diff --git a/changes/bug18673 b/changes/bug18673
new file mode 100644
index 0000000000..5d6161718a
--- /dev/null
+++ b/changes/bug18673
@@ -0,0 +1,4 @@
+ o Minor bugfixes (memory leak):
+ - Fix a small memory leak that would occur when the
+ TestingEnableCellStatsEvent option was turned on. Fixes bug 18673;
+ bugfix on 0.2.5.2-alpha.
diff --git a/changes/bug18728 b/changes/bug18728
new file mode 100644
index 0000000000..e181c17e65
--- /dev/null
+++ b/changes/bug18728
@@ -0,0 +1,4 @@
+ o Minor bugfixes (build):
+ - Resolve warnings when building on systems that are concerned with
+ signed char. Fixes bug 18728; bugfix on 0.2.7.2-alpha and
+ 0.2.6.1-alpha.
diff --git a/changes/bug18729 b/changes/bug18729
new file mode 100644
index 0000000000..d4312c0b76
--- /dev/null
+++ b/changes/bug18729
@@ -0,0 +1,3 @@
+ o Minor logging changes:
+ - Stop blasting twelve lines per second from periodic_event_dispatch()
+ at loglevel debug. Resolves ticket 18729; fix on 0.2.8.1-alpha.
diff --git a/changes/feature18624 b/changes/feature18624
new file mode 100644
index 0000000000..a3be90f745
--- /dev/null
+++ b/changes/feature18624
@@ -0,0 +1,7 @@
+ o Minor features:
+ - Directory authorities now only give the Guard flag to a relay if
+ they are also giving it the Stable flag. This change allows us to
+ simplify path selection for clients, and it should have minimal
+ effect in practice since >99% of Guards already have the Stable
+ flag. Implements ticket 18624.
+
diff --git a/changes/geoip-april2016 b/changes/geoip-april2016
new file mode 100644
index 0000000000..4cd03e556b
--- /dev/null
+++ b/changes/geoip-april2016
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Update geoip and geoip6 to the April 5 2016 Maxmind GeoLite2
+ Country database.
+
diff --git a/changes/ticket18462 b/changes/ticket18462
new file mode 100644
index 0000000000..04e7e60e0b
--- /dev/null
+++ b/changes/ticket18462
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Rename tor_dup_addr() to tor_addr_to_str_dup() to avoid confusion.
+ Closes ticket #18462; patch from "icanhasaccount".