[tor-commits] [tor/master] Fix most lintChanges warnings

2016-08-02 Thread nickm
commit 27e870cede731af83748768db26187d003905ff2
Author: Nick Mathewson 
Date:   Tue Aug 2 11:31:52 2016 -0400

Fix most lintChanges warnings

(Also remove changes/bug19530 since it was a bugfix on no released
version)
---
 changes/assert_nonfatal | 3 +--
 changes/bug14334| 2 +-
 changes/bug15942| 4 ++--
 changes/bug16943| 2 +-
 changes/bug17688| 2 +-
 changes/bug17983| 2 +-
 changes/bug18604| 6 +++---
 changes/bug18704| 6 +++---
 changes/bug18840| 2 +-
 changes/bug18963| 4 ++--
 changes/bug19066| 2 +-
 changes/bug19153| 2 +-
 changes/bug19216| 2 +-
 changes/bug19421| 2 +-
 changes/bug19428| 4 ++--
 changes/bug19483| 2 +-
 changes/bug19530| 6 --
 changes/bug19554| 2 +-
 changes/bug19702| 2 +-
 changes/feature18624| 2 +-
 changes/feature18760| 2 +-
 changes/feature18998| 2 +-
 changes/feature19036| 2 +-
 changes/feature19116| 2 +-
 changes/lcov_excl   | 2 +-
 changes/ticket18462 | 2 +-
 changes/ticket19323 | 4 ++--
 changes/timeouts| 2 +-
 28 files changed, 35 insertions(+), 42 deletions(-)

diff --git a/changes/assert_nonfatal b/changes/assert_nonfatal
index 0cbee44..9cb7ade 100644
--- a/changes/assert_nonfatal
+++ b/changes/assert_nonfatal
@@ -1,5 +1,4 @@
   o Minor features (safety, debugging):
-
-* Add a set of macros to check nonfatal assertions, for internal
+- Add a set of macros to check nonfatal assertions, for internal
   use. Migrating more of our checks to these should help us avoid
   needless crash bugs. Closes ticket 18613.
diff --git a/changes/bug14334 b/changes/bug14334
index c53781e..12b1a20 100644
--- a/changes/bug14334
+++ b/changes/bug14334
@@ -1,4 +1,4 @@
   o Minor bugfixes (guards):
 - Don't mark guards as unreachable if connection_connect() fails. That
   function fails for local reasons, so it shouldn't reveal anything about
-  the status of the guard. Fixes bug #14334; bugfix on 0.2.3.10-alpha.
+  the status of the guard. Fixes bug 14334; bugfix on 0.2.3.10-alpha.
diff --git a/changes/bug15942 b/changes/bug15942
index 0edc2b7..8426025 100644
--- a/changes/bug15942
+++ b/changes/bug15942
@@ -1,3 +1,3 @@
-  o Bugfixes (downloading):
+  o Minor features (downloading):
 - Use random exponential backoffs when retrying downloads from the dir
-  servers. Fixes bug 15942; bugfix on ?.
+  servers. Closes ticket 15942.
diff --git a/changes/bug16943 b/changes/bug16943
index 7b96d1a..3278d7b 100644
--- a/changes/bug16943
+++ b/changes/bug16943
@@ -5,4 +5,4 @@
   global randomness will be used by hidden services to select their
   responsible HSDirs. This release only implements the directory authority
   feature; the hidden service side will be implemented in the future as
-  part of proposal 224 . Resolves ticket #16943 and proposal 250.
+  part of proposal 224 . Resolves ticket 16943; implements proposal 250.
diff --git a/changes/bug17688 b/changes/bug17688
index aae6008..5e5fb05 100644
--- a/changes/bug17688
+++ b/changes/bug17688
@@ -1,3 +1,3 @@
   o Minor bugfixes (guard selection):
 - Use a single entry guard even if the NumEntryGuards consensus parameter
-  is not provided. Fixes bug #17688.
+  is not provided. Fixes bug 17688.
diff --git a/changes/bug17983 b/changes/bug17983
index db52a37..a099e1c 100644
--- a/changes/bug17983
+++ b/changes/bug17983
@@ -1,4 +1,4 @@
-  o Minor features (bug-finding):
+  o Major features (build, hardening):
 - Tor now builds with -ftrapv by default on compilers that support it.
   This option detects signed integer overflow, and turns it into a
   hard-failure.  We do not apply this option to code that needs to run
diff --git a/changes/bug18604 b/changes/bug18604
index 114c67e..7d1d37f 100644
--- a/changes/bug18604
+++ b/changes/bug18604
@@ -1,4 +1,4 @@
-  o Minor bugfixes (ephemeral hidden service)
+  o Minor bugfixes (ephemeral hidden service):
 - When deleting an ephemeral hidden service, close its intro points even
-  if not in the open state. Resolves ticket #18604; bugfix on
-  tor-0.2.7.1-alpha.
+  if not in the open state. Fixes bug 18604; bugfix on
+  0.2.7.1-alpha.
diff --git a/changes/bug18704 b/changes/bug18704
index 966cc2a..4280b74 100644
--- a/changes/bug18704
+++ b/changes/bug18704
@@ -1,5 +1,5 @@
-  o Major bugfixes (hidden service client)
+  o Major bugfixes (hidden service client):
 - With FetchHidServDescriptors set to 0, there is no descriptor fetch
   (which is intended) but also no descriptor cache lookup was done
-  making any Tor client not working with this option unset. Resolves
-  ticket #18704. Patch by "twim"; Bugfix on tor-0.2.0.20-rc.
+  making any Tor client not working with this option unset. Fixes
+  bug 18704; bugfix on 0.2.0.20-rc. Patch by "twim".
diff --git 

[tor-commits] [tor/master] Fix (most) lintChanges warnings on master.

2016-03-21 Thread nickm
commit 52bc92140287852f8f7fbb3ca4ba233ab229ff4f
Author: Nick Mathewson 
Date:   Mon Mar 21 11:14:57 2016 -0400

Fix (most) lintChanges warnings on master.
---
 changes/bug15221| 2 +-
 changes/bug15937| 4 ++--
 changes/bug16023| 4 ++--
 changes/bug16248| 2 +-
 changes/bug16825| 2 +-
 changes/bug18051| 5 +++--
 changes/bug18116| 5 +++--
 changes/bug18184| 2 +-
 changes/bug18208| 4 ++--
 changes/bug18348| 2 +-
 changes/bug18458| 4 ++--
 changes/remove_memarea_freelist | 2 +-
 changes/trunnel_update  | 2 +-
 scripts/maint/lintChanges.py| 1 +
 14 files changed, 22 insertions(+), 19 deletions(-)

diff --git a/changes/bug15221 b/changes/bug15221
index ed72309..d466e1d 100644
--- a/changes/bug15221
+++ b/changes/bug15221
@@ -1,4 +1,4 @@
   o Minor bugfixes (sandbox):
 - Allow the setrlimit syscall, and the prlimit and prlimit64 syscalls,
   which some libc implementations
-  use under the hood.  Fixes bug 15221.  Bugfix on 0.2.5.1-alpha.
+  use under the hood.  Fixes bug 15221; bugfix on 0.2.5.1-alpha.
diff --git a/changes/bug15937 b/changes/bug15937
index 6c73fa4..88adbe4 100644
--- a/changes/bug15937
+++ b/changes/bug15937
@@ -1,7 +1,7 @@
-  o Minor bug fix (hidden service client):
+  o Minor bugfixes (hidden service client):
 - Seven very fast consecutive requests to the same .onion address
   triggers 7 descriptor fetches. The first six each pick a directory
   (there are 6 overall) and the seventh one wasn't able to pick one
   which was triggering a close on all current directory connections. It
   has been fixed by not closing them if we have pending directory fetch.
-  Fixes #15937; Bugfix on tor-0.2.7.1-alpha.
+  Fixes bug 15937; bugfix on tor-0.2.7.1-alpha.
diff --git a/changes/bug16023 b/changes/bug16023
index 7451e27..96c0904 100644
--- a/changes/bug16023
+++ b/changes/bug16023
@@ -1,4 +1,4 @@
-  o Minor feature (hidden service, control port)
+  o Minor bugfixes (hidden service, control port):
 - Add the onion address to the HS_DESC event for the UPLOADED action
   both on success or failure. It was previously hardcoded with UNKNOWN.
-  Fixes #16023;
+  Fixes bug 16023; bugfix on 0.2.7.2-alpha.
diff --git a/changes/bug16248 b/changes/bug16248
index 399b709..a07eba9 100644
--- a/changes/bug16248
+++ b/changes/bug16248
@@ -1,5 +1,5 @@
   o Major bugfixes (dns proxy mode, crash):
-- Avoid crashing when running as a DNS proxy. Closes bug 16248; bugfix on
+- Avoid crashing when running as a DNS proxy. Fixes bug 16248; bugfix on
   0.2.0.1-alpha. Patch from 'cypherpunks'.
 
   o Minor features (bug-resistance):
diff --git a/changes/bug16825 b/changes/bug16825
index 75c5627..ab0879a 100644
--- a/changes/bug16825
+++ b/changes/bug16825
@@ -1,4 +1,4 @@
-  o Minor bugfixes:
+  o Minor bugfixes (client):
 - Count receipt of new microdescriptors as progress towards
   bootstrapping. Now, when a user who has set EntryNodes finishes
   bootstrapping, Tor automatically repopulates the guard set based
diff --git a/changes/bug18051 b/changes/bug18051
index 1b11867..0dd32f0 100644
--- a/changes/bug18051
+++ b/changes/bug18051
@@ -1,4 +1,5 @@
-  o Minor bugfixes:
+  o Minor bugfixes (directory):
 - When generating a URL for a directory server on an IPv6 address,
   wrap the IPv6 address in square brackets. Fixes bug 18051;
-  bugfix on ?. Patch from Malek.
+  bugfix on 0.2.3.9-alpha. Patch from Malek.
+
diff --git a/changes/bug18116 b/changes/bug18116
index 23ff8f7..bcb96e8 100644
--- a/changes/bug18116
+++ b/changes/bug18116
@@ -1,3 +1,4 @@
-  o Major bugfixes:
+  o Major bugfixes (crash on shutdown):
 - Correctly handle detaching circuits from cmuxes when doing
-  circuit_free_all() on shutdown again; fixes bug #18116.
+  circuit_free_all() on shutdown.  Fixes bug 18116; bugfix on
+  0.2.8.1-alpha.
diff --git a/changes/bug18184 b/changes/bug18184
index af493df..01b97d4 100644
--- a/changes/bug18184
+++ b/changes/bug18184
@@ -1,4 +1,4 @@
-  o Removed platform support:
+  o New system requirements:
 - Tor no longer attempts to support platforms where the "time_t" type
   is unsigned.  (To the best of our knowledge, only OpenVMS does this,
   and Tor has never actually built on OpenVMS.)  Closes ticket 18184.
diff --git a/changes/bug18208 b/changes/bug18208
index d6d194b..a5e1cd6 100644
--- a/changes/bug18208
+++ b/changes/bug18208
@@ -1,5 +1,5 @@
-  o Minor bug fixes (exit policies, security):
+  o Minor bugfixes (exit policies, security):
 - Refresh an exit relay's exit policy when interface addresses change.
   Previously, tor only refreshed the exit policy when the configured
   external address changed.
-  Closes ticket 18208 on tor 0.2.7.3. Patch by "teor".
+