mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
write up a changelog file
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
o Minor features:
|
||||
- When we run out of directory information such that we can't build
|
||||
circuits, but then get enough that we can build circuits, log when
|
||||
we actually construct a circuit, so the user has a better chance of
|
||||
knowing what's going on. Fixes bug 1362.
|
||||
@@ -1,9 +0,0 @@
|
||||
o Minor bugfixes:
|
||||
- Tolerate skew in stored vs computed interval starts for bandwidth
|
||||
accounting. Now, if we change our configuration so that the start
|
||||
of the period changes by no more than 50% of the period's duration,
|
||||
we remember bytes that we transferred in the old one. The upshot
|
||||
of this is that daylight savings time should no longer mess up
|
||||
bandwidth accounting and make each period potentially happen
|
||||
twice. Fixes bug 1511; bugfix on 0.0.9pre5.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
o Minor bugfixes:
|
||||
- Fix to resume generating CIRC FAILED REASON=TIMEOUT control port
|
||||
messages, which were disabled by the circuit build timeout changes
|
||||
in 0.2.2.14-alpha. Bugfix on 0.2.2.14-alpha; fixes bug #1739.
|
||||
@@ -1,5 +0,0 @@
|
||||
o Minor bugfixes:
|
||||
- Fix to ignore cannibalized circuits when recording circuit build times.
|
||||
This should provide for a minor performance improvement for hidden
|
||||
service users using 0.2.2.14-alpha, and should remove two spurious
|
||||
notice log messages. Bugfix on 0.2.2.14-alpha; fixes bug #1740.
|
||||
@@ -1,5 +0,0 @@
|
||||
o Major features:
|
||||
- Exit relays now try harder to block exit attempts from unknown
|
||||
relays, to make it harder for people to use them as one-hop proxies.
|
||||
Controlled by the refuseunknownexits consensus parameter, or you
|
||||
can override it with the RefuseUnknownExits torrc option.
|
||||
@@ -1,11 +0,0 @@
|
||||
o Minor bugfixes:
|
||||
- Simplify the logic that causes us to decide if the network is unavailable
|
||||
for purposes of recording circuit build times. If we receive no cells
|
||||
whatsoever for the entire duration of a circuit's full measured lifetime,
|
||||
the network is probably down. This should hopefully reduce some of the
|
||||
cases where we see ridiculous circuit build timeouts for people with spotty
|
||||
wireless connections. Fixes bug 1772; bugfix on 0.2.2.2-alpha.
|
||||
- Prevent the circuit build timeout from becoming larger than the maximum
|
||||
build time we have ever seen. Also, prevent the measurement time period
|
||||
from becoming larger than twice that value. Fixes bug 1772; bugfix on
|
||||
0.2.2.2-alpha
|
||||
@@ -1,16 +0,0 @@
|
||||
o Minor features:
|
||||
- Be more generous with how much bandwidth we'd use up (with
|
||||
accounting enabled) before entering "soft hibernation".
|
||||
Previously, we'd hibernate once we'd used up 95% of our
|
||||
allotment. Now, we use up 95% of our allotment, AND make sure
|
||||
that we have no more than 500MB (or 3 hours of expected traffic,
|
||||
whichever is lower) remaining before we enter soft hibernation.
|
||||
|
||||
o Minor bugfixes:
|
||||
- For bandwidth accounting, calculate our expected bandwidth rate
|
||||
based on the time during which we were active and not in
|
||||
soft-hibernation during the last interval. Previously, we were
|
||||
also considering the time spent in soft-hibernation. If this
|
||||
was a long time, we would wind up underestimating our bandwidth
|
||||
by a lot, and skewing our wakeup time towards the start of the
|
||||
accounting interval. Fixes bug 1789. Bugfix on 0.0.9pre5.
|
||||
@@ -1,4 +0,0 @@
|
||||
o Minor bugfixes:
|
||||
- Make sure we don't warn about not having bandwidth weights when
|
||||
choosing bridges or other relays not in the consensus. Bugfix
|
||||
on 0.2.2.10-alpha; fixes bug 1805.
|
||||
@@ -1,4 +0,0 @@
|
||||
o Minor features:
|
||||
- If we've configured EntryNodes and our network goes away and/or all
|
||||
our entrynodes get marked down, optimistically retry them all when
|
||||
a new socks application request appears. Fixes bug 1882.
|
||||
@@ -1,9 +0,0 @@
|
||||
o Major bugfixes:
|
||||
- When weighting bridges, we used to trust the bandwidths they provided
|
||||
in their descriptor, only capping them at 10MB/s. This turned out to be
|
||||
problematic for two reasons: Bridges could claim to handle a lot more
|
||||
traffic then they actually would, thus making more clients pick them and
|
||||
have a pretty effective DoS attack. The other issue is that new bridges
|
||||
that might not have a good estimate for their bw capacity yet would not
|
||||
get used at all unless no other bridges are available to a client.
|
||||
This fixes bug 1912; bugfix on 0.2.2.7-alpha.
|
||||
@@ -1,4 +0,0 @@
|
||||
o Minor features:
|
||||
- Add some more defensive programming for architectures that can't
|
||||
handle unaligned integer accesses. We don't know of any actual
|
||||
bugs right now, but that's the best time to fix them.
|
||||
@@ -1,5 +0,0 @@
|
||||
o Major bugfixes:
|
||||
- Alter how consensus bandwidth-weights are computed using new constraints
|
||||
that should succeed in all cases. Also alter directory authorities to not
|
||||
include the bandwidth-weights line if they fail to produce valid values.
|
||||
Fixes bug 1952; bugfix on 0.2.2.10-alpha.
|
||||
@@ -1,4 +0,0 @@
|
||||
o Major bugfixes
|
||||
- Always search the windows system directory for system DLLs, and
|
||||
nowhere else. Fixes bug 1954.
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
o Minor bugfixes
|
||||
- Do not double-report signatures from unrecognized authorities both
|
||||
as "from unknown authority" and "not present". Fixes bug 1956,
|
||||
bugfix on 0.2.2.16-alpha.
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
o Major bugfixes:
|
||||
- Fix a segfault that can happen when using bridges. Fixes bug 1964;
|
||||
bugfix on 0.2.2.15-alpha.
|
||||
@@ -1,6 +0,0 @@
|
||||
o Major bugfixes:
|
||||
- When you use bridges and your network goes away and your bridges
|
||||
get marked as down, recover when you attempt a new socks connection
|
||||
(if the network is back) rather than waiting up to an hour to try
|
||||
fetching new descriptors for your bridges. Bugfix on 0.2.0.3-alpha;
|
||||
fixes bug 1981.
|
||||
@@ -1,6 +0,0 @@
|
||||
o Minor features:
|
||||
- Support line continuations in torrc. If a line ends with a
|
||||
single backslash character, the newline is ignored, and the
|
||||
configuration value is treated as continuing on the next line.
|
||||
Resolves bug 1929.
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
o Major bugfixes:
|
||||
- Fix compilation on Windows. Bugfix on 0.2.2.16-alpha, related to bug 1797.
|
||||
Reference in New Issue
Block a user