]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Use the lintChanges script to fix style issues in changes entries
authorNick Mathewson <nickm@torproject.org>
Mon, 18 Sep 2017 14:24:03 +0000 (10:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Sep 2017 14:24:03 +0000 (10:24 -0400)
22 files changed:
changes/19307 [moved from changes/19037 with 100% similarity]
changes/bug17639
changes/bug17750
changes/bug18982
changes/bug19476
changes/bug19871
changes/bug22006
changes/bug22410
changes/bug22461
changes/bug22924
changes/bug23091
changes/bug23347 [deleted file]
changes/bug23366
changes/bug23470
changes/bug23499
changes/bug23524
changes/bug23525 [deleted file]
changes/bug3056
changes/bug4019
changes/refactor-buffer
changes/ticket20575
changes/ticket22215

similarity index 100%
rename from changes/19037
rename to changes/19307
index 4073514fd4d8af419b698a13c8482545dc3e4ab6..be69edbc7877f9654c9049190185a8b4578e3de4 100644 (file)
@@ -1,4 +1,4 @@
o Minor features:
-   - Add a new commandline option, --key-expiration, which prints when
-     the current signing key is going to expire. Implements ticket
-     17639; patch by Isis Lovecruft.
 o Minor features (command line):
+    - Add a new commandline option, --key-expiration, which prints when
+      the current signing key is going to expire. Implements ticket
+      17639; patch by Isis Lovecruft.
index eb77b77ab0f5876a5da5f20f5f0d693426887917..c5894a9713534876040a5a519903863d24a16d45 100644 (file)
@@ -1,4 +1,4 @@
   o Minor bugfixes (directory downloads):
     - Make clients wait for 6 seconds before trying to download their
       consensus from an authority.
-      Fixes bug 17750, bugfix on 0.2.8.1-alpha.
+      Fixes bug 17750; bugfix on 0.2.8.1-alpha.
index bb0383d1363ddfceb4a877bee166c2ebbad5a21d..bfcae4fb5ea1cf38563c0d6295ac226853409df6 100644 (file)
@@ -1,6 +1,6 @@
   o Minor bugfixes (circuit logging):
     - torspec says hop counts are 1-based, so fix two log messages
       that mistakenly logged 0-based hop counts.
-      Closes ticket 18982, bugfix on 0275b6876 in tor 0.2.6.2-alpha
-      and 907db008a in tor 0.2.4.5-alpha. Patch by teor.
+      Fixes bug 18982; bugfix on 0.2.6.2-alpha
+      and 0.2.4.5-alpha. Patch by teor.
       Credit to Xiaofan Li for reporting this issue.
index 25a0578686b16df5da1b1faac19c5ce0cfd8fb9b..dbde485b30501edef101f6a1de0200fffdf0c67f 100644 (file)
@@ -1,3 +1,4 @@
- o Minor changes:
-   - If we fail to write a heartbeat message, schedule a retry for the minimum
-     heartbeat interval number of seconds in the future. Fixes bug 19476.
+  o Minor bugfixes (heartbeat):
+    - If we fail to write a heartbeat message, schedule a retry for the minimum
+      heartbeat interval number of seconds in the future. Fixes bug 19476;
+      bugfix on 0.2.3.1-alpha.
index 5f1c9dc8020b726332b10eb03c89725dfbef30cd..4c4fbfa9e9fd7c07798898c3a60c5210545a0f43 100644 (file)
@@ -1,4 +1,4 @@
o Code refactoring:
-   - Remove dead code for largely unused statistics on the number of
-     times we've attempted various public key operations. Fixes bug
-     19871; fix by Isis Lovecruft. Bugfix on 0.1.2.4-alpha.
 o Code simplification and refactoring:
+    - Remove dead code for largely unused statistics on the number of
+      times we've attempted various public key operations. Fixes bug
+      19871; bugfix on 0.1.2.4-alpha. Fix by Isis Lovecruft.
index 912bdd87bd1200d07bfc5095f1f68ec131e2203d..8b6f128b95d9cd03553aba6dfdbb5316aaf79a93 100644 (file)
@@ -1,4 +1,4 @@
   o Minor features (ed25519):
-    - Add validation function that checks for torsion components in ed25119
-      public keys. Currently unused but will be used by prop224 client-side
-      code. Addresses ticket #22006. Math help by Ian Goldberg.
+    - Add validation function to checks for torsion components in ed25119
+      public keys, used by prop224 client-side
+      code. Closes ticket 22006. Math help by Ian Goldberg.
index 678a26dce6615d7248b4380e265c57a54ca6a35a..ee5fc68f33237d74a94f21bedfd17b7f31eaea28 100644 (file)
@@ -1,4 +1,4 @@
-  o Minor bugfixes (portability):
+  o Minor features (portability):
     - Check at configure time whether uint8_t is unsigned char.  Lots
       of existing code already assumes this, and there could be strict
-      aliasing issues if they aren't the same type.  Fixes #22410.
+      aliasing issues if they aren't the same type. Closes ticket 22410.
index 5454682810b61983bfd6a51a2a3fa777a3f91e53..3fd5e2164ca7bfee54304d90bf98dbbe270df690 100644 (file)
@@ -4,4 +4,4 @@
       enabled, as this prevents user from connecting to known IP addresses
       without relying on DNS for resolving. SafeSocks still rejects SOCKS
       connections that connect to IP addresses when those addresses are _not_
-      encoded as hostnames. Fixes bug 22461, bugfix on Tor 0.2.6.2-alpha.
+      encoded as hostnames. Fixes bug 22461; bugfix on Tor 0.2.6.2-alpha.
index e59fc724ebb2884a5149a71e2925946f83cfc1ae..6d05f51cf9c6dc9c175caacec902721375c18ed4 100644 (file)
@@ -1,4 +1,4 @@
-  o Minor bugfies (tests):
+  o Minor bugfixes (tests):
     - Fix a signed-integer overflow in the unit tests for
       dir/download_status_random_backoff, which was untriggered until we
       fixed bug 17750.  Fixes bug 22924; bugfix on 0.2.9.1-alpha.
index 7dfb7e41809f21383f1fb5e9ee58227d4a9f70f4..6e2acf53c070a9a494f091ca88b9271343a0fd83 100644 (file)
@@ -3,4 +3,4 @@
       instead of only doing it for a consensus that is more than 24 hours old
       (badly expired). This specific check is done in the tor main loop
       callback that validates if we have an expired consensus. Fixes bug
-      23091; bugfix on tor-0.2.0.19-alpha.
+      23091; bugfix on 0.2.0.19-alpha.
diff --git a/changes/bug23347 b/changes/bug23347
deleted file mode 100644 (file)
index e73aa48..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-  o Minor fixes (bridge client bootstrap):
-    - Make bridge clients with no running bridges try to download
-      bridge descriptors immediately. But when bridge clients have
-      running bridges, make them wait at least 3 hours before
-      refreshing recently received bridge descriptors.
-      Download schedules used to start with an implicit 0, but the
-      fix for 17750 changed this undocumented behaviour, and made
-      bridge clients hang for 15 minutes before bootstrapping.
-      Fixes bug 23347, not in any released version of Tor.
index 85e370f61d76e82e72e1eb193cb720580703e843..c7e0fdf2ba9acc689cc7ade31d82fd1e67cb88bf 100644 (file)
@@ -1,4 +1,4 @@
   o Minor bugfixes (test):
-    - Fix a broken OutboundAddress option unit test because the parsing
-      function was never returning an error on failure. Fixes bug #23366.;
-      bugfix on tor-0.3.0.3-alpha.
+    - Fix a broken unit test for the OutboundAddress option: the parsing
+      function was never returning an error on failure. Fixes bug 23366;
+      bugfix on 0.3.0.3-alpha.
index 33367b3a3022b8fa4d3e8a028e2723f084bfc9f8..d5b345b72543b0434d4f595d9ad133e3bfce58fa 100644 (file)
@@ -1,6 +1,5 @@
   o Minor bugfix (relay address resolution):
     - Avoid unnecessary calls to directory_fetches_from_authorities()
       on relays. This avoids spurious address resolutions and
-      descriptor rebuilds. This is a mitigation for 21789. The original
-      bug was introduced in commit 35bbf2e as part of prop210.
-      Fixes 23470 in 0.2.8.1-alpha.
+      descriptor rebuilds. This is a mitigation for bug 21789.
+      Fixes bug 23470; bugfix on in 0.2.8.1-alpha.
index e53b03c34e466be0933e991185a65d5ff2cf7c1e..28ae57aae1e3d9f815fa3abab20fadb555a8cb8c 100644 (file)
@@ -1,4 +1,4 @@
-  o Minor bugfixes:
+  o Minor bugfixes (directories):
     - Directory servers now include a "Date:" http header for response
       codes other than 200. Clients starting with a skewed clock and a
       recent consensus were getting "304 Not modified" responses from
index c8ece5293090bede2c4c565921ef2fd8640853d4..500520e72f9cbb8a6b8cff1a2e58f638e64125a9 100644 (file)
@@ -1,4 +1,4 @@
   o Minor bugfixes (DoS-resistance):
     - If future code asks if there are any running bridges, without checking
       if bridges are enabled, log a BUG warning rather than crashing.
-      Fixes 23524 on 0.3.0.1-alpha.
+      Fixes bug 23524; bugfix on 0.3.0.1-alpha.
diff --git a/changes/bug23525 b/changes/bug23525
deleted file mode 100644 (file)
index 3a9c766..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Minor bugfixes (control port):
-    - Make download status next attempts reported over the control port
-      consistent with the time used by tor. This issue only occurs if a
-      download status has not been reset before it is queried over the
-      control port.
-      Fixes 23525, not in any released version of tor.
index 62bec20d51c31017061cb43b43ccdb90ec85aae1..1e9b9f9b43dccb07f43544a6dc39076b16065d78 100644 (file)
@@ -1,3 +1,3 @@
-   o Minor features (exit relay, DNS):
-     - Improve the clarity and safety of the log message from evdns when
-       receiving an apparent spoofed DNS reply. Closes ticket 3056.
+  o Minor features (exit relay, DNS):
+    - Improve the clarity and safety of the log message from evdns when
+      receiving an apparent spoofed DNS reply. Closes ticket 3056.
index fef736ff66df6562ad528ac3012db71fb54e87b0..559c73b703ecc40770df01d4dcad3233a7d1c166 100644 (file)
@@ -1,4 +1,4 @@
   o Minor bugfixes (logging):
     - Remove duplicate log messages regarding opening non-local SocksPorts
       upon parsing config and opening listeners at startup. Fixes bug 4019;
-      bugfix on tor-0.2.3.3-alpha.
+      bugfix on 0.2.3.3-alpha.
index 36b02967285bda8061223264db9899622e38dfcc..29e0bc3e8b7dde336d31b112d797b06f4af84b71 100644 (file)
@@ -1,3 +1,3 @@
-  o Code simplifications and refactoring:
+  o Code simplification and refactoring:
     - Split the portions of the buffer.c module that handle particular
       protocols into separate modules. Part of ticket 23149.
index bfbf03f6b678e5b59c5d33fcbf836cb0323ea4a4..6d9a5fc90d28cacc3201351e5d9149be7b8ea9e2 100644 (file)
@@ -1,4 +1,4 @@
-  o Deprecation (config):
-    - Deprecate HTTPProxy/HTTPProxyAuthenticator config options. It only
+  o Deprecated features:
+    - Deprecate HTTPProxy/HTTPProxyAuthenticator config options. They only
       applies to direct unencrypted HTTP connections to your directory server,
-      which your Tor probably isn't using. Fixes bug 20575.
+      which your Tor probably isn't using. Closes ticket 20575.
index 4abeaf2c5381b6fc09c843ce2a28cebf939d2ef4..3ede7ca9e59227d7de724a2175fe7a92bd53ab94 100644 (file)
@@ -1,5 +1,5 @@
   o Code simplification and refactoring:
     - Remove some of the code that once supported "Named" and "Unnamed"
       routers.  Authorities no longer vote for these flags. Closes ticket
-      23478.
+      22215.