aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-10 09:50:52 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-10 09:50:52 -0500
commit6f3f753c219e5ad2a48ef26d3bf5c42f02c49f1b (patch)
tree4bb138ff3f12f0eb78c82e32493814115c668597
parent9236e504155eb2a32b34f94fd8d7aa80b47d8636 (diff)
downloadtor-6f3f753c219e5ad2a48ef26d3bf5c42f02c49f1b.tar.gz
tor-6f3f753c219e5ad2a48ef26d3bf5c42f02c49f1b.zip
Reflow and sort the changelog.
-rw-r--r--ChangeLog26
1 files changed, 13 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 9326673c20..44e9586682 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,16 +10,9 @@ Changes in version 0.2.7.6 - 2015-12-10
performance. Fixes bug 17222; bugfix on 0.2.4.8-alpha. Discovered
by Mohsen Imani.
- o Minor bugfixes (correctness):
- - When displaying an IPv6 exit policy, include the mask bits correctly
- even when the number is greater than 31. Fixes bug 16056; bugfix on
- 0.2.4.7-alpha. Patch from "gturner".
- - The wrong list was used when looking up expired intro points in
- a rend service object, causing what we think could be reachability
- issues for hidden services, and triggering a BUG log. Fixes bug
- 16702; bugfix on 0.2.7.2-alpha.
- - Fix undefined behavior in the tor_cert_checksig function. Fixes bug
- 17722; bugfix on 0.2.7.2-alpha.
+ o Minor features (geoip):
+ - Update geoip and geoip6 to the December 1 2015 Maxmind GeoLite2
+ Country database.
o Minor bugfixes (compilation):
- When checking for net/pfvar.h, include netinet/in.h if possible.
@@ -28,9 +21,16 @@ Changes in version 0.2.7.6 - 2015-12-10
- Fix a compilation warning with Clang 3.6: Do not check the
presence of an address which can never be NULL. Fixes bug 17781.
- o Minor features:
- - Update geoip and geoip6 to the December 1 2015 Maxmind GeoLite2
- Country database.
+ o Minor bugfixes (correctness):
+ - When displaying an IPv6 exit policy, include the mask bits
+ correctly even when the number is greater than 31. Fixes bug
+ 16056; bugfix on 0.2.4.7-alpha. Patch from "gturner".
+ - The wrong list was used when looking up expired intro points in a
+ rend service object, causing what we think could be reachability
+ issues for hidden services, and triggering a BUG log. Fixes bug
+ 16702; bugfix on 0.2.7.2-alpha.
+ - Fix undefined behavior in the tor_cert_checksig function. Fixes
+ bug 17722; bugfix on 0.2.7.2-alpha.
Changes in version 0.2.7.5 - 2015-11-20