mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
forward-port the 0.1.1.26 changelog, plus some other entries
svn:r9128
This commit is contained in:
parent
8717d8127a
commit
019e39b2c0
39
ChangeLog
39
ChangeLog
@ -15,6 +15,18 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
|
|||||||
support.
|
support.
|
||||||
- Make PIDFile work on Windows (untested).
|
- Make PIDFile work on Windows (untested).
|
||||||
|
|
||||||
|
o Security bugfixes:
|
||||||
|
- Stop sending the HttpProxyAuthenticator string to directory
|
||||||
|
servers when directory connections are tunnelled through Tor.
|
||||||
|
- Clients no longer store bandwidth history in the state file.
|
||||||
|
- Do not log introduction points for hidden services if SafeLogging
|
||||||
|
is set.
|
||||||
|
- When generating bandwidth history, round down to the nearest
|
||||||
|
1k. When storing accounting data, round up to the nearest 1k.
|
||||||
|
- When we're running as a server, remember when we last rotated onion
|
||||||
|
keys, so that we will rotate keys once they're a week old even if
|
||||||
|
we never stay up for a week ourselves.
|
||||||
|
|
||||||
o Major bugfixes:
|
o Major bugfixes:
|
||||||
- Fix a longstanding bug in eventdns that prevented the count of
|
- Fix a longstanding bug in eventdns that prevented the count of
|
||||||
timed-out resolves from ever being reset. This bug caused us to
|
timed-out resolves from ever being reset. This bug caused us to
|
||||||
@ -35,18 +47,6 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
|
|||||||
to resolve an address at a given exit node even when they ask for
|
to resolve an address at a given exit node even when they ask for
|
||||||
it by name.
|
it by name.
|
||||||
|
|
||||||
o Security bugfixes:
|
|
||||||
- Do not log introduction points for hidden services if SafeLogging
|
|
||||||
is set.
|
|
||||||
- Clients do not store bandwidth history in their state files. (This
|
|
||||||
shouldn't be an exploitable security issue, but it's better to be
|
|
||||||
safe.)
|
|
||||||
- When generating bandwidth history, round down to the nearest
|
|
||||||
1k. When storing accounting data, round up to the nearest 1k.
|
|
||||||
- When we're running as a server, remember when we last rotated onion
|
|
||||||
keys, so that we will rotate keys once they're a week old even if we
|
|
||||||
never stay up for a week ourselves. (Bug 368.)
|
|
||||||
|
|
||||||
o Controller features:
|
o Controller features:
|
||||||
- Have GETINFO dir/status/* work on hosts with DirPort disabled.
|
- Have GETINFO dir/status/* work on hosts with DirPort disabled.
|
||||||
- Reimplement GETINFO so that info/names stays in sync with the
|
- Reimplement GETINFO so that info/names stays in sync with the
|
||||||
@ -57,7 +57,6 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
|
|||||||
reported by Mike Perry.)
|
reported by Mike Perry.)
|
||||||
- Do not report bizarre values for results of accounting GETINFOs
|
- Do not report bizarre values for results of accounting GETINFOs
|
||||||
when the last second's write or read exceeds the alloted bandwidth.
|
when the last second's write or read exceeds the alloted bandwidth.
|
||||||
(Bug 329.)
|
|
||||||
|
|
||||||
|
|
||||||
Changes in version 0.1.2.4-alpha - 2006-12-03
|
Changes in version 0.1.2.4-alpha - 2006-12-03
|
||||||
@ -490,6 +489,20 @@ Changes in version 0.1.2.1-alpha - 2006-08-27
|
|||||||
goes) have predicted what we plan to respond to them.
|
goes) have predicted what we plan to respond to them.
|
||||||
|
|
||||||
|
|
||||||
|
Changes in version 0.1.1.26 - 2006-12-14
|
||||||
|
o Security bugfixes:
|
||||||
|
- Stop sending the HttpProxyAuthenticator string to directory
|
||||||
|
servers when directory connections are tunnelled through Tor.
|
||||||
|
- Clients no longer store bandwidth history in the state file.
|
||||||
|
- Do not log introduction points for hidden services if SafeLogging
|
||||||
|
is set.
|
||||||
|
|
||||||
|
o Minor bugfixes:
|
||||||
|
- Fix an assert failure when a directory authority sets
|
||||||
|
AuthDirRejectUnlisted and then receives a descriptor from an
|
||||||
|
unlisted router (reported by seeess).
|
||||||
|
|
||||||
|
|
||||||
Changes in version 0.1.1.25 - 2006-11-04
|
Changes in version 0.1.1.25 - 2006-11-04
|
||||||
o Major bugfixes:
|
o Major bugfixes:
|
||||||
- When a client asks us to resolve (rather than connect to)
|
- When a client asks us to resolve (rather than connect to)
|
||||||
|
Loading…
Reference in New Issue
Block a user