summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-05-21 10:42:16 -0400
committerNick Mathewson <nickm@torproject.org>2015-05-21 10:42:16 -0400
commitb668d3017b205527edbcc7360109d0785046b465 (patch)
treeee557c8816e69219bc92bf7cd00def8402cc253f /ChangeLog
parent0534d46bda80cd36d6e9ba1b096f9d0aed4dcfe3 (diff)
downloadtor-b668d3017b205527edbcc7360109d0785046b465.tar.gz
tor-b668d3017b205527edbcc7360109d0785046b465.zip
fwd-port 0.2.6.8 changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c79a399ff4..651d31798d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
Changes in version 0.2.7.2-alpha - 2015-0?-??
+Changes in version 0.2.6.8 - 2015-05-21
+ Tor 0.2.6.8 fixes a bit of dodgy code in parsing INTRODUCE2 cells, and
+ fixes an authority-side bug in assigning the HSDir flag. All directory
+ authorities should upgrade.
+
+ o Major bugfixes (hidden services, backport from 0.2.7.1-alpha):
+ - Revert commit that made directory authorities assign the HSDir
+ flag to relay without a DirPort; this was bad because such relays
+ can't handle BEGIN_DIR cells. Fixes bug 15850; bugfix
+ on tor-0.2.6.3-alpha.
+
+ o Minor bugfixes (hidden service, backport from 0.2.7.1-alpha):
+ - Fix an out-of-bounds read when parsing invalid INTRODUCE2 cells on
+ a client authorized hidden service. Fixes bug 15823; bugfix
+ on 0.2.1.6-alpha.
+
+ o Minor features (geoip):
+ - Update geoip to the April 8 2015 Maxmind GeoLite2 Country database.
+ - Update geoip6 to the April 8 2015 Maxmind GeoLite2
+ Country database.
Changes in version 0.2.7.1-alpha - 2015-05-12