diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-21 11:14:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-21 11:14:57 -0400 |
commit | 52bc92140287852f8f7fbb3ca4ba233ab229ff4f (patch) | |
tree | d2e23a73f3d37405cd85dcbe70889fa9cfbad86b | |
parent | 3a547076b6ff2a043f7d751426e34b6408754369 (diff) | |
download | tor-52bc92140287852f8f7fbb3ca4ba233ab229ff4f.tar.gz tor-52bc92140287852f8f7fbb3ca4ba233ab229ff4f.zip |
Fix (most) lintChanges warnings on master.
-rw-r--r-- | changes/bug15221 | 2 | ||||
-rw-r--r-- | changes/bug15937 | 4 | ||||
-rw-r--r-- | changes/bug16023 | 4 | ||||
-rw-r--r-- | changes/bug16248 | 2 | ||||
-rw-r--r-- | changes/bug16825 | 2 | ||||
-rw-r--r-- | changes/bug18051 | 5 | ||||
-rw-r--r-- | changes/bug18116 | 5 | ||||
-rw-r--r-- | changes/bug18184 | 2 | ||||
-rw-r--r-- | changes/bug18208 | 4 | ||||
-rw-r--r-- | changes/bug18348 | 2 | ||||
-rw-r--r-- | changes/bug18458 | 4 | ||||
-rw-r--r-- | changes/remove_memarea_freelist | 2 | ||||
-rw-r--r-- | changes/trunnel_update | 2 | ||||
-rwxr-xr-x | scripts/maint/lintChanges.py | 1 |
14 files changed, 22 insertions, 19 deletions
diff --git a/changes/bug15221 b/changes/bug15221 index ed72309857..d466e1db22 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 6c73fa47e6..88adbe47f9 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 7451e271a0..96c09046fe 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 399b7093cd..a07eba906c 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 75c5627efd..ab0879a318 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 1b11867d19..0dd32f054d 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 23ff8f7775..bcb96e8560 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 af493df75f..01b97d43e0 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 d6d194bb4d..a5e1cd6b92 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". + Fixes bug 18208; bugfix on tor 0.2.7.3. Patch by "teor". diff --git a/changes/bug18348 b/changes/bug18348 index 03978eda19..44187aef09 100644 --- a/changes/bug18348 +++ b/changes/bug18348 @@ -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. diff --git a/changes/bug18458 b/changes/bug18458 index 59646ef515..ea0fa3f4ca 100644 --- a/changes/bug18458 +++ b/changes/bug18458 @@ -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. diff --git a/changes/remove_memarea_freelist b/changes/remove_memarea_freelist index dd9520c11e..63b5c4155a 100644 --- a/changes/remove_memarea_freelist +++ b/changes/remove_memarea_freelist @@ -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. diff --git a/changes/trunnel_update b/changes/trunnel_update index 4f8c1855b6..dd9c26c1f4 100644 --- a/changes/trunnel_update +++ b/changes/trunnel_update @@ -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. diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py index a73110dab1..48edd06fde 100755 --- a/scripts/maint/lintChanges.py +++ b/scripts/maint/lintChanges.py @@ -16,6 +16,7 @@ KNOWN_GROUPS=set([ "Minor features", "Major feature", "Major features", + "New system requirements", "Testing", "Documentation", "Code simplification and refactoring", |