aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-12-22 10:06:56 -0500
committerNick Mathewson <nickm@torproject.org>2014-12-22 10:06:56 -0500
commitc12b2e1cce33f2b84788d21e8dabb92b8b19da57 (patch)
tree747fa44d6f7e7c81362eb8ff139841555caaf60e /ChangeLog
parent0f5303f08a4c703431259799200e36b1c8cb9eda (diff)
downloadtor-c12b2e1cce33f2b84788d21e8dabb92b8b19da57.tar.gz
tor-c12b2e1cce33f2b84788d21e8dabb92b8b19da57.zip
minor teaks fo the changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 12 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 87a0b3d292..fe31a82e94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,6 @@
Changes in version 0.2.6.2-alpha - 2014-12-??
Tor 0.2.6.2-alpha is the second alpha release in the 0.2.6.x series.
- o Major features (relay, infrastructure): - Implement a new inter-cmux
- comparison API, a global high/low watermark mechanism and a global
- scheduler loop for transmission prioritization across all channels as
- well as among circuits on one channel. This schedule is currently
- tuned to (tolerantly) avoid making changes in the current network
- performance, but it should form the basis major circuit performance
- increases. Code by Andrea; implements ticket 9262.
-
- o Testing: - New tests for many parts of channel, relay, and circuit
- mux functionality. Code by Andrea; part of 9262.
-
o Major features (hidden services):
- Add a HiddenServiceStatistics option that allows Tor relays to
gather and publish statistics about hidden service usage, to
@@ -26,11 +15,20 @@ Changes in version 0.2.6.2-alpha - 2014-12-??
hidden service stats from Tor relays". This feature is currently
disabled by default. Implements feature 13192.
+ o Major features (relay, infrastructure):
+ - Implement a new inter-cmux comparison API, a global high/low
+ watermark mechanism and a global scheduler loop for transmission
+ prioritization across all channels as well as among circuits on
+ one channel. This schedule is currently tuned to (tolerantly)
+ avoid making changes in the current network performance, but it
+ should form the basis major circuit performance increases. Code by
+ Andrea; implements ticket 9262.
+
o Major bugfixes:
- When closing an introduction circuit that was opened in parallel,
don't mark the introduction point as unreachable. Previously, the
first successful connection to an introduction point would make
- the other uintroduction points get marked as having timed out.
+ the other introduction points get marked as having timed out.
Fixes bug 13698; bugfix on 0.0.6rc2.
o Minor feature:
@@ -170,6 +168,8 @@ Changes in version 0.2.6.2-alpha - 2014-12-??
running these versions on the network.) Closes ticket 7803.
o Testing:
+ - New tests for many parts of channel, relay, and circuit mux
+ functionality. Code by Andrea; part of 9262.
- New tests for parse_transport_line(). Part of ticket 6456.
- In the unit tests, use 'chgrp' to change the group of the unit
test temporary directory to the current user, so that the sticky