[tor-commits] [tor/master] fix warnings from lintChanges

nickm at torproject.org nickm at torproject.org
Fri Jan 23 14:09:04 UTC 2015


commit bd22ad12bd84019d00bcd92e2e2390cd910908ce
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Jan 23 09:09:00 2015 -0500

    fix warnings from lintChanges
---
 changes/bug12509                             |    4 ++--
 changes/bug13111-generate-keys-on-empty-file |    9 +++------
 changes/bug14001-clang-warning               |    3 ++-
 changes/bug14067-TestingDirAuthVoteHSDir     |    2 +-
 changes/bug14125                             |    2 +-
 changes/bug14142-parse-virtual-addr          |    2 +-
 changes/bug14207                             |    2 +-
 changes/bug14224                             |    3 +++
 changes/bug14261                             |    4 ++--
 changes/bug8546                              |    2 +-
 changes/remove-bad-fp                        |    3 +--
 changes/ticket13762                          |    4 ++--
 12 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/changes/bug12509 b/changes/bug12509
index 8d5c1dd..bb49bd5 100644
--- a/changes/bug12509
+++ b/changes/bug12509
@@ -1,4 +1,4 @@
-
   o Minor bugfixes (automapping):
-    - Prevent changes to other optoins from removing the wildcard value "."
+    - Prevent changes to other options from removing the wildcard value "."
       from "AutomapHostsSuffixes".
+      Fixes bug 12509; bugfix on 0.2.0.1-alpha.
diff --git a/changes/bug13111-generate-keys-on-empty-file b/changes/bug13111-generate-keys-on-empty-file
index 20c10c7..1d602de 100644
--- a/changes/bug13111-generate-keys-on-empty-file
+++ b/changes/bug13111-generate-keys-on-empty-file
@@ -1,17 +1,14 @@
   o Minor bugfixes (file handling):
     - Stop failing when key files are zero-length. Instead, generate new
       keys, and overwrite the empty key files.
-      Fixes bug 13111. Patch by "teor".
-    - Stop generating a fresh .old RSA key file when the .old file is missing.
+      Fixes bug 13111; bugfix on all versions of Tor. Patch by "teor".
+    - Stop generating a fresh .old RSA key file when the .old file is
+      missing. Fixes part of 13111; bugfix on 0.0.6rc1.
     - Avoid overwriting .old key files with empty key files.
-    - Stop crashing when a NULL filename is passed to file_status().
-      Fixed as part of bug 13111. Patches by "teor".
 
   o Minor enhancements (file handling):
     - Skip loading zero-length extra info store, router store, stats, state,
       and key files.
-    - Return FN_ERROR when a zero-length filename is passed to file_status().
-      Fixed as part of bug 13111. Patches by "teor".
 
   o Minor enhancements (testing):
     - Test that tor does not fail when key files are zero-length.
diff --git a/changes/bug14001-clang-warning b/changes/bug14001-clang-warning
index b932af6..5f8deb7 100644
--- a/changes/bug14001-clang-warning
+++ b/changes/bug14001-clang-warning
@@ -3,4 +3,5 @@
       always be non-NULL. clang recognises this and complains.
       Disable the tautologous and redundant check to silence
       this warning.
-      Fixes bug 14001.
+      Fixes bug 14001; bugfix on 0.2.1.2-alpha.
+
diff --git a/changes/bug14067-TestingDirAuthVoteHSDir b/changes/bug14067-TestingDirAuthVoteHSDir
index 52d2bee..c276e22 100644
--- a/changes/bug14067-TestingDirAuthVoteHSDir
+++ b/changes/bug14067-TestingDirAuthVoteHSDir
@@ -3,4 +3,4 @@
       Ensures that authorities vote the HSDir flag for the listed
       relays regardless of uptime or ORPort connectivity.
       Respects the value of VoteOnHidServDirectoriesV2.
-      Partial fix for bug 14067. Patch by "teor".
+      Partial implementation for ticket 14067. Patch by "teor".
diff --git a/changes/bug14125 b/changes/bug14125
index fe6821a..d8df37d 100644
--- a/changes/bug14125
+++ b/changes/bug14125
@@ -1,5 +1,5 @@
   o Minor bugfixes (dirauth):
     - Enlarge the buffer to read bw-auth generated files to avoid an
       issue when parsing the file in dirserv_read_measured_bandwidths().
-      Bugfix on 0.2.2.1-alpha, fixes #14125.
+      Fixes bug 14125; bugfix on 0.2.2.1-alpha.
 
diff --git a/changes/bug14142-parse-virtual-addr b/changes/bug14142-parse-virtual-addr
index f78b7c7..ee63545 100644
--- a/changes/bug14142-parse-virtual-addr
+++ b/changes/bug14142-parse-virtual-addr
@@ -3,5 +3,5 @@
       before asserting on the NULL in tor_addr_parse_mask_ports.
       This avoids crashing on torrc lines like
       Vi[rtualAddrNetworkIPv[4|6]] when no value follows the option.
-      Bugfix on 0.2.3 (de4cc126cbb5 on 24 November 2012), fixes #14142.
+      Fixes bug 14142; bugfix on 0.2.4.7-alpha.
       Patch by "teor".
diff --git a/changes/bug14207 b/changes/bug14207
index 987bb25..b382f82 100644
--- a/changes/bug14207
+++ b/changes/bug14207
@@ -1,3 +1,3 @@
   o Minor bugfixes (controller):
     - Add a code for the END_CIRC_REASON_IP_NOW_REDUNDANT circuit close
-      reason.  Fixes bug 12407; bugfix on 0.2.6.2-alpha.
+      reason.  Fixes bug 14207; bugfix on 0.2.6.2-alpha.
diff --git a/changes/bug14224 b/changes/bug14224
index 0608940..031b000 100644
--- a/changes/bug14224
+++ b/changes/bug14224
@@ -2,3 +2,6 @@
     - Close the intro circuit once we don't have any more usable intro
       points instead of making it timeout at some point. This also make sure
       no extra HS descriptor fetch is triggered.
+      Fixes bug 14224; bugfix on 0.0.6.
+
+
diff --git a/changes/bug14261 b/changes/bug14261
index 1260ccb..8ab556c 100644
--- a/changes/bug14261
+++ b/changes/bug14261
@@ -1,5 +1,5 @@
-  O Minor bugfixes (directory authority):
+  o Minor bugfixes (directory authority):
     - Allow directory authorities to fetch more data from one
       another if they find themselves missing lots of votes.
       Previously, they had been bumping against the 10 MB queued
-      data limit. Fixes bug 14261. Bugfix on 0.1.2.5-alpha.
+      data limit. Fixes bug 14261; bugfix on 0.1.2.5-alpha.
diff --git a/changes/bug8546 b/changes/bug8546
index dc6a52a..9e79b4f 100644
--- a/changes/bug8546
+++ b/changes/bug8546
@@ -3,4 +3,4 @@
       into a shared structure. Previously, they were duplicated across
       port_cfg_t, listener_connection_t, and edge_connection_t.
       Failure to copy one of them correctly had been the cause of at
-      least one bug in the past.
\ No newline at end of file
+      least one bug in the past.  Closes ticket 8546.
diff --git a/changes/remove-bad-fp b/changes/remove-bad-fp
index a07e3ba..190013d 100644
--- a/changes/remove-bad-fp
+++ b/changes/remove-bad-fp
@@ -1,4 +1,3 @@
-
   o Removed features:
-    - Remove a test for a long-defunct broken directory server.
+    - Remove a test for a long-defunct broken version-one directory server.
 
diff --git a/changes/ticket13762 b/changes/ticket13762
index 7b1976f..0c1a568 100644
--- a/changes/ticket13762
+++ b/changes/ticket13762
@@ -1,5 +1,5 @@
   o Minor features:
     - Suppress "router info incompatible with extra info" message when
       reading extrainfo documents from cache. (This message got loud
-      around 0.2.6.2-alpha, when we fixed bug 9812.) Closes ticket
-      13762.
\ No newline at end of file
+      around when we closed bug 9812 in 0.2.6.2-alpha.) Closes ticket
+      13762.



More information about the tor-commits mailing list