[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Resolve lintChanges warnings.
commit e0fb75c349f9646c029d0218e5933e0ca349c702
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Tue May 17 11:05:57 2016 -0400
Resolve lintChanges warnings.
---
changes/bug18286 | 5 +++--
changes/bug18460 | 4 ++--
changes/bug18481 | 2 +-
changes/bug18729 | 2 +-
changes/bug18816 | 2 +-
changes/bug18921 | 2 +-
changes/bug18929 | 2 +-
changes/bug18943 | 2 +-
changes/bug19003 | 2 +-
changes/fallbacks-201604 | 16 ++++++++--------
changes/feature18483 | 2 +-
changes/geoip-april2016 | 2 +-
changes/geoip-may2016 | 2 +-
13 files changed, 23 insertions(+), 22 deletions(-)
diff --git a/changes/bug18286 b/changes/bug18286
index 6e9ae3d..e398fb0 100644
--- a/changes/bug18286
+++ b/changes/bug18286
@@ -1,4 +1,5 @@
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).
+ - Tor now builds again with the recent OpenSSL 1.1 development branch
+ (tested against 1.1.0-pre4 and 1.1.0-pre5-dev). Closes ticket 18286.
+
diff --git a/changes/bug18460 b/changes/bug18460
index 457e5df..c90ee11 100644
--- a/changes/bug18460
+++ b/changes/bug18460
@@ -1,4 +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.
+ - We now include consensus downloads via IPv6 in our directory-request statistics.
+ Fixes 18460; bugfix on 0.2.3.14-alpha.
diff --git a/changes/bug18481 b/changes/bug18481
index 7fd9e1e..6fd882b 100644
--- a/changes/bug18481
+++ b/changes/bug18481
@@ -2,4 +2,4 @@
- Turn all TestingClientBootstrap* into non-testing torrc options. This
changes simply renames them by removing "Testing" in front of them and
they do not require TestingTorNetwork to be enabled anymore. Fixes
- #18481; bugfix on tor-0.2.8.1-alpha.
+ bug 18481; bugfix on 0.2.8.1-alpha.
diff --git a/changes/bug18729 b/changes/bug18729
index d4312c0..4ec9ca3 100644
--- a/changes/bug18729
+++ b/changes/bug18729
@@ -1,3 +1,3 @@
- o Minor logging changes:
+ o Minor features (logging):
- 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/bug18816 b/changes/bug18816
index 7265f5a..103f816 100644
--- a/changes/bug18816
+++ b/changes/bug18816
@@ -1,4 +1,4 @@
o Minor bugfix (bootstrap):
- Consistently use the consensus download schedule for
authority certificates.
- Resolves ticket 18816; fix on fddb814fe in 0.2.4.13-alpha.
+ Fixes bug 18816; bugfix on 0.2.4.13-alpha.
diff --git a/changes/bug18921 b/changes/bug18921
index 934a604..cdd868a 100644
--- a/changes/bug18921
+++ b/changes/bug18921
@@ -1,4 +1,4 @@
o Major bugfixes (IPv6 bridges):
- Fix directory address selection for IPv6 bridges.
- Resolves #18921, bugfix on #17840 in 0.2.8.1-alpha.
+ Fixes bug 18921; bugfix on 0.2.8.1-alpha.
Patch by "teor".
diff --git a/changes/bug18929 b/changes/bug18929
index f79baca..c607e63 100644
--- a/changes/bug18929
+++ b/changes/bug18929
@@ -1,5 +1,5 @@
o Minor bugfixes (IPv6):
- Make directory node selection more reliable, mainly for
IPv6-only clients and clients with few reachable addresses.
- Resolves #18929, bugfix on #17840 in 0.2.8.1-alpha.
+ Fixes bug 18929; bugfix on 0.2.8.1-alpha.
Patch by "teor".
diff --git a/changes/bug18943 b/changes/bug18943
index 53569f0..6bcd868 100644
--- a/changes/bug18943
+++ b/changes/bug18943
@@ -2,5 +2,5 @@
- The SHA3 and SHAKE routines now produce the correct output on
Big Endian systems, unbreaking the unit tests. No code calls
either algorithm family yet, so this is primarily a build fix.
- Closes ticket 18943.
+ Fixes bug 18943; bugfix on 0.2.8.1-alpha.
diff --git a/changes/bug19003 b/changes/bug19003
index d9ef23d..f05c489 100644
--- a/changes/bug19003
+++ b/changes/bug19003
@@ -1,5 +1,5 @@
o Minor bugfixes (small networks):
- Allow directories in small networks to bootstrap by
skipping DirPort checks when the consensus has no exits.
- Resolves #19003, bugfix on #18050 in 0.2.8.1-alpha.
+ Fixes bug 19003, bugfix on 0.2.8.1-alpha.
Patch by teor.
diff --git a/changes/fallbacks-201604 b/changes/fallbacks-201604
index d61615a..7acefaa 100644
--- a/changes/fallbacks-201604
+++ b/changes/fallbacks-201604
@@ -1,9 +1,9 @@
- o Minor enhancements (fallback directory mirrors):
- - Give each fallback the same weight for client selection.
- Restrict fallbacks to one per operator.
- Report fallback directory detail changes when rebuilding list.
- Add new fallback directory mirrors to the whitelist.
- Update fallback directories based on the latest OnionOO data.
- Many other minor simplifications and fixes.
+ o Minor features (fallback directory mirrors):
+ - Give each fallback the same weight for client selection;
+ restrict fallbacks to one per operator;
+ report fallback directory detail changes when rebuilding list;
+ add new fallback directory mirrors to the whitelist;
+ update fallback directories based on the latest OnionOO data;
+ and any other minor simplifications and fixes.
Closes tasks 17158, 17905, 18749, bug 18689, and fixes part of
- bug 18812 on tor 0.2.8.1-alpha; patch by "teor".
+ bug 18812 on 0.2.8.1-alpha; patch by "teor".
diff --git a/changes/feature18483 b/changes/feature18483
index b3c42e6..d0fa8df 100644
--- a/changes/feature18483
+++ b/changes/feature18483
@@ -1,4 +1,4 @@
o Minor features (clients):
- Make clients, onion services, and bridge relays always
use an encrypted begindir connection for directory requests.
- Resolves #18483. Patch by "teor".
+ Resolves ticket 18483. Patch by "teor".
diff --git a/changes/geoip-april2016 b/changes/geoip-april2016
index 4cd03e5..c55aa17 100644
--- a/changes/geoip-april2016
+++ b/changes/geoip-april2016
@@ -1,4 +1,4 @@
- o Minor features:
+ o Minor features (geoip):
- Update geoip and geoip6 to the April 5 2016 Maxmind GeoLite2
Country database.
diff --git a/changes/geoip-may2016 b/changes/geoip-may2016
index 3fd42dc..cf78ab1 100644
--- a/changes/geoip-may2016
+++ b/changes/geoip-may2016
@@ -1,4 +1,4 @@
- o Minor features:
+ o Minor features (geoip):
- Update geoip and geoip6 to the May 4 2016 Maxmind GeoLite2
Country database.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits