summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-06 16:39:46 -0500
committerNick Mathewson <nickm@torproject.org>2016-11-06 16:39:46 -0500
commitadd164aa41724ba6d66c961f37bd798e268062d2 (patch)
tree395579b7a8a59ea47514b721061031db5a6cb984
parent59f4cae68c00e6b894e68d8cfefae295a8b9eb89 (diff)
downloadtor-add164aa41724ba6d66c961f37bd798e268062d2.tar.gz
tor-add164aa41724ba6d66c961f37bd798e268062d2.zip
Fix warnings from lintChanges.py
-rw-r--r--changes/bug199694
-rw-r--r--changes/bug204723
-rw-r--r--changes/bug205512
3 files changed, 5 insertions, 4 deletions
diff --git a/changes/bug19969 b/changes/bug19969
index 0bdd880bb7..c760c6de03 100644
--- a/changes/bug19969
+++ b/changes/bug19969
@@ -1,9 +1,9 @@
- o Major bugfixes (client performance);
+ o Major bugfixes (client performance):
- Clients now respond to new application stream requests when
they arrive, rather than waiting up to one second before starting
to handle them. Fixes part of bug 19969; bugfix on 0.2.8.1-alpha.
- o Major bugfixes (clients on flaky network connections);
+ o Major bugfixes (clients on flaky network connections):
- When Tor leaves standby because of a new application request, open
circuits as needed to serve that request. Previously, we would
potentially wait a very long time. Fixes part of bug 19969; bugfix
diff --git a/changes/bug20472 b/changes/bug20472
index b0350378af..4d90c39f5b 100644
--- a/changes/bug20472
+++ b/changes/bug20472
@@ -1,4 +1,5 @@
o Minor bugfixes (circuits):
- Remove a BUG warning in circuit_pick_extend_handshake. Instead, assume
all nodes support EXTEND2. Use ntor whenever a key is available.
- Bugfix on commit 10aa913 from 19163 in 0.2.9.3-alpha. Fixes bug 20472.
+ Fixes bug 20472; bugfix on 0.2.9.3-alpha.
+
diff --git a/changes/bug20551 b/changes/bug20551
index 1e0746b666..b7ec4ca7cc 100644
--- a/changes/bug20551
+++ b/changes/bug20551
@@ -1,3 +1,3 @@
- o Minor bugfixes (compilation);
+ o Minor bugfixes (compilation):
- Fix implicit conversion warnings under OpenSSL 1.1.
Fixes bug 20551; bugfix on 0.2.1.1-alpha.