summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-02-18 13:32:41 -0500
committerNick Mathewson <nickm@torproject.org>2015-02-18 13:32:41 -0500
commitbb740af87dfaf1bba51cad2ad2e24d18a683f6ff (patch)
treecc3c033fd1357455a8d3efac50a296f87e93cd76
parentc2312f4f5fbc37581180f53fb67edb70f3360104 (diff)
downloadtor-bb740af87dfaf1bba51cad2ad2e24d18a683f6ff.tar.gz
tor-bb740af87dfaf1bba51cad2ad2e24d18a683f6ff.zip
Reflow changelog
-rw-r--r--ChangeLog22
1 files changed, 11 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e3b75808d..83c7dbb967 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -147,17 +147,6 @@ Changes in version 0.2.6.3-alpha - 2015-02-??
- Elevate authorized-client message from DEBUG to INFO. Closes
ticket 14015.
- o Minor bugfixes (path counting):
- - When deciding whether we have any exit nodes, count the number listed
- in the consensus, not the number we have descriptors for. Fixes part
- of bug 14918; bugfix on 0.2.6.2-alpha.
- - Do not warn that we are missing directory information if we have
- decided not to fetch directory information due to a long period
- of idleness. Fixes part of bug 14918; bugfix on 0.2.6.2-alpha.
- - When deciding whether we have any exit nodes, only do processing for
- ExitNodes when the ExitNodes option is actually set. Fixes part of
- bug 14918; bugfix on 0.2.6.2-alpha.
-
o Minor features (relay):
- Use separate minimum bandwidth values for the configurations of
relays and bridges. Raise the minimum configured bandwidth for
@@ -303,6 +292,17 @@ Changes in version 0.2.6.3-alpha - 2015-02-??
case we change the Tor versioning system in the future. Fixes bug
13661; bugfix on 0.0.8pre1.
+ o Minor bugfixes (path counting):
+ - When deciding whether we have any exit nodes, count the number
+ listed in the consensus, not the number we have descriptors for.
+ Fixes part of bug 14918; bugfix on 0.2.6.2-alpha.
+ - Do not warn that we are missing directory information if we have
+ decided not to fetch directory information due to a long period of
+ idleness. Fixes part of bug 14918; bugfix on 0.2.6.2-alpha.
+ - When deciding whether we have any exit nodes, only do processing
+ for ExitNodes when the ExitNodes option is actually set. Fixes
+ part of bug 14918; bugfix on 0.2.6.2-alpha.
+
o Minor bugfixes (portability):
- Fix the ioctl()-based network interface lookup code so that it
will work on systems that have variable-length struct ifreq, for