]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix (most) lintChanges warnings on master.
authorNick Mathewson <nickm@torproject.org>
Mon, 21 Mar 2016 15:14:57 +0000 (11:14 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 21 Mar 2016 15:14:57 +0000 (11:14 -0400)
14 files changed:
changes/bug15221
changes/bug15937
changes/bug16023
changes/bug16248
changes/bug16825
changes/bug18051
changes/bug18116
changes/bug18184
changes/bug18208
changes/bug18348
changes/bug18458
changes/remove_memarea_freelist
changes/trunnel_update
scripts/maint/lintChanges.py

index ed72309857d3cf837284b470ff3962d8ee9d56d7..d466e1db227f352862aa1f857a92e2bf63f4c974 100644 (file)
@@ -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.
index 6c73fa47e6e52d258fbb25d3b869ad9168ce5e95..88adbe47f96733812ee163773b229ebe24f1ce69 100644 (file)
@@ -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.
index 7451e271a0f9771138d7eab7a999d9c485fb521a..96c09046fe2d263054ce13ed787d0e95227b411e 100644 (file)
@@ -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.
index 399b7093cd6458156a2c5494123c06d62cf8152c..a07eba906c4b87d3739bfbc40e1a41ede36ad5bf 100644 (file)
@@ -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):
index 75c5627efdae9946c0d68f00812b8702f1a6fd3b..ab0879a318e31aca3a0ce6ad6ed585259a1b636d 100644 (file)
@@ -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
index 1b11867d19c3103a679c87962c5aa94d0e791c73..0dd32f054d4160245db0f3d07fa8dbb3a0ac32e6 100644 (file)
@@ -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.
+
index 23ff8f777556d4453a843011972203d327dbf10b..bcb96e85600e89493d3787f07276a377fe3fd566 100644 (file)
@@ -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.
index af493df75fdbfe125147a788a8ae79b116f7bf57..01b97d43e01014cc8ce2fbec2e9a92a997ccdf01 100644 (file)
@@ -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.
index d6d194bb4dc35d4b27d16bc01a8bb4c0ab8f6ff8..a5e1cd6b92062ebc49a205d11152397d51e01483 100644 (file)
@@ -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".
+      Fixes bug 18208; bugfix on tor 0.2.7.3. Patch by "teor".
index 03978eda195e0ccce0e35d862fe38e3b363d6179..44187aef09f004f14d86e8d536bde053057b47af 100644 (file)
@@ -1,4 +1,4 @@
-  o Major bug fixes (relays, bridge clients):
+  o Major bugfixes (relays, bridge clients):
     - Ensure relays always allow IPv4 OR and Dir connections.
       Ensure bridge clients use the address configured in the bridge line.
       Fixes bug 18348; bugfix on 0.2.8.1-alpha.
index 59646ef515e72a75da190e252012dceec3b5b58a..ea0fa3f4ca446f7d44b27daac2ef69daa0fd3731 100644 (file)
@@ -1,4 +1,4 @@
-  o Minor features:
+  o Minor features (unix domain sockets):
     - Since some operating systems do not consider the actual modes on a
       UNIX domain socket itself, tor does not allow creating such a
       socket in a directory that is group or world accessible if it is
@@ -6,4 +6,4 @@
       accessible sockets in a world accessible directory.
       However, on some operating systems this is unnecessary, so
       add a per-socket option called RelaxDirModeCheck.
-      Fixes bug 18458.  Patch by weasel.
+      Closes ticket 18458.  Patch by weasel.
index dd9520c11e9a59393d54a919b0798884c0386b62..63b5c4155a7cfb0065163e8580d0e944c54ff130 100644 (file)
@@ -1,4 +1,4 @@
-  o Removed code:
+  o Removed features:
     - We no longer maintain an internal freelist in memarea.c. Allocators
       should be good enough to make this code unnecessary, and it's doubtful
       that it ever had any performance benefit.
index 4f8c1855b6fe053004f43f15bd5ea9a6230189ee..dd9c26c1f466378e6fb878d69fe9a0406b5c1334 100644 (file)
@@ -1,5 +1,5 @@
   o Minor bugfixes (code correctness):
     - Update to the latest version of Trunnel, which tries harder
       to avoid generating code that can invoke memcpy(p,NULL,0).
-      Bug found by clang address sanitizer. Fixes bug 18373. Bugfix
+      Bug found by clang address sanitizer. Fixes bug 18373; bugfix
       on 0.2.7.2-alpha.
index a73110dab1074614c90226c562a49d8adba1d790..48edd06fdecf3e6dadc5dba11e86c6fc46f37e54 100755 (executable)
@@ -16,6 +16,7 @@ KNOWN_GROUPS=set([
     "Minor features",
     "Major feature",
     "Major features",
+    "New system requirements",
     "Testing",
     "Documentation",
     "Code simplification and refactoring",